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-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
2012-02-29Add solid background behind text in search menu.Nicholas Bishop
2012-02-28Bugfix for clipping of SEARCH_MENU icon text.Nicholas Bishop
2012-01-26Fix #29958: Search Menu keeps hiding first character(s) after long inputSergey Sharybin
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-14- opengl render in quadview wasn't using camera.Campbell Barton
2012-01-14fix for own error making button outlines darker.Campbell Barton
2012-01-13alpha value for button triangles ignored the alpha value (was no way to chang...Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2011-12-21Fix #29670: color picker draw issues with RGB values out of soft range.Brecht Van Lommel
2011-12-17Fix #29569: region expander widget drawing poorly antialiased.Brecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-08UI/Nodes: templates to edit nodes from the properties editor using a tree view,Brecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Typo fixes for the typo fixes. :DThomas Dinges
2011-10-23fix some typo'sCampbell Barton
2011-09-26fix [#28742] UILayout.menu() with icon misbehaves in headersCampbell Barton
2011-09-26replace strnlen with BLI_strnlen, make some args const - no functional changes.Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-10fix own mistake in recent commit, was using glIndexPointer incorrectly.Campbell Barton