Blender Git Commit Log
Git Commits -> Revision 0e476af
Revision 0e476af by Nathan Letwory (master) January 17, 2008, 05:33 (GMT) |
* Start ActionZone support for areas. This is bScreen level stuff to be able to do funky stuff. Right now 2 AZones are defined for each new ScrArea, and mouse over is now detected. Enter ugly triangle. |
Commit Details:
Full Hash: 0e476af66e54f72884a2a407fba91cf2c1688193
SVN Revision: 13264
Parent Commit: 7e14c5d
Lines Changed: +265, -7
1 Added Path:
/source/blender/editors/include/ED_screen_types.h (+63, -0) (View)
7 Modified Paths:
/source/blender/blenkernel/intern/screen.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_arithb.h (+2, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+57, -0) (Diff)
/source/blender/editors/screen/area.c (+99, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+38, -4) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -2) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -1) (Diff)
/source/blender/blenlib/BLI_arithb.h (+2, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+57, -0) (Diff)
/source/blender/editors/screen/area.c (+99, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+38, -4) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -2) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -1) (Diff)