Tue, 30 Jul 2013 07:38:08 +0300 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 01:33:11 +0300 |
Santeri Piippo |
Multiple file support works now! woo!
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 13:50:12 +0300 |
Santeri Piippo |
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 02:17:23 +0300 |
Santeri Piippo |
Fixed compilation under windows/qt5
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 03:05:39 +0300 |
Santeri Piippo |
Re-added the message log, now draws into the viewport
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:29:57 +0300 |
Santeri Piippo |
Show values in file opening prompt
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 17:29:29 +0300 |
Santeri Piippo |
Added license header to primitives.cpp
|
file |
diff |
annotate
|
Sat, 15 Jun 2013 19:14:42 +0300 |
Santeri Piippo |
Moved primitive handling to new code files
|
file |
diff |
annotate
|
Sat, 15 Jun 2013 04:20:44 +0300 |
Santeri Piippo |
Added primitive scanning, replaced parts list in subfile add dialog with it
|
file |
diff |
annotate
|
Sat, 15 Jun 2013 01:29:46 +0300 |
Santeri Piippo |
Nuked parts.lst parsing, that was stupid
|
file |
diff |
annotate
|
Sat, 15 Jun 2013 01:20:07 +0300 |
Santeri Piippo |
Converted from C-style fopen to the new File class
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 19:34:30 +0300 |
Santeri Piippo |
Added a File type that wraps around QFile and provides stuff like a null file and range-for-iterating
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 16:00:54 +0300 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
Mon, 10 Jun 2013 15:15:23 +0300 |
Santeri Piippo |
Laid down the foundations of the new history system
|
file |
diff |
annotate
|
Mon, 27 May 2013 18:17:21 +0300 |
Santeri Piippo |
Added ability to snap to pre-existing vertices while drawing, added changelog
|
file |
diff |
annotate
|
Thu, 23 May 2013 17:37:25 +0300 |
Santeri Piippo |
Replace direct abort() calls with fatal() in String methods
|
file |
diff |
annotate
|
Tue, 21 May 2013 18:38:06 +0300 |
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
|
Tue, 21 May 2013 14:07:33 +0300 |
Santeri Piippo |
Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name
|
file |
diff |
annotate
|
Sun, 19 May 2013 15:36:01 +0300 |
Santeri Piippo |
Show the version info in the about dialog properly
|
file |
diff |
annotate
|
Sat, 11 May 2013 04:02:13 +0300 |
Santeri Piippo |
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
|
file |
diff |
annotate
|
Fri, 10 May 2013 17:39:56 +0300 |
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
|
Wed, 08 May 2013 15:19:06 +0300 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|