2013-08-18 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
2013-08-01 |
Santeri Piippo |
more cleanup
|
file |
diff |
annotate
|
2013-08-01 |
Santeri Piippo |
cleanup
|
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-18 |
Santeri Piippo |
stuff
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
Multiple file support works now! woo!
|
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 |
Reformatting..
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
fixed: history is supposed to be closed by default
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
Added history functionality for swapping
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
removed the history dialog, it doesn't fit in with the new history system
|
file |
diff |
annotate
|
2013-07-06 |
Santeri Piippo |
fixed: stuff that was changed during file open was written to history
|
file |
diff |
annotate
|
2013-07-06 |
Santeri Piippo |
astyle history.cpp
|
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-12 |
Santeri Piippo |
Reworked properties a bit
|
file |
diff |
annotate
|
2013-06-10 |
Santeri Piippo |
Laid down the foundations of the new history system
|
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-19 |
Santeri Piippo |
Added version moniker
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Added auto-coloring, this colors objects with the first found unused color
|
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 |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|