Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
revamped format.h
2018-01-04
, by Santeri Piippo
reduce main.cpp
2018-01-04
, by Santeri Piippo
simplified Matrix
2018-01-04
, by Santeri Piippo
replaced Origin with default-constructed Vertex
2018-01-04
, by Santeri Piippo
fix paren style
2018-01-04
, by Santeri Piippo
add autosave
2018-01-04
, by Santeri Piippo
replaced "Config->" with "config."
2018-01-04
, by Santeri Piippo
increased range of GLRenderer bounds
2018-01-04
, by Santeri Piippo
circlemode: don't wait for the last click
2018-01-04
, by Santeri Piippo
Worked more on the library collection thing
2017-05-07
, by Teemu Piippo
LibraryCollection now derives from QObject and QVector<Library>
2017-03-27
, by Teemu Piippo
More work on library collections
2017-03-12
, by Teemu Piippo
Laid groundwork for library collection support.
2017-03-09
, by Teemu Piippo
Some cleanup in LDPaths
2017-03-08
, by Teemu Piippo
Removed the unary min and max functions.
2017-03-08
, by Teemu Piippo
Better encapsulated the BaseConfiguration class.
2017-03-08
, by Teemu Piippo
Whoops
2017-03-08
, by Teemu Piippo
Split the configuration main interface to a new class, BaseInterface, so that moc can properly deal with it.
2017-03-08
, by Teemu Piippo
Configuration changes can now be detected with signals.
2017-03-06
, by Teemu Piippo
Added Python tools to CMake so that they show up in IDEs
2017-03-06
, by Teemu Piippo
Simplified GLCompiler vbo interface
2017-03-06
, by Teemu Piippo
PrimitiveScanner is no longer a HierarchyElement.
2017-03-05
, by Teemu Piippo
Grid is now a namespace.
2017-03-05
, by Teemu Piippo
MathFunctions is now a namespace.
2017-03-05
, by Teemu Piippo
Fixed NewPartDialog leaking the memory allocated by the user interface.
2017-03-05
, by Teemu Piippo
NewPartDialog is no longer a HierarchyElement.
2017-03-05
, by Teemu Piippo
ColorSelector is no longer a HierarchyElement.
2017-03-05
, by Teemu Piippo
GuiUtilities is now a namespace.
2017-03-05
, by Teemu Piippo
The Grid class is no longer a hierarchy element or a QObject.
2017-03-05
, by Teemu Piippo
Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier.
2017-03-05
, by Teemu Piippo
Also removed the copy constructor and copy assignment because those only are bad news for a resource managing vector...
2017-03-05
, by Teemu Piippo
and let's put a newline there...
2017-03-05
, by Teemu Piippo
Deleted the copy constructor version of ResourceVector<T>::insert, like with append
2017-03-05
, by Teemu Piippo
Sorted the methods in Model's public section.
2017-03-05
, by Teemu Piippo
Renamed some methods of the Model class to remove the 'emplace' word (however cromulent it is, being from STL...) from them.
2017-03-05
, by Teemu Piippo
Moved LDObject lifetime management from Model to ResourceVector. This is a large refactor that removes some hacks from the Model class.
2017-03-05
, by Teemu Piippo
Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management.
2017-03-05
, by Teemu Piippo
Polar grid is now togglable.
2017-03-04
, by Teemu Piippo
CMake fixes
2017-03-04
, by Teemu Piippo
Added polar grid snapping code.
2017-03-03
, by Teemu Piippo
Added polar grid rendering (which is disabled for now).
2017-03-03
, by Teemu Piippo
Grid::snap now snaps points.
2017-03-03
, by Teemu Piippo
Simplified Grid::snap.
2017-03-03
, by Teemu Piippo
At long last, the grid is finally now rendered onto the viewport. Woop!
2017-03-03
, by Teemu Piippo
Added support for ideal co-ordinates, which should make writing editing tools a lot easier. For some reason they don't yet work with the back and right cameras.
2017-03-02
, by Teemu Piippo
Removed some unused class stubs and definitions.
2017-03-02
, by Teemu Piippo
No need for braces there...
2017-03-01
, by Teemu Piippo
Cleanup ColorSelector, moved direct color composition to a new LDColor constructor.
2017-02-25
, by Teemu Piippo
Cleanup ColorSelector::colorButtonClicked()
2017-02-25
, by Teemu Piippo
Changed QByteArray to QVector to avoid that ugly reinterpret_cast.
2017-02-23
, by Teemu Piippo
Turned GLRenderer::pixelCapture to GLRenderer::screenCapture() which encapsulates screen capturing properly and returns a ready image.
2017-02-23
, by Teemu Piippo
Hardened the GLRenderer interface, made methods more private.
2017-02-23
, by Teemu Piippo
Cleanup GLRenderer::initializeAxes()
2017-02-23
, by Teemu Piippo
Removed GLRenderer::refresh(), update() does the job just as fine.
2017-02-23
, by Teemu Piippo
GLRenderer::drawVbos no longer needs to be told the GL type
2017-02-23
, by Teemu Piippo
Cleanup AlgorithmToolset::subfileSelection.
2017-02-23
, by Teemu Piippo
Fixed more dialog instances in AlgorithmToolset.
2017-02-23
, by Teemu Piippo
Moved all UI files from ui/ into src/dialogs/.
2017-02-23
, by Teemu Piippo
Removed unused class RadioGroup.
2017-02-23
, by Teemu Piippo
Replaced LDObjectList with QVector<LDObject*>
2017-02-23
, by Teemu Piippo
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip