2013-08-02 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
2013-07-31 |
Santeri Piippo |
Renamed LDOpenFile to LDFile
|
file |
diff |
annotate
|
2013-07-30 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
Multiple file support works now! woo!
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
moved ext program action definitions to extprogs.cpp rather than proxying it through gui_editactions.cpp
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
|
file |
diff |
annotate
|
2013-07-13 |
Santeri Piippo |
more formatting
|
file |
diff |
annotate
|
2013-07-13 |
Santeri Piippo |
Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct
|
file |
diff |
annotate
|
2013-07-06 |
Santeri Piippo |
Converted Ytruder interface to Designer UI
|
file |
diff |
annotate
|
2013-07-05 |
Santeri Piippo |
Completed Edger 2 interface
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Nuked the obsolete radial type now
|
file |
diff |
annotate
|
2013-06-27 |
Santeri Piippo |
Exported Rectifier interface to .ui file
|
file |
diff |
annotate
|
2013-06-27 |
Santeri Piippo |
Converted Intersector UI, improved handling of failed ext program launches, fixed launch of non-wine programs
|
file |
diff |
annotate
|
2013-06-27 |
Santeri Piippo |
Converted Isecalc front-end dialog to Designer UI
|
file |
diff |
annotate
|
2013-06-26 |
Santeri Piippo |
Added an ui file for a to-be edger2 launcher
|
file |
diff |
annotate
|
2013-06-21 |
Santeri Piippo |
Added support for launching external programs with Wine
|
file |
diff |
annotate
|
2013-06-14 |
Santeri Piippo |
Converted from C-style fopen to the new File class
|
file |
diff |
annotate
|
2013-06-14 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Reworked properties a bit
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Purged out the old history code
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Make LDOpenFile's members PROPERTIES
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Added demote function for making conditional lines normal lines
|
file |
diff |
annotate
|
2013-05-16 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Made drawing an edit mode, allowing me to add more modes in the future
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Added Isecalc interface
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Added Coverer interface
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough.
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
2013-05-12 |
Santeri Piippo |
Split inverting into methods into LDObject and its subclasses, fixed a rather severe memory leak issue (GL display lists weren't being removed properly)
|
file |
diff |
annotate
|
2013-05-10 |
Santeri Piippo |
Added tool for replacing coordinate values
|
file |
diff |
annotate
|
2013-05-09 |
Santeri Piippo |
Further removal of hungarian notation
|
file |
diff |
annotate
|
2013-05-08 |
Santeri Piippo |
Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason)
|
file |
diff |
annotate
|
2013-05-08 |
Santeri Piippo |
Move external prog actions into gui_actions.cpp because linking order changed
|
file |
diff |
annotate
|
2013-05-08 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|