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
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-20Fix UI glitches drawing text at different sizesCampbell Barton
2015-01-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-20BLF: remove paranoid checks for unset default fontCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-20Code cleanup: styleCampbell Barton
2013-12-11Interface: avoid setting \0 to drawstr in widget_draw_textCampbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-06-24fix [#35844] "Blender User Preferences" window don't save size fontCampbell Barton
2013-06-07fix for copy/paste error in scaling text by DPI, vertical shadow offset wasn'...Campbell Barton
2013-04-18Bug fix #34868Ton Roosendaal
2013-03-13style cleanupCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08Bugfix [#34560] Wrong angle for text in Horizontal mode of Properties spaceJoshua Leung
2012-12-13minor editsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
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