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-18 |
Santeri Piippo |
Add some missing icons
|
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-18 |
Santeri Piippo |
Fixed: pasting would add objects in reverse order
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Added demote function for making conditional lines normal lines
|
file |
diff |
annotate
|
2013-05-17 |
Santeri Piippo |
Fixed: rotation point dialog didn't accept negative custom coords; objects were rotated by the grid angle's half
|
file |
diff |
annotate
|
2013-05-16 |
Santeri Piippo |
Added dialog for rotation points
|
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 |
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-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 |
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 |
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
|