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
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-11-22Fix T37485: autocomplete while appending and autocomplete folder behaviour.Henrik Aarnio
2013-11-02OSX: give application bundles an own icon to better differentiate vs. foldersJens Verwiebe
2013-05-10Fix #35261: double clicking the up arrow in the file browser to go up multipleBrecht Van Lommel
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-05patch [#34103] dir_contents.patchCampbell Barton
2013-02-13style cleanupCampbell Barton
2013-02-12Fix file editor not properly scaling with DPI, this was not implemented yet.Brecht Van Lommel
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-10-27== file browser ==Andrea Weikert
2012-10-27== filebrowser ==Andrea Weikert
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-06-18style cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-23file selector text field and file renaming were doing undo pushes.Campbell Barton
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-15misc editsCampbell Barton
2011-10-03fix [#27578] Fileselector UI area does not scale with UI (partially hides but...Campbell Barton
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-24right panel doneXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-16directory only filesel for operators which don't have a filepath or filename ...Campbell Barton
2011-06-15merge from trunk r37405Xiao Xiangquan