Blender Git Loki
Git Commits -> Revision ac11d52
Revision ac11d52 by Andrea Weikert (master) July 10, 2009, 19:19 (GMT) |
2.5 filebrowser * bugfix: don't allow parent dir to go beyond root * bugfix: only attempt to change directory if it exists New (WIP) feature: autocomplete for directory * works on TAB * so far only one level (in current directory) |
Commit Details:
Full Hash: ac11d522c8cad7eeabe07e643effbc776e933728
SVN Revision: 21503
Parent Commit: a74edc0
Lines Changed: +58, -10
6 Modified Paths:
/source/blender/blenlib/BLI_util.h (+3, -0) (Diff)
/source/blender/blenlib/intern/util.c (+16, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+25, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+2, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+11, -8) (Diff)
/source/blender/blenlib/intern/util.c (+16, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+25, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+2, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+11, -8) (Diff)