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-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-25Bugfix #32962Ton Roosendaal
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05UI: buttons that open menus now align to the menu rather than looking disconn...Brecht Van Lommel
2012-10-04fix for using hsv uninitialized in ui_draw_but_HSVCIRCLE()Campbell Barton
2012-10-04code cleanup: make the behavior of set_current_material_texture() clearer and...Campbell Barton
2012-10-04avoid a sqrtf call in ui_hsvcircle_vals_from_pos() for values outside the cir...Campbell Barton
2012-09-28Fix #32673: long strings were wrongly clipped when modifyingSergey Sharybin
2012-09-17code cleanup: text clipping function ui_text_leftclip() was also used for cur...Campbell Barton
2012-09-17code cleanup: add some comments and made some small speedup to text clipping ...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-12code cleanup: changing the INT define to an enum conflicts with INT typedef o...Campbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-06-21hue color display still was shifted, turned out the resolution was a bit too ...Campbell Barton
2012-06-21color backdrop on hue balance was misleading (shifted to the right)Campbell Barton
2012-06-06style cleanupCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-23Finish changes in up/down arrows for menusSergey Sharybin
2012-05-22style cleanupCampbell Barton
2012-05-22Long old UI annoyance:Ton Roosendaal
2012-05-20code cleanup:Campbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28Fix: #31095: Incorrect clamping of labels for multibyte languagesSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-05partial fix [#30813] Small UI glitch with high DPI value in menusCampbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell 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-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-22Fix #30575: Text gets wrongly clipped when using accented lettersSergey Sharybin
2012-03-20patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour ThemeableCampbell Barton
2012-03-16Commit patch from Nicholas Bishop with some small modificationsSergey Sharybin
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton