2014-05-16 |
Santeri Piippo |
- hopefully stabilized the entire shared pointers deal now
|
changeset |
files
|
2014-05-15 |
Santeri Piippo |
- improved shared pointer behavior, still not there yet
|
changeset |
files
|
2014-05-09 |
Santeri Piippo |
- initial overhaul with smart pointers
|
changeset |
files
|
2014-05-05 |
Santeri Piippo |
- slight refactor in ldobject methods
|
changeset |
files
|
2014-05-05 |
Santeri Piippo |
- renamed some renderer members
|
changeset |
files
|
2014-05-05 |
Santeri Piippo |
- crashcatcher: hide the main window before doing anything and also write the crashlog into a file
|
changeset |
files
|
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
|
changeset |
files
|
2014-05-04 |
Santeri Piippo |
- grid-snap the drawn circle radius, not the point used for the distance calculation
|
changeset |
files
|
2014-05-02 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
changeset |
files
|
2014-05-01 |
Santeri Piippo |
- significantly sped up selecting all objects, it is now an actually fast operation
|
changeset |
files
|
2014-04-30 |
Santeri Piippo |
- made the mouse-hover object highlight togglable from configuration
|
changeset |
files
|
2014-04-30 |
Santeri Piippo |
- added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
|
changeset |
files
|
2014-04-30 |
Santeri Piippo |
- cut unnecessary code from MainWindow::updateSelection. speeds it up a bit, especially when unselecting but it's not fast enough to my tastes yet
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- use a function for utf16 type conversion instead of a macro
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- grids now have a single coordinate snap value instead of individual X, Y and Z values
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- buh
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- optimized picking, black is background now in pick scenes
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- don't let random colors be too dark (or fully white either for dark backgrounds which use white lines)
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- more icons
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- fixed: the random colors action wasn't being checked on startup if it was enabled in config, causing it to go out of sync
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- some minor cleanup
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- simplified the code handling bfc statements a bit
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- don't simplify (aka remove extra whitespace from) comment texts
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- added build time to window title properly
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- removed rest of the uses of <anonymous>
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- added changelog entries
|
changeset |
files
|