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
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-11-11UI Refactor T41640Campbell Barton
2014-08-29Fix T41617: Color ramp crashes user preferencesCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-27UI: increase contrast for active colorband handleCampbell Barton
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-05-14Fix for curve widget hue gradient drawing incorrectly when zoomingCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-20Code cleanup: styleCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-10Remove extra glEnd() call.Antony Riakiotakis
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-03-29UI: Color-Ramp handlesCampbell Barton
2014-02-13Code cleanup: remove unused button aspectCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-10-08uiSetRoundBox still took hard coded numbers in places.Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-04-19UI drawing fix:Ton Roosendaal
2013-04-17Bug fix #34974Ton Roosendaal
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-03remove workaround for [#34346], checked on applying this workaround for armat...Campbell Barton
2013-03-30code cleanup: move beauty fill calculation into its own function and some sty...Campbell Barton
2013-03-29fix/workaround [#34346] Blender total crashes when File/User preferences twic...Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07avoid calling glGetFloatv() twice when UI_RB_ALPHA is enabled with uiRoundBox()Campbell Barton
2013-03-04Fix for incorrect subpixel precision of marker when using track offsetSergey Sharybin
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-10-29fix [#33010] image editor - scope handles resizeCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
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-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21fix [#32374] Curve compositor UI drawing glitchCampbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton