Thu, 21 Jun 2018 18:46:03 +0300 Teemu Piippo refactored the segments/divisions editor in MainWindow to a new widget file | diff | annotate
Sun, 17 Jun 2018 13:53:33 +0300 Teemu Piippo replaced the Matrix class with QMatrix4x4 file | diff | annotate
Sun, 10 Jun 2018 23:07:24 +0300 Teemu Piippo fixed bugs regarding circular primitives file | diff | annotate
Sun, 10 Jun 2018 17:17:42 +0300 Teemu Piippo added the disc and disc negative to the circular primitive type file | diff | annotate
Mon, 04 Jun 2018 23:22:52 +0300 Teemu Piippo fix compiler warnings file | diff | annotate
Wed, 30 May 2018 22:31:06 +0300 Teemu Piippo added draw plane feature (doesn't work with circle draw quite right yet) file | diff | annotate
Sat, 24 Mar 2018 23:46:25 +0200 Teemu Piippo fixed rendering artifacts file | diff | annotate
Sat, 24 Mar 2018 16:33:23 +0200 Teemu Piippo Added support for 8-primitives file | diff | annotate
Sat, 24 Mar 2018 13:03:02 +0200 Teemu Piippo merged mathfunctions.cpp into algorithms/geometry.cpp file | diff | annotate
Sat, 24 Mar 2018 12:54:28 +0200 Teemu Piippo Happy new year 2018 file | diff | annotate
Sat, 24 Mar 2018 11:57:24 +0200 Teemu Piippo reorganized headers file | diff | annotate
Sat, 03 Mar 2018 17:47:40 +0200 Santeri Piippo LDSubfileReference now contains the name of the subfile and not a pointer anymore. Some methods now require a DocumentManager* for context on resolving the name. file | diff | annotate
Sat, 03 Mar 2018 17:25:12 +0200 Santeri Piippo Removed LDObject::invert, inversion code moved to basic toolset 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 21:41:17 +0200 Santeri Piippo happy new year 2018 file | diff | annotate
Thu, 04 Jan 2018 19:52:24 +0200 Santeri Piippo replaced Origin with default-constructed Vertex file | diff | annotate
Thu, 04 Jan 2018 19:44:26 +0200 Santeri Piippo fix paren style file | diff | annotate
Thu, 04 Jan 2018 19:21:46 +0200 Santeri Piippo circlemode: don't wait for the last click file | diff | annotate
Mon, 06 Mar 2017 00:55:45 +0200 Teemu Piippo Grid is now a namespace. file | diff | annotate
Sun, 05 Mar 2017 16:50:06 +0200 Teemu Piippo Renamed some methods of the Model class to remove the 'emplace' word (however cromulent it is, being from STL...) from them. file | diff | annotate
Fri, 03 Mar 2017 23:23:28 +0200 Teemu Piippo Grid::snap now snaps points. file | diff | annotate
Fri, 03 Mar 2017 23:16:14 +0200 Teemu Piippo Simplified Grid::snap. file | diff | annotate
Mon, 20 Feb 2017 07:56:21 +0200 Teemu Piippo Made fixed cameras matrix-based. This simplifies some math. file | diff | annotate
Tue, 14 Feb 2017 15:21:34 +0200 Teemu Piippo Moved LDQuadrilateral into its own source pair. file | diff | annotate
Tue, 14 Feb 2017 14:59:26 +0200 Teemu Piippo Renamed ldObject.cpp → linetypes/modelobject.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 12:58:53 +0200 Teemu Piippo LDObject subclass renaming: file | diff | annotate
Tue, 14 Feb 2017 08:33:44 +0200 Teemu Piippo Moved more stuff to GLCamera file | diff | annotate
Tue, 14 Feb 2017 07:57:27 +0200 Teemu Piippo Exported GLRenderer cameras into a new class, GLCamera. 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 13:05:31 +0200 Teemu Piippo Moved document editing methods from GLRenderer to Canvas file | diff | annotate
Fri, 03 Feb 2017 10:44:23 +0200 Teemu Piippo Reworked and cleaned up the circle mode file | diff | annotate
Mon, 30 Jan 2017 00:59:06 +0200 Teemu Piippo The "all objects have valid models" invariant seems to be holding up now. At least basic drawing works again. file | diff | annotate
Sun, 29 Jan 2017 21:02:11 +0200 Teemu Piippo More rework on model stuff, removals of LDSpawn calls. Most importantly, the LDraw code parsing function was moved to Model. file | diff | annotate
Sun, 29 Jan 2017 15:39:35 +0200 Teemu Piippo Replaced uses of LDSpawn with the Model class in edit modes 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
Thu, 17 Nov 2016 13:56:13 +0200 Teemu Piippo Cleanup in GL renderer... file | diff | annotate
Wed, 16 Nov 2016 01:28:42 +0200 Teemu Piippo Refactor primitives file | diff | annotate
Tue, 15 Nov 2016 17:12:50 +0200 Teemu Piippo Unabbreviate "transform" to "transformationMatrix" file | diff | annotate
Wed, 17 Feb 2016 03:24:07 +0200 Teemu Piippo Fixed circle mode not building the circle anymore file | diff | annotate
Wed, 17 Feb 2016 00:54:02 +0200 Teemu Piippo Rename Pi to lowercase pi 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 01:39:06 +0200 Teemu Piippo Split PrimitivePrompt into its new source files, renamed it to GeneratePrimitivePrompt 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
Fri, 01 Jan 2016 23:41:55 +0200 Teemu Piippo Happy new year 2016! file | diff | annotate
Thu, 19 Nov 2015 00:43:18 +0200 Teemu Piippo Cleanup miscallenous.cpp/.h file | diff | annotate
Sat, 24 Oct 2015 13:19:27 +0300 Teemu Piippo Rename LDSubfile to LDSubfileReference file | diff | annotate
Sun, 04 Oct 2015 16:45:30 +0300 Teemu Piippo Fixed circle, rectangle and line path modes not working anymore. Add blip coordinates to curve and line path modes. Circle mode for now only can show the coordinates of the initial blip file | diff | annotate
Sun, 04 Oct 2015 14:08:51 +0300 Teemu Piippo Copyright header fix, some minor stuff file | diff | annotate
Tue, 22 Sep 2015 00:59:21 +0300 Teemu Piippo LDVertexObject stuff (ultimately not worth it) file | diff | annotate
Sun, 06 Sep 2015 04:48:58 +0300 Teemu Piippo Refactor GLRenderer and GLCompiler file | diff | annotate
Sun, 06 Sep 2015 03:17:29 +0300 Teemu Piippo Remove "!= nullptr" expressions file | diff | annotate
Sun, 06 Sep 2015 03:10:03 +0300 Teemu Piippo null -> nullptr file | diff | annotate
Mon, 31 Aug 2015 23:36:08 +0300 Teemu Piippo More refactor and removal of g_win uses file | diff | annotate
(0) -60 tip

mercurial