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-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
2011-09-09use opengl vertex arrays for the base widgets, their rounded corners, arrows ...Campbell Barton
2011-09-09error (case insensitive search replace)Campbell Barton
2011-09-09replace magic numbers with defines to make the interface source more readable.Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-05fix for icon scaling with the DPI settingCampbell Barton
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