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-07style cleanup: use c style comments in C codeCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30style cleanup: interfaceCampbell 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-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-11-24UI: small fix for forward compatibility, keep this style setting so openingBrecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-27Fix for MSVC.Sergey Sharybin
2011-09-27minor changes to interface code (no functional changes)Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-06for UI text drawing use BLF_ascender(fs->uifont_id) rather then BLF_height(fs...Campbell Barton
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-22switch language in User Preference's System page. with some known switch fail...Xiao Xiangquan
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-07-14merge from trunk 38379Xiao Xiangquan
2011-06-24First commit to make "Style" settings saved in startup.blendTon Roosendaal
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-02Almost complete the i18n system, including:Xiao Xiangquan
2011-04-15fix [#26937] Radio button text truncation should start at beginning of stringCampbell Barton
2011-03-29Fix #26653: changed DPI setting in user preferences is not saved as default.Brecht Van Lommel
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-12-14Menu UI feature common in other widget sets:Campbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-26fix building blenderplayer and a divide by zero bug with the console view.Campbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-07Enabled kerning for the default UI font for the places that are using UI_Draw...Andrea Weikert
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-04-22BugFix:Diego Borghetti
2010-04-02Fix [#21694] text input box last character not editableMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-10-19Patch #19034: (2.5) Display titles of closed panels in horizontal mode Joshua Leung
2009-08-07Remove bitmap mode from blenfont, only draw with textures.Diego Borghetti