Blender Git Loki
Git Commits -> Revision 046b158
Revision 046b158 by Dalai Felinto (testbuild) July 31, 2014, 15:14 (GMT) |
Fullscreen Editor (new fullscreen mode for clean UI) Organize Maximize/Fullscreen mess and add a new fullscreen mode with no UI * Maximize Editor: (old Ctrl+Up) * Full Screen Window: (old Alt + F11) * Full Screen Editor: new operator (Alt + F10) It should fullscreen the window and make it clean (no UI, no buttons). After exiting it, it should return to the previous window state (windowed/fullscreen). This was originally intended for the multiview branch, but this functionality also benefits non-stereo workflows, thus it can be reviewed and committed independently. Development notes: * This includes cleanups in the code to sanitize the naming of fullscreen/maximize across the window/editor code. Differential Revision: https://developer.blender.org/ - D678 (I hope testbuild doesn't close my differential) |
Commit Details:
Full Hash: 046b1584c4f01e3e7b7838daaf9ba93d3bdf6762
Parent Commit: 99f42aa
Lines Changed: +199, -65
12 Modified Paths:
/source/blender/editors/include/ED_screen.h (+1, -1) (Diff)
/source/blender/editors/render/render_view.c (+1, -1) (Diff)
/source/blender/editors/screen/area.c (+3, -2) (Diff)
/source/blender/editors/screen/screen_edit.c (+63, -38) (Diff)
/source/blender/editors/screen/screen_ops.c (+50, -11) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+9, -5) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+15, -2) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+47, -1) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)
/source/blender/editors/render/render_view.c (+1, -1) (Diff)
/source/blender/editors/screen/area.c (+3, -2) (Diff)
/source/blender/editors/screen/screen_edit.c (+63, -38) (Diff)
/source/blender/editors/screen/screen_ops.c (+50, -11) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+9, -5) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+15, -2) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+47, -1) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)