chiark / gitweb /
Change how the engine is interfaced from the python code. Put the GCode viewer in...
[cura.git] / Cura / gui / util / opengl.py
2014-01-24 daidChange how the engine is interfaced from the python...
2013-09-19 daidMerge pull request #561 from hg42/allow-dropping-gcode
2013-09-19 daidMerge fix.
2013-09-18 daidSeperate the machine settings from the preference settings
2013-06-20 daidSmall bugfix on the VBOs.
2013-06-20 daidChange the way fallback for VBOs is done, so there...
2013-06-20 daidSmall fix in AMF save. Change the way shaders are made...
2013-06-19 daidFix backwards compatibility mode.
2013-06-17 daidAdd backwards compatibility for lack of VBO support.
2013-06-17 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-17 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-17 daidUpdate on the fallback support, proper colors now.
2013-06-17 daidImplement fallback in case shader support is missing...
2013-06-12 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-11 daid303Update the progressbar to look better.
2013-05-23 daid303Add overhang view by using a shader.
2013-05-17 daid303Copyright message needs to be after the __future__...
2013-05-17 daid303Add proper copyright statements.
2013-05-01 daid303Add utility function to eject drives.
2013-04-25 daid303Add print time and filament usage estimates.
2013-04-23 daid303Fix the GCode rendering bug.
2013-04-22 daid303Merge branch 'master' into SteamEngine
2013-04-18 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-04-18 daid303Speedup GCode drawing a lot by using VBOs.
2013-04-18 daid303Make the GCode loader faster (about 20%)
2013-04-17 daid303Merge branch 'master' into SteamEngine
2013-04-16 daid303Add very basic GCode viewing.
2013-04-12 daid303Merge branch 'master' into SteamEngine
2013-04-12 daid303Add object duplication.
2013-04-10 daid303Some cleanup, move the animation code to openglGUI...
2013-04-04 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-25 daid303Improve the rendering speed a bit of the border around...
2013-03-25 daid303Merge fix.
2013-03-24 daid303Add fancy loading animation.
2013-03-22 daid303Merge branch 'master' into SteamEngine
2013-03-22 daid303Fix crash bug.
2013-03-22 daid303Add multi object rendering and selection.
2013-03-21 daid303Massive breaking time, start of the new scene display...
2013-03-14 daid303Merge branch 'master' into SteamEngine
2013-03-14 daid303Better display dual-extrusion paths.
2013-03-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2013-03-06 daid303Merge branch 'master' into SteamEngine
2013-03-06 daid303Some updates to improve the button layout.
2013-03-06 daid303Update on the 3D window, now with nice icons. Also...
2013-03-04 daid303Fixed a typo. Changed the GCode rendering so it gives...
2013-02-28 daid303Slow the GCode layers while loading instead of first...
2013-02-18 daid303Added online stat collection, added dropdown 3D button.
2013-02-08 daid303Add mirror tools.
2013-02-05 daid303Update on the OpenGL gui, now uses layout managers...
2013-01-31 daid303Allow unselection of tools, and fix the scaling size...
2013-01-29 daidMerge pull request #349 from smorloc/master
2013-01-29 daid303Fix the steep overhang display when rotating/scaling.
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 daid303Move the OpenGL GUI base code to a seperate class for...
2013-01-24 daid303Split off some code from preview3d.py, which is becomin...
2013-01-24 daidMerge pull request #342 from smorloc/master
2013-01-24 daid303Add OpenGL buttons for tool selection.
2013-01-19 daid303Add visual nodes for the scale tool.
2013-01-19 daid303Replacement for gluUnproject, which seems to be causing...
2013-01-19 daid303Fixing #328
2013-01-18 daidMerge pull request #329 from smorloc/master
2013-01-17 daid303Add visual nodes for the scale tool.
2013-01-17 daid303Replacement for gluUnproject, which seems to be causing...
2013-01-17 daid303Fixing #328
2013-01-16 daidMerge pull request #323 from smorloc/master
2013-01-16 daid303Update rotate tool with text, and add info tool.
2013-01-16 daid303Update on the font draw.
2013-01-16 daid303Use better font rending for the X/Y/Z
2013-01-16 daid303Update on rotation tools, this breaks a lot of function...
2013-01-14 daid303Keep working when the platform stl is missing.
2013-01-09 daid303Should use "is None" instead of "== None"
2012-12-20 daid303Center the machine bed grid on the machine center,...
2012-12-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2012-12-06 daid303Move some gui utility files into a seperate location...