Fri, 12 Jan 2018 00:55:31 +0200 Santeri Piippo BFC INVERTNEXT objects are no longer individual objects file | diff | annotate
Thu, 11 Jan 2018 15:30:30 +0200 Santeri Piippo renderer rework file | diff | annotate
Thu, 11 Jan 2018 15:09:44 +0200 Santeri Piippo begin rendering rework file | diff | annotate
Thu, 11 Jan 2018 11:41:40 +0200 Santeri Piippo encoded division slash file | diff | annotate
Thu, 11 Jan 2018 00:39:00 +0200 Santeri Piippo added support for circular 8/-primitives file | diff | annotate
Thu, 04 Jan 2018 22:52:04 +0200 Santeri Piippo undo config change file | diff | annotate
Thu, 04 Jan 2018 21:41:17 +0200 Santeri Piippo happy new year 2018 file | diff | annotate
Thu, 04 Jan 2018 19:44:26 +0200 Santeri Piippo fix paren style file | diff | annotate
Thu, 04 Jan 2018 19:40:16 +0200 Santeri Piippo replaced "Config->" with "config." file | diff | annotate
Wed, 08 Mar 2017 22:48:43 +0200 Teemu Piippo Better encapsulated the BaseConfiguration class. file | diff | annotate
Mon, 06 Mar 2017 00:55:45 +0200 Teemu Piippo Grid is now a namespace. file | diff | annotate
Mon, 06 Mar 2017 00:43:43 +0200 Teemu Piippo MathFunctions is now a namespace. file | diff | annotate
Mon, 06 Mar 2017 00:35:47 +0200 Teemu Piippo GuiUtilities is now a namespace. file | diff | annotate
Sun, 05 Mar 2017 20:26:56 +0200 Teemu Piippo The Grid class is no longer a hierarchy element or a QObject. file | diff | annotate
Sun, 05 Mar 2017 20:25:22 +0200 Teemu Piippo Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier. file | diff | annotate
Sun, 05 Mar 2017 13:33:37 +0200 Teemu Piippo Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management. file | diff | annotate
Sun, 05 Mar 2017 01:57:56 +0200 Teemu Piippo Polar grid is now togglable. file | diff | annotate
Thu, 23 Feb 2017 20:28:17 +0200 Teemu Piippo Replaced LDObjectList with QVector<LDObject*> file | diff | annotate
Thu, 23 Feb 2017 20:21:40 +0200 Teemu Piippo At long last, the g_win pointer has been removed. Down with global variables! file | diff | annotate
Thu, 23 Feb 2017 20:18:39 +0200 Teemu Piippo print() is no longer a global function but is tied to HierarchyElement. file | diff | annotate
Thu, 23 Feb 2017 20:03:31 +0200 Teemu Piippo Moved GetIcon and makeSettings into the MainWindow namespace as static methods. file | diff | annotate
Thu, 23 Feb 2017 19:56:21 +0200 Teemu Piippo Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h. file | diff | annotate
Thu, 23 Feb 2017 19:33:56 +0200 Teemu Piippo Removed dead code file | diff | annotate
Thu, 23 Feb 2017 19:32:36 +0200 Teemu Piippo Some cleanup in mainwindow.cpp, use QSet<QString> for the 'ignore' variable. file | diff | annotate
Tue, 14 Feb 2017 14:53:06 +0200 Teemu Piippo Renamed glCompiler.cpp → glcompiler.cpp file | diff | annotate
Tue, 14 Feb 2017 14:52:01 +0200 Teemu Piippo Renamed ldDocument.cpp → lddocument.cpp file | diff | annotate
Tue, 14 Feb 2017 09:48:51 +0200 Teemu Piippo Removed the intXX type aliases and removed uses of intXX_t in favor of qintXX file | diff | annotate
Sun, 12 Feb 2017 16:59:35 +0200 Teemu Piippo Moved the definitions of all configuration options into a new text file and made the configuration collector read that. file | diff | annotate
Sun, 12 Feb 2017 16:02:44 +0200 Teemu Piippo Moved definition of MainWindow::ToolInfo into mainwindow.cpp file | diff | annotate
Sun, 12 Feb 2017 16:02:02 +0200 Teemu Piippo Reworked iterable enums: they all are enum classes now and the end value is marked with "_End" file | diff | annotate
Thu, 09 Feb 2017 23:46:45 +0200 Teemu Piippo Implemented lighting. Yay! Unfortunately, faces that show up the wrong way around in BFC red/green mode also show up with inverted lighting here. file | diff | annotate
Thu, 09 Feb 2017 22:46:37 +0200 Teemu Piippo Moved LDComment and LDEmpty into their own source file pairs. file | diff | annotate
Thu, 09 Feb 2017 20:54:21 +0200 Teemu Piippo Moved some global constants into appropriate namespaces. file | diff | annotate
Thu, 09 Feb 2017 20:44:36 +0200 Teemu Piippo Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile. file | diff | annotate
Thu, 09 Feb 2017 11:53:55 +0200 Teemu Piippo Created a new GLRenderer derivative class "Canvas" and made MainWindow use it file | diff | annotate
Thu, 09 Feb 2017 00:43:30 +0200 Teemu Piippo LDGLData merged into GLRenderer since it only deals with one document now. GLRenderer generalised from rendering documents to models. file | diff | annotate
Thu, 09 Feb 2017 00:32:24 +0200 Teemu Piippo Made a new renderer be created for each document, instead of reusing the same renderer for all documents. file | diff | annotate
Sat, 04 Feb 2017 14:24:16 +0200 Teemu Piippo The current document pointer may no longer be null. file | diff | annotate
Mon, 30 Jan 2017 02:41:45 +0200 Teemu Piippo Removed some unnecessary #include-directives. file | diff | annotate
Mon, 30 Jan 2017 02:33:17 +0200 Teemu Piippo Removed the status bar, since it's not used for anything file | diff | annotate
Mon, 30 Jan 2017 02:30:26 +0200 Teemu Piippo Split object list representation into virtual methods file | diff | annotate
Mon, 30 Jan 2017 02:18:42 +0200 Teemu Piippo Removed LDDocument::getObjectCount (superceded by Model::size) file | diff | annotate
Sun, 29 Jan 2017 15:25:26 +0200 Teemu Piippo Removed the AddObjectDialog. Garbage code that absolutely needs to be reimplemented. file | diff | annotate
Sun, 29 Jan 2017 15:05:14 +0200 Teemu Piippo Major overhaul of object→document relationship: added the Model class which models the object buffer. Each object is to be included in a model (an invariant that currently does not hold). A document is a subclass of a model. The LDObject is also now agnostic about selection, and the selection is now a set. A lot of things are probably broken now but it's a major step forward. file | diff | annotate
Sat, 28 Jan 2017 17:47:06 +0200 Teemu Piippo Happy new year 2017! file | diff | annotate
Sat, 28 Jan 2017 17:14:05 +0200 Teemu Piippo Reworked the Matrix interface so that less index math is involved file | diff | annotate
Sat, 28 Jan 2017 14:14:28 +0200 Teemu Piippo Actually, let's call it countof(). Makes more sense. file | diff | annotate
Sat, 28 Jan 2017 14:01:19 +0200 Teemu Piippo Replaced uses of 'x.size()' with 'length(x)' file | diff | annotate
Tue, 15 Nov 2016 17:12:50 +0200 Teemu Piippo Unabbreviate "transform" to "transformationMatrix" file | diff | annotate
Fri, 11 Nov 2016 13:59:27 +0200 Teemu Piippo Refactor GuiUtilities file | diff | annotate
Sun, 08 May 2016 16:11:40 +0300 Teemu Piippo Enum stuff file | diff | annotate
Sun, 08 May 2016 15:26:58 +0300 Teemu Piippo - Refactoring... file | diff | annotate
Wed, 17 Feb 2016 19:54:21 +0200 Teemu Piippo removed removeDuplicates in favor of QSet, and the unused ObjectList class file | diff | annotate
Wed, 17 Feb 2016 00:47:48 +0200 Teemu Piippo Renamed ldObjectMath.cpp/.h to mathfunctions.cpp/.h file | diff | annotate
Wed, 17 Feb 2016 00:43:17 +0200 Teemu Piippo Moved rotation point handling to ldObjectMath.cpp and encapsulated it into new class MathFunctions file | diff | annotate
Tue, 16 Feb 2016 19:59:43 +0200 Teemu Piippo Split grid stuff into a new class Grid in grid.cpp/grid.h file | diff | annotate
Tue, 16 Feb 2016 00:59:50 +0200 Teemu Piippo Transformed primitive management into a new class PrimitiveManager that is a member of MainWindow file | diff | annotate
Sun, 14 Feb 2016 03:19:28 +0200 Teemu Piippo Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables. file | diff | annotate
Sat, 13 Feb 2016 04:14:43 +0200 Teemu Piippo Fixed line length warnings file | diff | annotate
Sat, 13 Feb 2016 04:06:49 +0200 Teemu Piippo Added triangle count to viewport, added compile-time line length check file | diff | annotate
(0) -60 tip

mercurial