Revision cd0f4da by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 15:17 (GMT) |
Add keymap basic initializer WidgetGroups can now be registered without crashing. |
Revision a8bdb72 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 14:56 (GMT) |
Adjustments to widget registration - use wmWidgetMapType_Params struct instead of passing around same args (not always in same order). - split WM_widgetgrouptype_find create behavior into WM_widgetgrouptype_ensure - rename WM_widgetgrouptype_new to WM_widgetgrouptype_register (since it has an unregister argument) - add WM_widgetgrouptype_register_ptr argument, which doesn't need to perform a search. |
Revision 640f317 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 11:19 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 78bdfc4 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 07:48 (GMT) |
RNA subclass widgets, one step closer to working again - expose '3D' flag via bl_options. - expose 'Label' via bl_label - create new widget-group map when its not already existing. This still misses new keymap callback, will add next. |
Revision 4b07a7d by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 06:24 (GMT) |
Move struct member 'is_3d' to a flag Means we don't have to add new args for each type-option and makes is useful for RNA-subclassing. |
Revision 81daeb9 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 05:25 (GMT) |
Minor rename/cleanup avoid hard-coded array sizes |
Revision f271c87 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 5, 2016, 05:24 (GMT) |
Fix leak freeing widget which was highlighted |
Revision 9bc368d by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:53 (GMT) |
Correct fix for widget memory leak |
Revision 222a779 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:44 (GMT) |
Fix out-of-bounds access in manipulator_get_axis_color |
Revision 1f43dc0 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:35 (GMT) |
Pass in named of variables to macros Avoids confusion as to where vars are declared. |
Revision 2e43b83 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:32 (GMT) |
Previous commit was wrong this is leaking still, but this free call is redundant - needs further investigation. |
Revision d6d4623 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:30 (GMT) |
Fix memory leak w/ widget operator properties |
Revision 36a9ccb by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:22 (GMT) |
Fix leak w/ GLU quadrics |
Revision 20af894 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 17:06 (GMT) |
Sync /w master |
Revision aa42600 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 16:32 (GMT) |
Sync with master |
Revision a50acf3 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 16:22 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 1f1c710 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 16:16 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision a79361e by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 16:10 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 4911676 by Campbell Barton (temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) January 4, 2016, 16:03 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision e69a25e by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) December 21, 2015, 19:42 (GMT) |
Cleanup: Move around functions |
|