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
|
2014-07-13 |
Teemu Piippo |
- initialize History as not ignoring or history will not work at all with new files
|
changeset |
files
|
2014-07-13 |
Teemu Piippo |
- altered the non-release version string format
|
changeset |
files
|
2014-07-13 |
Teemu Piippo |
- fixed incorrect conversions of weak pointers to strong ones
|
changeset |
files
|
2014-07-13 |
Teemu Piippo |
- reimplemented vertex tracking using a method similar to what the GL compiler uses
|
changeset |
files
|
2014-07-07 |
Santeri Piippo |
- now prints the filesize upon successful save
|
changeset |
files
|
2014-07-07 |
Santeri Piippo |
- magic wand: when flood-selecting surfaces, also pick any matching conditional lines
|
changeset |
files
|
2014-07-06 |
Santeri Piippo |
- fixed: ring finder's solutions' scale values would drop to 0.0 if it would not choose to upscale radii
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- okay that was dumb
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- updated filenames
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- now with license headers
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- and now it works fine too
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- now compiles
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- merged with main
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- more work on edit modes
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- more work on edit modes
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- saving work done on edit mode revamp
|
changeset |
files
|
2014-07-04 |
Santeri Piippo |
- updated qrc
|
changeset |
files
|
2014-07-03 |
Santeri Piippo |
- draw the free camera icon when in magic wand mode
|
changeset |
files
|
2014-07-03 |
Santeri Piippo |
- changelog entry for magic wand
|
changeset |
files
|
2014-07-03 |
Santeri Piippo |
- update the object list when the magic wand empties the selection when clicking on background
|
changeset |
files
|
2014-07-03 |
Santeri Piippo |
- added the magic wand tool
|
changeset |
files
|
2014-06-30 |
Santeri Piippo |
- optimized simplify()
|
changeset |
files
|
2014-06-30 |
Santeri Piippo |
- refactor
|
changeset |
files
|
2014-06-29 |
Santeri Piippo |
- added ability to filter out surfaces/edgelines/condlines from the viewport
|
changeset |
files
|
2014-06-29 |
Santeri Piippo |
- refactored stuff
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- refactor
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- ringfinder: attempt to upscale fractional radii to integral ones. this improves results
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- refactored up the ringfinder, apply -DDEBUG with RelWithDebInfo
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- imported the .gitignore from the old git repository as .hgignore and adapted it slightly
|
changeset |
files
|
2014-06-22 |
crimsondusk |
README.md edited online with Bitbucket
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- adapted the code to use hg-based updaterevision
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- transitioned from git to hg
|
changeset |
files
|
2014-06-22 |
Santeri Piippo |
- moved most of LDColorData API into LDColor
|
changeset |
files
|
2014-06-16 |
Santeri Piippo |
- refactor. got rid of the LDSharedVertex nonsense, fixed up split lines action
|
changeset |
files
|
2014-06-16 |
Santeri Piippo |
- added split lines action, doesn't yet work very well
|
changeset |
files
|
2014-06-16 |
Santeri Piippo |
- allow 5 decimals for grid precision
|
changeset |
files
|
2014-06-15 |
Santeri Piippo |
- refactor glRenderer.h
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- made transparent direct colors a compile-time opt-in since it appears to be non-standard
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- got rid of the old numeric() function
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- minor edit
|
changeset |
files
|