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
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-07increase file browser title length for multibyte translations and use utf8 c...Sv. Lockal
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-24style cleanypCampbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-18style cleanupCampbell Barton
2012-06-18Fix for compiling with all warnings as error (commenting out unused vars).Bastien Montagne
2012-06-17== filebrowser ==Andrea Weikert
2012-06-07style cleanupCampbell Barton
2012-05-22style cleanupCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Various small fixes:Bastien Montagne
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell 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-17minor improvement - entering "//somepath" in the file selector didnt expand f...Campbell Barton
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: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
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/with/if spacingCampbell Barton
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-24fix for error with saving files after double clicking, the 'need_active' sett...Campbell Barton
2012-03-23file selector text field and file renaming were doing undo pushes.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton