Blender Git Commit Log
Git Commits -> Revision 6fe9a03
Revision 6fe9a03 by Joshua Leung (master) December 4, 2008, 05:37 (GMT) |
View2D: Scrollbar tweaks * Added back vertical scale markings for vertical scrollbars. Currently untested (until IPO Editor can be put back in). Also, there was a special exception for the Sequencer, which will need to be checked when the time comes too. * Fixed the display of frame numbers in scrollbars. Was caused by error in using an int, where a float was required (this is one place MSVC gives better warnings than GCC). * Outliner horizontal scrollbar now displays a more useful range. The previous range was based on screen width, not width of content. * Outliner horizontal scrollbar now draws with bevel-highlight line again. Was missed out in a previous commit. * Added simple toggle Frames/Seconds operator to TimeLine to test if the View2D code is working right for this. This uses the same hotkey (TKEY) as it's counterpart (with a menu for input) did in previous incarnations of Blender. |
Commit Details:
Full Hash: 6fe9a03456b48fdb689c2432788afcf0149e9b3e
SVN Revision: 17711
Parent Commit: efe8ad8
Lines Changed: +75, -15
5 Modified Paths:
/source/blender/editors/include/UI_view2d.h (+1, -1) (Diff)
/source/blender/editors/interface/view2d.c (+33, -6) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -4) (Diff)
/source/blender/editors/space_time/space_time.c (+5, -4) (Diff)
/source/blender/editors/space_time/time_ops.c (+31, -0) (Diff)
/source/blender/editors/interface/view2d.c (+33, -6) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -4) (Diff)
/source/blender/editors/space_time/space_time.c (+5, -4) (Diff)
/source/blender/editors/space_time/time_ops.c (+31, -0) (Diff)