chiark / gitweb /
Do not crash on malformed ini files.
[cura.git] / Cura / gui / util / openglGui.py
2013-02-11 daid303Do not crash on malformed ini files.
2013-02-08 daid303Add mirror tools.
2013-02-07 daid303Add tab key to the glNumberCtrl.
2013-02-07 daid303Renamed glTextCtrl to glNumberCtrl to better reflect...
2013-02-06 daid303Calculate the scaling over the proper matrix axis.
2013-02-06 daid303Add working scale entry tools.
2013-02-05 daid303Update on the OpenGL gui, now uses layout managers...
2013-01-29 daidMerge pull request #349 from smorloc/master
2013-01-29 daid303Only draw the GCode layers when they are on screen...
2013-01-29 daid303Some small fixes suggested by Erik after testing.
2013-01-27 daid303Merge branch 'master' of github.com:daid/Cura
2013-01-27 daid303Initial changes to get some project planner stuff worki...
2013-01-27 daidMerge pull request #347 from smorloc/master
2013-01-25 daid303Add GL load file button, and improve the GLButton code...
2013-01-25 daid303Move the OpenGL GUI base code to a seperate class for...
2013-01-24 daid303Split off some code from preview3d.py, which is becomin...