May 1, 2017, 23:12 (GMT) |
Use iterator for for do_version_workspaces_after_lib_link |
May 1, 2017, 23:03 (GMT) |
Disabling USE_WORKSPACE_MODE works again |
May 1, 2017, 22:58 (GMT) |
Use uppercase for macros |
May 1, 2017, 22:30 (GMT) |
Cleanup: formatting |
May 1, 2017, 22:30 (GMT) |
Use DNA as a prefix |
May 1, 2017, 22:30 (GMT) |
Use DNA as a prefix, for workspace define too |
May 1, 2017, 21:20 (GMT) |
Clear win->screen pointer Caused assert when loading |
May 1, 2017, 21:03 (GMT) |
Merge branch '28' into workspaces |
May 1, 2017, 20:57 (GMT) |
Revert minor order change - wm_file_read_post This function is meant to be last and I couldn't redo any bugs after re-ordering. |
May 1, 2017, 20:52 (GMT) |
Use Main as the first argument |
May 1, 2017, 20:45 (GMT) |
Fix for crash loading a file containing a temp (maximized) screen. Not pretty, we need to remove temp workspaces after creating them because of order-of-initialization logic here, see: D2451#62433 |
May 1, 2017, 16:06 (GMT) |
Re-order for versioning |
May 1, 2017, 15:53 (GMT) |
Use printf instead of assert I can only assume BLI_assert wasn't configured to call real asserts, is seems this is more of a warning. |
May 1, 2017, 15:18 (GMT) |
Fix buffer overrun when setting the name Would happen on default startup file. Strings allocations were set to `but->hardmax + 1`, not `items->maxstrlen` |
May 1, 2017, 14:13 (GMT) |
Odd use of BLI_strncpy (just use strcpy) |
May 1, 2017, 13:51 (GMT) |
Merge branch '28' into workspaces |
April 26, 2017, 19:54 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/blenkernel/BKE_layer.h source/blender/blenkernel/intern/layer.c source/blender/blenkernel/intern/library_query.c source/blender/editors/interface/interface_eyedropper.c source/blender/editors/space_image/space_image.c |
April 25, 2017, 06:54 (GMT) |
App Templates: optionally use app-template path for workspaces Also make WM_OT_save_workspace_file follow WM_OT_save_userpref logic more closely. |
April 25, 2017, 06:21 (GMT) |
Minor changes only, use BKE prefix and remove nested header |
April 14, 2017, 08:32 (GMT) |
Merge branch '28' into workspaces |
|