Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
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
Removed the Origin and axes global constants.
2017-02-23
, by Teemu Piippo
At long last, the g_win pointer has been removed. Down with global variables!
2017-02-23
, by Teemu Piippo
print() is no longer a global function but is tied to HierarchyElement.
2017-02-23
, by Teemu Piippo
Made the GL renderer recieve information of object deletion via signals.
2017-02-23
, by Teemu Piippo
Moved GetIcon and makeSettings into the MainWindow namespace as static methods.
2017-02-23
, by Teemu Piippo
Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h.
2017-02-23
, by Teemu Piippo
Removed dead code
2017-02-23
, by Teemu Piippo
Some cleanup in mainwindow.cpp, use QSet<QString> for the 'ignore' variable.
2017-02-23
, by Teemu Piippo
Reformat colors.cpp.
2017-02-23
, by Teemu Piippo
Removed unused code from macros.h.
2017-02-23
, by Teemu Piippo
Made fixed cameras matrix-based. This simplifies some math.
2017-02-20
, by Teemu Piippo
Added gnomon.dat to version control. It helps me sort out the cameras as I rework them.
2017-02-18
, by Teemu Piippo
Moved LDQuadrilateral into its own source pair.
2017-02-14
, by Teemu Piippo
Moved LDTriangle into its own source pair.
2017-02-14
, by Teemu Piippo
Renamed ldObject.cpp → linetypes/modelobject.cpp
2017-02-14
, by Teemu Piippo
Renamed glCompiler.cpp → glcompiler.cpp
2017-02-14
, by Teemu Piippo
Renamed ldDocument.cpp → lddocument.cpp
2017-02-14
, by Teemu Piippo
Renamed glRenderer.cpp → glrenderer.cpp
2017-02-14
, by Teemu Piippo
Cleanup AlgorithmToolset::replaceCoordinates()
2017-02-14
, by Teemu Piippo
Fixed possible memory leak in AlgorithmToolset::editRaw().
2017-02-14
, by Teemu Piippo
Split LDConditionalEdge and LDEdgeLine into new source pairs
2017-02-14
, by Teemu Piippo
Removed the GLCamera::FreeToken name
2017-02-14
, by Teemu Piippo
LDObject subclass renaming:
2017-02-14
, by Teemu Piippo
Updated comments
2017-02-14
, by Teemu Piippo
Inlined away the LDOBJ macros in ldobject.h.
2017-02-14
, by Teemu Piippo
Rearranged declarations in basics.h
2017-02-14
, by Teemu Piippo
Removed the intXX type aliases and removed uses of intXX_t in favor of qintXX
2017-02-14
, by Teemu Piippo
Moved more stuff to GLCamera
2017-02-14
, by Teemu Piippo
Some documentation and cleanup in GLRenderer...
2017-02-14
, by Teemu Piippo
Fixed the free camera icon not showing up anymore.
2017-02-14
, by Teemu Piippo
Simplified camera tooltip code.
2017-02-14
, by Teemu Piippo
Moved camera names to GLCamera, other adjustments
2017-02-14
, by Teemu Piippo
Exported GLRenderer cameras into a new class, GLCamera.
2017-02-14
, by Teemu Piippo
Fixed some compilation problems
2017-02-13
, by Teemu Piippo
Commented GLCompiler::getColorForPolygon
2017-02-12
, by Teemu Piippo
Refactored configcollector.py
2017-02-12
, by Teemu Piippo
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
2017-02-12
, by Teemu Piippo
Moved definition of MainWindow::ToolInfo into mainwindow.cpp
2017-02-12
, by Teemu Piippo
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
2017-02-12
, by Teemu Piippo
Added the RingAdapter class and interfacing ring() function and simplified some math in GLCompiler with it
2017-02-10
, by Teemu Piippo
Replaced uses of currentDocument() in GLRenderer with m_model
2017-02-09
, by Teemu Piippo
Axes are not rendered with normals so the normals client state has to be disabled when drawing them.
2017-02-09
, by Teemu Piippo
Implemented lighting. Yay! Unfortunately, faces that show up the wrong way around in BFC red/green mode also show up with inverted lighting here.
2017-02-09
, by Teemu Piippo
Grah
2017-02-09
, by Teemu Piippo
Moved LDComment and LDEmpty into their own source file pairs.
2017-02-09
, by Teemu Piippo
Moved dialogs.cpp to dialogs/externalprogrampathdialog.cpp
2017-02-09
, by Teemu Piippo
Cleaned up ExternalProgramPathDialog
2017-02-09
, by Teemu Piippo
Moved some global constants into appropriate namespaces.
2017-02-09
, by Teemu Piippo
Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile.
2017-02-09
, by Teemu Piippo
Fixed potential memory leak
2017-02-09
, by Teemu Piippo
Replaced GLRenderer::m_width and GLRenderer::m_height with width() and height() calls.
2017-02-09
, by Teemu Piippo
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip