tornavis/source/blender/windowmanager/intern
Brecht Van Lommel b5e1c48ca7 startup.blend: add a function BLO_update_defaults_startup_blend to change
default settings in the startup.blend without having to actually save and embed
the file, which can be a tricky process and is problematic in branches and
patches.

This function can be emptied each time a new startup.blend is committed.
2013-09-10 13:25:35 +00:00
..
wm.c ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect). 2013-08-26 23:37:08 +00:00
wm_apple.c style cleanup 2012-12-29 01:54:58 +00:00
wm_cursors.c rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
wm_dragdrop.c rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
wm_draw.c border render with cycles had 1 pixel offset on the top-right edge of the image, issue was caused by wmSubWindowScissorSet adding 1 to the ar->drawrct, now only add the padding when drawing the entire area 2013-08-05 04:52:27 +00:00
wm_event_system.c Usual UI messages fixes... 2013-09-09 20:22:01 +00:00
wm_files.c startup.blend: add a function BLO_update_defaults_startup_blend to change 2013-09-10 13:25:35 +00:00
wm_gesture.c code cleanup: use const events for modal and invoke operators. 2013-03-13 09:03:46 +00:00
wm_init_exit.c Speedup for guarded allocator 2013-08-19 10:51:40 +00:00
wm_jobs.c Fix #36555: preview render in properties editor did not get cancelled and 2013-08-28 19:22:48 +00:00
wm_keymap.c replace use of strcat() where the string offset is known. 2013-07-23 12:49:30 +00:00
wm_operators.c rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
wm_playanim.c fix for 2 bugs in animation playback 2013-07-13 12:58:00 +00:00
wm_subwindow.c border render with cycles had 1 pixel offset on the top-right edge of the image, issue was caused by wmSubWindowScissorSet adding 1 to the ar->drawrct, now only add the padding when drawing the entire area 2013-08-05 04:52:27 +00:00
wm_window.c Change window checks to desktop size instead of screen size. 2013-09-10 06:32:32 +00:00