Tue, 09 Apr 2013 17:41:19 +0300 |
Santeri Piippo |
Extracted actions from ForgeWindow into their own files. The ACTION macro now manages meta, instances and callback definitions all in one. Too bad I still need to extern these actions in gui.cpp... maybe someday I'll find a way around it :)
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 14:06:40 +0300 |
Santeri Piippo |
Keyboard shortcuts can now be configured.
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 19:24:23 +0300 |
Santeri Piippo |
Systemized actions and added (for now no-op) key configurations for them
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 18:03:33 +0200 |
Santeri Piippo |
Implemented the inline action to expose inlining to the user. Also added a `deep inline` action to inline subfile recursively down into polygons and lines only.
|
file |
diff |
annotate
|
Thu, 21 Mar 2013 03:20:02 +0200 |
Santeri Piippo |
Added polygon bordering function
|
file |
diff |
annotate
|
Thu, 21 Mar 2013 02:45:53 +0200 |
Santeri Piippo |
Added clipboard, added delete action
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 21:19:35 +0200 |
Santeri Piippo |
Turned the test palette action into a set color action for mass object coloring.
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 19:41:37 +0200 |
Santeri Piippo |
Color dialog almost up and running. Need to make it actually selectable now. TODO: make it read LDConfig.ldr
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 03:22:21 +0200 |
Santeri Piippo |
Removed vectors. I realized that subfiles can actually perform their job just as well and that keeping them around would just imply extra work - for nothing.
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 21:52:38 +0200 |
Santeri Piippo |
Begin work on dialogs for adding objects. Comments functional!
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 15:29:42 +0200 |
Santeri Piippo |
Licensed LDForge GPL3, added some more icons
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 18:29:02 +0200 |
Santeri Piippo |
Added LDraw path setting dialog
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 12:20:48 +0200 |
Santeri Piippo |
Renamed io.cpp to file.cpp, draw.cpp to gldraw.cpp
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 12:15:23 +0200 |
Santeri Piippo |
Deleted scanner.cpp (don't need it), merged model.cpp into io.cpp. Renamed LDForgeWindow to just ForgeWindow since I want the LD* prefix only be given to LDObject derivatives.
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 04:03:05 +0200 |
Santeri Piippo |
added dummy action for future inlining command. Also GCC says that deleting instances of classes with virtual members but no virtual destructors is bad.
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 16:59:16 +0200 |
Santeri Piippo |
Added split-quads-to-triangles function
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 03:42:04 +0200 |
Santeri Piippo |
Allow addition of dummy lines..
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 03:11:19 +0200 |
Santeri Piippo |
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 01:32:47 +0200 |
Santeri Piippo |
Added logf function to write to message log. Write warnings of unparsable files into the message log.
|
file |
diff |
annotate
|
Fri, 15 Mar 2013 21:53:50 +0200 |
Santeri Piippo |
Set window title dynamically based on filename
|
file |
diff |
annotate
|
Fri, 15 Mar 2013 20:11:18 +0200 |
Santeri Piippo |
Initial commit
|
file |
diff |
annotate
|