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
2011-06-30Todo item:Ton Roosendaal
2011-06-14revert own fix for [#27648], looks like this needs to work differently to be ...Campbell Barton
2011-06-14fix [#27648] Weird shading behind grayed out negate checkboxCampbell Barton
2011-06-11Bugfix #27138Ton Roosendaal
2011-06-06use the same stippled drawing for colorband background as alpha color swatche...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-12Fix #27359: Pasting long text crashes blenderSergey Sharybin
2011-05-03fix [#27160] Shaded checkbox is not working.Campbell Barton
2011-04-25fix [#27139] Value Slider, some colours are two colouredCampbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-04UI fix:Ton Roosendaal
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-23Small fix for text input buttons:Ton Roosendaal
2011-01-20Bugfix #25656Ton Roosendaal
2011-01-20Bugfix #25619Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07fix [#25520] crash when closing the properties panel in uv/image editorCampbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-14Menu UI feature common in other widget sets:Campbell Barton
2010-12-10tag unused variables.Campbell Barton
2010-12-09Two nice usability fixes:Ton Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-28bugfix [#24432] HS+V color pickerCampbell Barton
2010-10-28for the color picker functions use UI_GRAD_* constants rather then numbers, n...Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-13fix for remaining glitch in square color picker, the backdrop could change co...Campbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-10-05patch [#24125] Fix for Slider Widget (UI)Campbell Barton
2010-09-30Patch #24056: Indicate keyed status of swatchesJoshua Leung
2010-09-17minor changes needed for the next commit.Campbell Barton
2010-09-11Fix for own stupid bug the other day, messed up the gradients in selected/des...Matt Ebb
2010-09-07Fix [#23634] Edit Box in World / Ambient Occlusion has wrong background colourMatt Ebb
2010-08-25Fix: Colour picker wheel wasn't gamma corrected - drawing too darkMatt Ebb
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-05option for color wheel widget to make it easier to select values closer to wh...Campbell Barton
2010-07-05changes to color wheel commit.Campbell Barton
2010-07-05Improvements to Blenders color balance (lift/gamma/gain).Campbell Barton
2010-06-26alpha drawing for color picker, move alpha button into the picker.Campbell Barton
2010-06-04check to avoid divide by zeroCampbell Barton