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-16 Santeri Piippo Further restructure, removed GUI toolbar icon size slider (always 22x22 now) file | diff | annotate
2013-07-15 Santeri Piippo Multiple file support works now! woo! file | diff | annotate
2013-07-15 Santeri Piippo updates on file list file | diff | annotate
2013-07-15 Santeri Piippo File list is populated now.. file | diff | annotate
2013-07-15 Santeri Piippo Converted ForgeWindow to Designer UI(!) file | diff | annotate
2013-07-07 Santeri Piippo Renamed the color class to LDColor for clarity file | diff | annotate
2013-07-07 Santeri Piippo when inlining (as an action), reinterpret the inlinees so that there's not any pointer mess-ups file | diff | annotate
2013-07-06 Santeri Piippo Further verbosity, #ifdef the test axle pic out of release builds file | diff | annotate
2013-07-04 Santeri Piippo Converted overlay prompt file | diff | annotate
2013-07-04 Santeri Piippo Converted the config dialog to a designer UI file file | diff | annotate
2013-07-04 Santeri Piippo Re-added the message log, now draws into the viewport file | diff | annotate
2013-07-01 Santeri Piippo Begin converting the radial type into a primitive generator file | diff | annotate
2013-06-15 Santeri Piippo Added primitive scanning, replaced parts list in subfile add dialog with it file | diff | annotate
2013-06-14 Santeri Piippo Converted to 16-bit strings.. again file | diff | annotate
2013-06-13 Santeri Piippo Objects can now be edited by double-clicking on them in the object list view file | diff | annotate
2013-06-01 Santeri Piippo Make LDObject's color and parent properties with accessors file | diff | annotate
2013-05-24 Santeri Piippo Added method for zooming to fit, fixed zoom being inappropriate when parts are first loaded 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-21 Santeri Piippo Added fatal error message box for the.. fatal stuff. Windows isn't really good at conveying error messages, converted actions into a C-style array because I've had a ton of problems with the vector approach (it gets zeroed when it shouldn't be..) file | diff | annotate
2013-05-21 Santeri Piippo Added support for overpaint-less mode since I'm having serious trouble with that file | diff | annotate
2013-05-19 Santeri Piippo Added version moniker 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 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 Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp file | diff | annotate
2013-05-14 Santeri Piippo Split some stuff into separate files file | diff | annotate
2013-05-13 Santeri Piippo Fixed coordconv3_2 algorithm, plane drawing works on any of the fixed cameras now. 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-10 Santeri Piippo Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board... file | diff | annotate
2013-05-09 Santeri Piippo Make quick color toolbar use QToolButtons, make color selector's process of making color icons a method and use that for generic color icons file | diff | annotate
2013-05-08 Santeri Piippo Moved source files to src/, removed zz_ prefix off dialog files. file | diff | annotate
(0) tip

mercurial