2013-07-15 |
Santeri Piippo |
Multiple file support works now! woo!
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
restructure; removed g_BBox
|
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-13 |
Santeri Piippo |
Reformatting..
|
file |
diff |
annotate
|
2013-07-08 |
Santeri Piippo |
apply the c++11 'override' keyword to overriding virtual functions
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
Removed the two string arrays containing object types and icon names, moved these as LDObjects' virtual functions
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Nuked the obsolete radial type now
|
file |
diff |
annotate
|
2013-06-27 |
Santeri Piippo |
Use unique IDs instead of file indices in picking lists, this is much less prone to error
|
file |
diff |
annotate
|
2013-06-27 |
Santeri Piippo |
minor improvements to primitive handling
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Made history work with most things
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Color changing is now logged into history
|
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 |
Refactor LDSubfile
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDMatrixObject's transform and pos members properties
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDRadial's members accessed properties
|
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 |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
2013-05-21 |
Santeri Piippo |
Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name
|
file |
diff |
annotate
|
2013-05-19 |
Santeri Piippo |
Added PROPERTY macro for easier exposed member variable management
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Hopefully fixed the problem regarding objects not getting drawn at first
|
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-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-11 |
Santeri Piippo |
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
|
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 |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|