Blender Git Commit Log
Git Commits -> Revision 70fd53b
Revision 70fd53b by Joshua Leung (master) December 1, 2008, 00:20 (GMT) |
View2D - Another WIP commit * Start of basic scrollbar drawing. This will be improved. Only Outliner shows these for now, as although the Timeline should show them, the old files didn't have them turned on. * Tidied up the view-panning operator - Fixed naming convention - Added user-adjustable properties (deltax, deltay in screenspace) * Added ctrl-scrollwheel (horizontal) and shift-scrollwheel (vertical) scroll operators. These use the view-panning code too. Unfortunately, I haven't been able to figure out why the WHEELMOUSEDOWN events don't seem to be triggering the operators! |
Commit Details:
Full Hash: 70fd53b469e9cfa06dcabe99afffd565ff943bbd
SVN Revision: 17656
Parent Commit: 3f0d3e0
Lines Changed: +374, -93
5 Modified Paths:
/source/blender/editors/include/UI_view2d.h (+5, -3) (Diff)
/source/blender/editors/interface/view2d.c (+108, -7) (Diff)
/source/blender/editors/interface/view2d_ops.c (+240, -79) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+11, -1) (Diff)
/source/blender/editors/space_time/space_time.c (+10, -3) (Diff)
/source/blender/editors/interface/view2d.c (+108, -7) (Diff)
/source/blender/editors/interface/view2d_ops.c (+240, -79) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+11, -1) (Diff)
/source/blender/editors/space_time/space_time.c (+10, -3) (Diff)