July 2, 2018, 12:50 (GMT) |
Merge branch 'blender2.8' into temp-tab_drag_drop |
July 2, 2018, 12:19 (GMT) |
Cleanup: Refactor button-group code * Split generic button-group code from specific application * Move button-group API to interface.c. * Avoid struct abuse by using wrapper structs * Naming, comments, etc. |
July 2, 2018, 00:09 (GMT) |
Fix error in reordering after new items were added. |
July 1, 2018, 23:51 (GMT) |
Fix error in last merge Was freeing memory too early, it will be correctly freed a few lines later. |
June 30, 2018, 19:12 (GMT) |
Merge branch 'blender2.8' into temp-tab_drag_drop |
May 13, 2018, 12:57 (GMT) |
Merge branch 'topbar' into temp-tab_drag_drop |
May 13, 2018, 12:56 (GMT) |
Merge branch 'blender2.8' into topbar |
May 12, 2018, 13:36 (GMT) |
Merge branch 'topbar' into temp-tab_drag_drop |
May 12, 2018, 13:30 (GMT) |
Merge branch 'blender2.8' into topbar Keeping the branch for now, I might delete it soon though. |
April 20, 2018, 15:09 (GMT) |
Fix unintentional changes from merge conflicts |
April 20, 2018, 14:05 (GMT) |
Merge branch 'blender2.8' into topbar |
April 20, 2018, 13:59 (GMT) |
Move data of global areas into a separate struct Made the struct accessible via a pointer in the ScrArea so that we can use a simple NULL-check for this pointer to see if the area is global. The struct is not written to files, meaning we have the freedom to do changes to it without having to worry about compatibility. |
April 20, 2018, 12:43 (GMT) |
Support hiding the lower sub-bar by dragging the area edge up |
April 20, 2018, 12:43 (GMT) |
Fix hint for makesdna to not write top-bar struct commented out Just did this for testing, but should not have ended up in the commit. |
April 20, 2018, 12:43 (GMT) |
Bring back unintentionally removed error print |
April 20, 2018, 12:33 (GMT) |
Topbar: disable redo properties in topbar entirely for now, behind #ifdef. This is going to be different with the tool / command separation plans, so let's not confuse users for now. |
April 20, 2018, 12:33 (GMT) |
Fix error from one of the merges, this line should have been removed. |
April 19, 2018, 17:39 (GMT) |
Tweaks to topbar versioning code * Don't write global area pointers at all, leaves .blends a little cleaner without broken pointers. * Don't call editors functions from blenloader. * Fix black topbar when loading some existing 2.8 saved .blends. |
April 19, 2018, 17:39 (GMT) |
Merge branch 'blender2.8' into topbar |
April 19, 2018, 13:25 (GMT) |
Fix typo in #define |
|