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-09-22fix [#32609] RGB Curves Mouse Pointer ProblemCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19Fixed "cleaning" of some menu labels (those with all the ugly %t/|), wasn't w...Bastien Montagne
2012-09-17style cleanup: multiple statements on a single line in interface code.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-14Correction to rev50582: LABEL could have a1 = 1.0f and in this case a2 would ...Sergey Sharybin
2012-09-14code cleanup: correct misleading use of LABEL button type.Campbell Barton
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-12a-z menu input now works for enum popups.Campbell Barton
2012-09-10code cleanup: use typedef'd enum for block bounds types.Campbell Barton
2012-09-10code cleanup:Campbell Barton
2012-09-09fix [#29072] Color pickers don't close properly when moving the mouse awayCampbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-04Do not show %t to user on right click menu buttons which use "Name%t|...%x0|....Sv. Lockal
2012-09-04fix for building on msvc2008 (also style cleanup)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-26code cleanup: comments and some minor edits to interface code.Campbell Barton
2012-08-22style cleanupCampbell 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-08-19fix for own commit r49991, this exposed bad logic in rect copy function.Campbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-26fix for crash when displaying the tooltip for a non python menu (was introduc...Campbell Barton
2012-07-21style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-12Fix crash on creating tooltip for sequencer's gl preview modeSergey Sharybin
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell 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-08style cleanup: gpencil & metaballCampbell Barton
2012-05-02Fix for r46170.Thomas Dinges
2012-05-02Logic brick connection highlighting on mouseover. Merged from candy branch. I...Matthew Smith
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-10code cleanup: replace (val >> 16) with macro RNA_SUBTYPE_UNIT_VALUE(val)Campbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
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-20Quiet warnings about unused functions and variables.Nicholas Bishop