2017-03-05 Teemu Piippo MathFunctions is now a namespace. changeset | files
2017-03-05 Teemu Piippo Fixed NewPartDialog leaking the memory allocated by the user interface. changeset | files
2017-03-05 Teemu Piippo NewPartDialog is no longer a HierarchyElement. changeset | files
2017-03-05 Teemu Piippo ColorSelector is no longer a HierarchyElement. changeset | files
2017-03-05 Teemu Piippo GuiUtilities is now a namespace. changeset | files
2017-03-05 Teemu Piippo The Grid class is no longer a hierarchy element or a QObject. changeset | files
2017-03-05 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. changeset | files
2017-03-05 Teemu Piippo Also removed the copy constructor and copy assignment because those only are bad news for a resource managing vector... changeset | files
2017-03-05 Teemu Piippo and let's put a newline there... changeset | files
2017-03-05 Teemu Piippo Deleted the copy constructor version of ResourceVector<T>::insert, like with append changeset | files
2017-03-05 Teemu Piippo Sorted the methods in Model's public section. changeset | files
2017-03-05 Teemu Piippo Renamed some methods of the Model class to remove the 'emplace' word (however cromulent it is, being from STL...) from them. changeset | files
2017-03-05 Teemu Piippo Moved LDObject lifetime management from Model to ResourceVector. This is a large refactor that removes some hacks from the Model class. changeset | files
2017-03-05 Teemu Piippo Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management. changeset | files
2017-03-04 Teemu Piippo Polar grid is now togglable. changeset | files
2017-03-04 Teemu Piippo CMake fixes changeset | files
2017-03-03 Teemu Piippo Added polar grid snapping code. changeset | files
2017-03-03 Teemu Piippo Added polar grid rendering (which is disabled for now). changeset | files
2017-03-03 Teemu Piippo Grid::snap now snaps points. changeset | files
2017-03-03 Teemu Piippo Simplified Grid::snap. changeset | files
2017-03-03 Teemu Piippo At long last, the grid is finally now rendered onto the viewport. Woop! changeset | files
2017-03-02 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. changeset | files
2017-03-02 Teemu Piippo Removed some unused class stubs and definitions. changeset | files
2017-03-01 Teemu Piippo No need for braces there... changeset | files
2017-02-25 Teemu Piippo Cleanup ColorSelector, moved direct color composition to a new LDColor constructor. changeset | files
2017-02-25 Teemu Piippo Cleanup ColorSelector::colorButtonClicked() changeset | files
2017-02-23 Teemu Piippo Changed QByteArray to QVector to avoid that ugly reinterpret_cast. changeset | files
2017-02-23 Teemu Piippo Turned GLRenderer::pixelCapture to GLRenderer::screenCapture() which encapsulates screen capturing properly and returns a ready image. changeset | files
(0) -1000 -300 -100 -50 -28 +28 +50 +100 tip

mercurial