2014-10-21 Teemu Piippo - bumped version to 0.4 changeset | files
2014-10-21 Teemu Piippo - pressing ctrl while drawing now locks the draw to cardinal directions changeset | files
2014-09-10 Teemu Piippo - now remembers what toolbars are enabled and what are disabled in config changeset | files
2014-09-08 Teemu Piippo - merged with default experimental changeset | files
2014-09-08 Teemu Piippo - merged selection optimization from experimental into default changeset | files
2014-09-08 Teemu Piippo - removed the clock timer I forgot in the previous commit experimental changeset | files
2014-09-08 Teemu Piippo - rewritten updateSelection() core loop, a new algorithm there makes selection updating a ton lot faster than before experimental changeset | files
2014-09-08 Teemu Piippo - re-committed bfc work (this makes 903ec1e46298 a suitable common ancestor for experimental branch features) experimental changeset | files
2014-09-08 Teemu Piippo - backed out work done on bfc (re-committing later) experimental changeset | files
2014-09-08 Teemu Piippo - merged with default experimental changeset | files
2014-09-07 Teemu Piippo - improved part downloader: now asks for the path instead of just directing the user to settings. auto-fix download now configurable and opt-in changeset | files
2014-09-07 Teemu Piippo - interface fixes and changes: edit modes now use plain letter keybinds like gimp, fixed some edit modes missing from the menu, magic wand now follows the selection mode (in order to group selective/drawing modes together like that), etc changeset | files
2014-09-07 Teemu Piippo - fixed endless loop in prepareVBO due to badly incremented iterator changeset | files
2014-09-07 Teemu Piippo - commit work done on bfc support experimental changeset | files
2014-09-07 Teemu Piippo - fixed: missing WIN32 keyword in cmakelists caused the command prompt to show up when ldforge was executed changeset | files
2014-09-07 Teemu Piippo - fixed: due to a shared pointer called via reference called dismiss() in LDDocument::closeInitialFile, this could cause LDDocuments to delete themselves in setImplicit(true) as no shared pointers were left inside closeInitialFile to keep the refcount up. changeset | files
2014-09-06 Teemu Piippo - fixed compilation on windows changeset | files
2014-09-06 Teemu Piippo - a more elegant fix to the problem addressed in the previous commit changeset | files
2014-09-06 Teemu Piippo - fixed documentless objects being selected on document close changeset | files
2014-09-06 Teemu Piippo - if an external program fails to run properly, an stdout&stderr log is now printed changeset | files
2014-09-06 Teemu Piippo - changed the unorthodox color selection grid into a push button grid changeset | files
2014-09-04 Teemu Piippo - fixed infinite recursion when loading logoed studs changeset | files
2014-09-02 Teemu Piippo - renamed line loop to line path, updated changelog changeset | files
2014-09-02 Teemu Piippo - finished line loop mode changeset | files
2014-09-02 Teemu Piippo - added line loop mode (doesn't actually create anything yet) changeset | files
2014-09-01 Teemu Piippo - circle mode now locks the angle offset on final confirmation stage changeset | files
2014-09-01 Teemu Piippo - refactor changeset | files
2014-08-31 Teemu Piippo - display a label next to the spinbox showing the fraction changeset | files
2014-08-31 Teemu Piippo - axed an unused variable changeset | files
2014-08-31 Teemu Piippo - circle tool is now able to rotate the partial circular primitives spawned changeset | files
2014-08-31 Teemu Piippo - ring finder now also tries scaling by 10 (3.4, 6.4 -> 34, 64), fixed floating point math argghhhhhhhh changeset | files
2014-08-31 Teemu Piippo - now tries to download missing files off ldraw.org changeset | files
2014-08-30 Teemu Piippo - now able to spawn partial circular primitives changeset | files
2014-08-30 Teemu Piippo - circle mode can now do hi-res changeset | files
2014-08-30 Teemu Piippo - ldforge can now open files from command-line input changeset | files
2014-08-23 Teemu Piippo - got rid of an annoying debug message changeset | files
2014-08-06 Teemu Piippo - get rid of NUM_PRIMES changeset | files
2014-08-06 Teemu Piippo - major identifier renaming changeset | files
2014-08-04 Teemu Piippo - more refactor, updated .hgignore changeset | files
2014-08-04 Teemu Piippo - refactor changeset | files
2014-07-29 Teemu Piippo - use less verbose commit time/version string in the window title changeset | files
2014-07-29 Teemu Piippo - fixed crash-on-exit (simply by not running full destruction processing during program termination) changeset | files
2014-07-28 Teemu Piippo - and fixed compilation on linux systems too changeset | files
2014-07-28 Santeri Piippo - fixed compilation on windows systems changeset | files
2014-07-27 Teemu Piippo - fixed: changing the document of a subfile wasn't recorded into history properly changeset | files
2014-07-27 Teemu Piippo - whoah looks like I forgot to save in designer... changeset | files
2014-07-27 Teemu Piippo - down with all these unnecessary semicolons! changeset | files
2014-07-27 Teemu Piippo - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data changeset | files
2014-07-27 Teemu Piippo - changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals. changeset | files
2014-07-26 Teemu Piippo - fixed: direct color support did not work properly with full-black #000000 changeset | files
2014-07-26 Teemu Piippo - refactoring changeset | files
2014-07-26 Teemu Piippo - refactor changeset | files
2014-07-20 Teemu Piippo - use the untransformed subfile when testing whether a subfile is flat, otherwise it won't be considered flat if the subfile is rotated. or worse... changeset | files
2014-07-16 Teemu Piippo - added a code generator to produce a configuration.inc which replaces the old, DIABOLIC configuration indexing mechanism changeset | files
2014-07-16 Teemu Piippo - changed copyright lines to use my legal name instead of my nickname changeset | files
2014-07-16 Teemu Piippo - moved LDMatrixObject to be an abstract class deriving from LDObject. LDSubfile only inherits from LDMatrixObject. changeset | files
2014-07-15 Teemu Piippo - moved ringFinder into root source directory, clearing the src/misc/ directory changeset | files
2014-07-14 Teemu Piippo - split the rectangle ability out of the draw mode into its own edit mode changeset | files
2014-07-13 Teemu Piippo - changed `&&` and `||` operators to their named variants `and` and `or` changeset | files
2014-07-13 Teemu Piippo - part downloader: update the input widget with the corrected part name when guesswork is done changeset | files
(0) -300 -100 -60 +60 +100 +300 tip

mercurial