Blender Git Commit Log
Git Commits -> Revision 4a1a827
Revision 4a1a827 by Ton Roosendaal (master) January 28, 2009, 11:27 (GMT) |
2.5 Filewindow: restored some usability issues :) (Andrea: Hope you're OK, I needed to test stuff, and file open was a pain!) - F1: shows last saved/opened file now - Enter key loads, ESC cancels - Hilites on mousemove now show same theme colors as before - Enabled intended roundbox draw (was added to UI api) - Tweaked roundbox hilites to nicely surround text - Text was drawing too close to collumn dividers - Brought back missing glDisable(GL_BLEND), messed with draw - On file-open, mouse position is used to show active file |
Commit Details:
Full Hash: 4a1a8271c1666727d6b5784dd468751fff0820bd
SVN Revision: 18713
Parent Commit: 5b14573
Lines Changed: +136, -74
5 Modified Paths:
/source/blender/editors/space_file/file_draw.c (+24, -48) (Diff)
/source/blender/editors/space_file/file_intern.h (+8, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+87, -22) (Diff)
/source/blender/editors/space_file/space_file.c (+15, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+8, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+87, -22) (Diff)
/source/blender/editors/space_file/space_file.c (+15, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -1) (Diff)