Blender Git Loki
Git Commits -> Revision 0356b92
Revision 0356b92 by Brecht Van Lommel (master) September 28, 2009, 12:10 (GMT) |
File Browser fixes: * The code to draw only visible items was not working, giving slow performance with many files (bug #19469). * Fix detailed list display on non-windows, would give overlapping text. * Fix folders with many files not displaying all items, changed short to int in various places, was overflowing. * Recreate layout on area resizes, file view gets out of sync otherwise. * Workaround for v2d height not being correct with image display due to scrollers. * Fix view2d code to compute minimum scroller size, this would make the scroller go outside of its bounds. |
Commit Details:
Full Hash: 0356b92d4627885248aed7f39a3e20b267f2e8f7
SVN Revision: 23527
Parent Commit: 996c767
Lines Changed: +91, -77
6 Modified Paths:
/source/blender/editors/include/ED_fileselect.h (+16, -16) (Diff)
/source/blender/editors/interface/view2d.c (+17, -4) (Diff)
/source/blender/editors/space_file/filesel.c (+19, -14) (Diff)
/source/blender/editors/space_file/file_draw.c (+35, -41) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -1) (Diff)
/source/blender/editors/interface/view2d.c (+17, -4) (Diff)
/source/blender/editors/space_file/filesel.c (+19, -14) (Diff)
/source/blender/editors/space_file/file_draw.c (+35, -41) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -1) (Diff)