Files
test2/source/blender/blenlib/intern
Dalai Felinto 73f1d88be2 Bugfix for:[23234] Blender File Browser - Back Button does work with first directory entered?
For !WIN32 systems the fix was in ED_fileselect_set_params
(basically adding the first folder in the sfile->folders_prev list)

For WIN32:
I talked with Nathan (Jesterking) and he agreed that the fix in path_util.c was required too. Without that BLI_path_abs was always making WIN32 paths ending with \ to end with \\
(e.g. C:\Blender\ --> C:\Blender\\)
And this was making the folder to fail ISDIR tests.
2010-08-09 22:54:40 +00:00
..
2010-02-12 13:34:04 +00:00
2010-05-08 15:37:29 +00:00
2010-08-04 04:01:27 +00:00
2010-02-12 13:34:04 +00:00
2010-02-28 00:48:05 +00:00
2010-04-15 20:16:10 +00:00
2010-08-02 00:08:01 +00:00
2010-07-14 14:11:03 +00:00
2010-06-17 14:22:54 +00:00
2010-07-20 10:41:08 +00:00
2010-05-08 15:37:29 +00:00