Revision d506cf1 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 21, 2015, 10:59 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision ff34f47 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 20, 2015, 21:17 (GMT) |
Minor correction to manipulator arrow widgets To avoid overlapping widgets (would ideally be handled by widget drawing code directly). |
Revision 8bdc6ca by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 20, 2015, 20:58 (GMT) |
Cleanup |
Revision 165ec9e by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 20, 2015, 19:34 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 14a7156 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 20, 2015, 19:31 (GMT) |
Initialize manipulator widgets in different order (affects drawing order) |
Revision 1f2d886 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 20, 2015, 13:09 (GMT) |
Various Cleanup |
Revision 8e0c18f by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 21:10 (GMT) |
Support and use custom arrow line drawing verts This gives us enough flexibility for some special manipulator drawing with combined axis types (like translate, rotate, scale manipulators enabled all together) Now we also don't have to use immediate mode drawing. It might also be interesting to support custom drawing callbacks, but for now this isn't really needed. Let's see! Based on feedback by @psy-fi |
Revision e2be604 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 10:11 (GMT) |
Implement scaling manipulator |
Revision f92c118 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 07:11 (GMT) |
Fix rotation manipulator not hidden completely with all axes locked Similar fix as rB6885d316b1b4e275, but had to fix it here too since we've duplicated that code. Also removed unused defines. |
Revision 43284f1 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 07:03 (GMT) |
Allow widgets to define custom line width (and use for manipulator) |
Revision 8154537 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 06:40 (GMT) |
Bring back manipulator circle widget for free transformation |
Revision 2baee18 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 05:44 (GMT) |
Fade manipulator widgets out when hiding them because of angle to view Aaaaand minor cleanup. |
Revision f496518 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 05:02 (GMT) |
Get axes colors from theme setting again (and update theme colors to be the colors we used previously for the new manipulator) |
Revision 80f4d74 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 04:36 (GMT) |
Hide manipulator axes that point towards the view And of course more cleanup ;) |
Revision fbb953f by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 03:39 (GMT) |
Moar cleanup (and some minor optimization) |
Revision b8a5ddd by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 18, 2015, 02:48 (GMT) |
Cleanup, cleanup and more cleanup! |
Revision 0fb26a9 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 17, 2015, 23:29 (GMT) |
More Adjustments to manipulator widget drawing |
Revision 911b842 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 17, 2015, 23:15 (GMT) |
Corrections to previous commit |
Revision c3e466a by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 17, 2015, 23:04 (GMT) |
New, thinner drawing for circle widgets as well Also minor cleanup |
Revision dd7c442 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 17, 2015, 22:36 (GMT) |
Draw widgets with multi-sampling |
|