chiark / gitweb /
Updated all lineends for py files to unix style.
[cura.git] / Cura / gui / opengl.py
2012-12-06 DaidUpdated all lineends for py files to unix style.
2012-12-06 daidMerge pull request #280 from GreatFruitOmsk/macosx
2012-12-05 Ilya KulakovMerge remote-tracking branch 'upstream/master' into...
2012-12-05 Ilya KulakovFix resources, imports and indentations.
2012-11-27 daid303Added general help for plugin tab, added open plugin...
2012-11-08 daid303Fixed the top down view light issue, made the project...
2012-11-06 daid303Update on the GL window, better lighting. Upda on the...
2012-10-19 daid303Fix the machine size drawing when X and Y are differnt
2012-10-05 daid303Make the 3D platfrom transparent.
2012-10-05 daid303Add a 3D view of the Ultimaker build platform for bette...
2012-10-04 daid303Vastly improve rendering time for complex models.
2012-10-01 daid303Fix timelaps recording support
2012-09-06 daidPut the X/Y/Z indicator inside of the machine so you...
2012-09-03 daidInstead of using GL_NORMALIZE use GL_RESCALE_NORMAL...
2012-09-02 DaidUpdate on the 3D preview, remove the boxed lines and...
2012-09-01 DaidFix an issue when there is no 3D model displayed (light...
2012-09-01 DaidChanged the 3D preview to have colors that are easier...
2012-08-30 daidReplace the line grid with a checkerboard pattern,...
2012-07-31 daidFixed project planner.
2012-07-31 daidAdded border view option for 3D view.
2012-07-31 daidFix X-Ray view. Broken after Numpy update.
2012-07-30 daidImprove rendering time by using numpy to generate norma...
2012-07-27 daidImprove performance of rotating 3D objects a bit.
2012-07-26 daidIncrease performance and decrease memory usage by using...
2012-06-20 DaidChange the way the only jump retraction works, this...
2012-06-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-01 daidUse the proper function for checking if 2 vertexes...
2012-06-01 daidAdded retract colors on moves that are followed after...
2012-06-01 daidMore fixes for a frozen build. Adds the code used by...
2012-05-11 daidMerge branch 'master' of github.com:daid/Cura
2012-05-08 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-07 daidGenerate 1 GCode layer per draw cycle, this keeps the...
2012-05-07 daidUpdated gcode interperter and GCode preview. Fixed #77
2012-05-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-03 DaidSome fixes to the preview window OpenGL code. Needed...
2012-04-25 daidSolve problem where X/Y/Z text is shown before camera...
2012-04-22 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-22 DaidRemove debug print.
2012-04-22 DaidAdd Z/Y/Z indicators. Fixes #70
2012-04-18 daidMerge branch 'master' of github.com:daid/Cura
2012-04-17 DaidMerge branch 'master' of github.com:daid/Cura
2012-04-17 DaidMerge conflic solved
2012-04-17 DaidSome changes for the project manager.
2012-04-17 Ferdi van der WerfMerge upstream, fixed conflicts, showing complete toolb...
2012-04-17 daidChange default FOV to look more natural
2012-04-07 Lawrence JohnstonMerge commit 'd0691018c211d1dbd500c0b3d363da8c5bd2f11d'
2012-04-05 DaidSplit up some OpenGL stuff from preview3d. Added swapXZ...