Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-04OSX: simplyfy last commit for fs_menu system_bookmarksJens Verwiebe
2014-10-03OSX: Change the FS_CATEGORY_SYSTEM_BOOKMARKS aka "Favorites", so that the ord...Jens Verwiebe
2014-06-04OSX 10.10: fix for Blender crashing on fsmenu due icloud in the favorite list...Jens Verwiebe
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-12-20Fix bookmarks not appearing in file browser after "copy previous settings".Brecht Van Lommel
2013-11-05Since we dropped carbon api, this workaround seems not longer to be necessary...Jens Verwiebe
2013-10-23style cleanupCampbell Barton
2013-10-14OSX/fs_menue: change the availability macros, so ppl could still compile on 1...Jens Verwiebe
2013-10-13OSX: comment cleanupJens Verwiebe
2013-10-13OSX: Final cleanup for #60729Jens Verwiebe
2013-10-13OSX: Get mounted volumes better method by using volume enumsJens Verwiebe
2013-03-16fix for buffer overrun in reading bookmarks when a line was over 256 bytes.Campbell Barton
2012-12-15OSX/availability: use of the numerical value instead of the symbol in the #if...Jens Verwiebe
2012-11-03OSX: take back 51826 for now, does not fix dalai's problemJens Verwiebe
2012-11-03OSX: a more friendly way to get mounted volumes, alo allows for whitespaces etc.Jens Verwiebe
2012-11-02OSX: suppress meaningless /net and /home in fileselector also on 10.5+Jens Verwiebe
2012-10-29fix [#33011] "System" tab empty in OSX - file browserAndrea Weikert
2012-10-21== filebrowser ==Andrea Weikert
2012-09-18code cleanup: warning and styleCampbell Barton
2012-09-18== filebrowser ==Andrea Weikert
2012-09-18fix: obvious bug in recent fix for the 'recent file' bookmark order.Andrea Weikert
2012-09-17Fix mac build issue after recent file browser fix.Brecht Van Lommel
2012-09-17Fix compilation issue, also get rid of annoying "_MSC_VER not defined"Antony Riakiotakis
2012-09-17code cleanup: fsmenu.c names were confusing - fsms / fsme / prev --> fsm_head...Campbell Barton
2012-09-17fix [#32564] Entries in recent list (file select dialog) don't get pushed to ...Campbell Barton
2012-09-17code cleanup: replace fsmenu_insert_entry args with flags.Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-18style cleanupCampbell Barton
2012-05-22style cleanupCampbell Barton
2012-05-18add missing includeBrecht Van Lommel
2012-05-18File browser: list of system directories is now refreshed on pressing the ref...Brecht Van Lommel
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-11don't stat bookmark files on load, can make blender hang on slow networks (eg...Campbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-08-25Fix for [#28304]Alexander Kuznetsov
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-05== filebrowser ==Andrea Weikert