2013-07-31 Santeri Piippo Include the moc files in the source cpp files to reduce compile time 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 updates on file list 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 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-07 Santeri Piippo Renamed the color class to LDColor for clarity file | diff | annotate
2013-07-07 Santeri Piippo primitive generator: add conditional lines to cylinders; improved bad color handling 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-04 Santeri Piippo Largely reworked the color selector. Still not perfect but is better file | diff | annotate
2013-07-01 Santeri Piippo Nuked the obsolete radial type now file | diff | annotate
2013-06-27 Santeri Piippo minor improvements to primitive handling file | diff | annotate
2013-06-15 Santeri Piippo When editing an existing subfile, select the primitive from the list automatically if found file | diff | annotate
2013-06-15 Santeri Piippo Added support for regex-based primitive categorization file | diff | annotate
2013-06-15 Santeri Piippo Moved primitive handling to new code files 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 Nuked parts.lst parsing, that was stupid 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-13 Santeri Piippo Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider file | diff | annotate
2013-06-12 Santeri Piippo Made history work with most things 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 Further work on image generation experiment file | diff | annotate
2013-05-24 Santeri Piippo Added ability to have multiple GLRenderers file | diff | annotate
2013-05-24 Santeri Piippo Added a progress dialog for file loading to respond to desktops while loading files. With large files the no-response policy could be a bad thing. My first real use case of multi-threading... 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-17 Santeri Piippo Look for LDraw files in the part's directory first 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-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-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 Further removal of hungarian notation 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