blender/source
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
..
blender Bugfix for:[23234] Blender File Browser - Back Button does work with first directory entered? 2010-08-09 22:54:40 +00:00
blenderplayer build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
creator Fix #23099: cmake/mac did not copy the scripts/ directory correct for install. 2010-08-04 16:05:19 +00:00
darwin Fix make/darwin build, was not updated for moved bin/ directory. 2010-07-29 13:04:20 +00:00
gameengine fix for fake python bge.* module, this is really nasty temp py code! (not a good example) 2010-08-06 12:46:22 +00:00
icons missed a file in previous crosscompiling related commits 2010-02-18 06:53:10 +00:00
kernel remove commented scons lines from cmake files, fixed use of pointer poll function for ID drobdowns (currently unused) 2010-08-03 08:12:55 +00:00
CMakeLists.txt correct fsf address 2010-02-12 13:34:04 +00:00
Makefile == Makefiles == 2010-08-04 08:42:18 +00:00
SConscript this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit 2010-02-01 18:39:41 +00:00