2016-01-01 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
2015-11-18 |
Teemu Piippo |
Cleanup miscallenous.cpp/.h
|
file |
diff |
annotate
|
2015-10-04 |
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
|
2015-10-04 |
Teemu Piippo |
Copyright header fix, some minor stuff
|
file |
diff |
annotate
|
2015-10-04 |
Teemu Piippo |
Begin work on Bézier curve support. They can be drawn but don't render in 3D and they load as comments.
|
file |
diff |
annotate
|
2015-09-06 |
Teemu Piippo |
Refactor GLRenderer and GLCompiler
|
file |
diff |
annotate
|
2015-09-06 |
Teemu Piippo |
null -> nullptr
|
file |
diff |
annotate
|
2015-09-05 |
Teemu Piippo |
Refactor LDDocument's API
|
file |
diff |
annotate
|
2015-08-31 |
Teemu Piippo |
Now compiles and links but crashes shortly after startup.
|
file |
diff |
annotate
|
2015-08-31 |
Teemu Piippo |
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
|
file |
diff |
annotate
|
2015-08-30 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
2015-08-30 |
Teemu Piippo |
elif -> else if
|
file |
diff |
annotate
|
2015-08-22 |
Teemu Piippo |
More sharedpointer removal
|
file |
diff |
annotate
|
2015-08-22 |
Teemu Piippo |
Replace casts
|
file |
diff |
annotate
|
2015-07-07 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
2015-02-21 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
2014-10-21 |
Teemu Piippo |
- pressing ctrl while drawing now locks the draw to cardinal directions
|
file |
diff |
annotate
|
2014-08-31 |
Teemu Piippo |
- circle tool is now able to rotate the partial circular primitives spawned
|
file |
diff |
annotate
|
2014-08-30 |
Teemu Piippo |
- now able to spawn partial circular primitives
|
file |
diff |
annotate
|
2014-08-06 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
2014-08-04 |
Teemu Piippo |
- refactor
|
file |
diff |
annotate
|
2014-07-29 |
Teemu Piippo |
- fixed crash-on-exit (simply by not running full destruction processing during program termination)
|
file |
diff |
annotate
|
2014-07-28 |
Teemu Piippo |
- and fixed compilation on linux systems too
|
file |
diff |
annotate
|
2014-07-28 |
Santeri Piippo |
- fixed compilation on windows systems
|
file |
diff |
annotate
|
2014-07-16 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
2014-07-04 |
Santeri Piippo |
- updated filenames
|
file |
diff |
annotate
|
2014-07-04 |
Santeri Piippo |
- now compiles
|
file |
diff |
annotate
|
2014-07-04 |
Santeri Piippo |
- more work on edit modes
|
file |
diff |
annotate
|
2014-07-04 |
Santeri Piippo |
- saving work done on edit mode revamp
|
file |
diff |
annotate
|
2014-07-03 |
Santeri Piippo |
- added the magic wand tool
|
file |
diff |
annotate
|
2014-06-15 |
Santeri Piippo |
- refactor glRenderer.h
|
file |
diff |
annotate
|
2014-06-03 |
Santeri Piippo |
- added primitives toolbox
|
file |
diff |
annotate
|
2014-06-03 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
2014-06-02 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
file |
diff |
annotate
|
2014-05-09 |
Santeri Piippo |
- initial overhaul with smart pointers
|
file |
diff |
annotate
|
2014-05-05 |
Santeri Piippo |
- renamed some renderer members
|
file |
diff |
annotate
|
2014-05-05 |
Santeri Piippo |
- when an object is deleted, if it's the renderer's object-under-cursor the field needs to be cleared or ldforge crashes
|
file |
diff |
annotate
|
2014-05-02 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
file |
diff |
annotate
|
2014-04-30 |
Santeri Piippo |
- made the mouse-hover object highlight togglable from configuration
|
file |
diff |
annotate
|
2014-04-30 |
Santeri Piippo |
- added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- vertex snapping is now smarter, does a depth compare to favor vertices closer to camera and does a short-range 2d check + out-of-range 2d check
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- removed some relics from the old immediate mode renderer
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- resetAngles still needs to request a zoom to fit or the ctrl-0 action doesn't zoom to fit
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
|
file |
diff |
annotate
|
2014-04-18 |
Santeri Piippo |
- cleanup
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|