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
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-28UI: use two dot ellipsesCampbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-05-27UI: center align number buttons w/o textCampbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-04-25UI: optionally pass icon size to widget_draw_iconCampbell Barton
2018-02-25Fix incorrect text clipping on node link button in material properties.Brecht Van Lommel
2018-01-11UI: don't draw outline when it's not calculatedCampbell Barton
2017-11-04UI: correct flag re-useCampbell Barton
2017-11-02Cleanup: minor comment correctionCampbell Barton
2017-11-02UI: add UI_SELECT_DRAW flagCampbell Barton
2017-11-02UI: free up bit in uiBut.flagCampbell Barton
2017-11-01Cleanup: use term shape-preset in widget codeCampbell Barton
2017-11-01UI: Add UILayout.operator_menu_holdCampbell Barton
2017-07-27Fix Label colors in popupsAleksandr Zinovev
2017-03-28Fix: Icon offset for pie buttonsraa
2017-03-17Various icon adjustmentsraa
2017-03-11Fix icon alignment for pie buttonsraa
2017-03-11Fix text and icon positioning issue on high DPI, after recent changes in 32c5...Brecht Van Lommel
2017-03-01Fix text and icon positioning issuesraa
2017-02-09Use a smaller cross icon for clearing search box contentsJoshua Leung
2016-11-28UI: Add 'x' icon to text buttons to clear contentJulian Eisel
2016-10-06Fix wrong separator line width after drawing vec iconJulian Eisel
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-05-16Fix T48447: Inactive menu items don't grey-out iconsCampbell Barton
2016-04-18Fix: Make it easier to tell if Color Swatches are greyed out or notJoshua Leung
2016-03-22Fix T47830: Multi-edit w/ ui-list wont highlightCampbell Barton
2016-03-21Fix T47868: Check Box shape doesn't scaleCampbell Barton
2016-03-02Fix assert in UI codeCampbell Barton
2016-02-04Fix T47324: Edit-text in list view theme glitchCampbell Barton
2016-01-18UI: redesign of the progress bar.Kévin Dietrich
2016-01-11Fix T47158: Labels w/ icons use button text colorCampbell Barton
2016-01-05OpenGL: various small optimizationsMike Erwin
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-11-16Cleanup: typosCampbell Barton
2015-11-06New uialign code, based on 2D positions of widgets.Bastien Montagne
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-09-15Fix T46113: Color picker erratic outside 0-1 rangeCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-06-04Fix tooltip colors not initialized correctlyJulian Eisel
2015-06-03Fix UI string clip (reverse search separator char)Campbell Barton
2015-06-03Cleanup: check button flag for shortcut delimiterCampbell Barton
2015-06-01UI: tweaks to ID and non ID preview templatesInes Almeida
2015-06-01template id previews: changes for consistency with icon views templateInes Almeida
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-29Cleanup: Use true/false for bool, namingJulian Eisel
2015-05-27Fix mismatch in strings length compute in filebrowser, leading to annoying '....Bastien Montagne
2015-05-26Style cleanup: space after keywordSergey Sharybin