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
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-25Cleanup: return argument namingCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-25Cleanup: style, array wrappingCampbell Barton
2019-03-22Cleanup: move widget enum into source fileCampbell Barton
2019-03-22UI: support for showing checkboxes after textCampbell Barton
2019-03-22UI: refactor color picker flags out of buttonsCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-13Fix T58668: Misaligned text when editing multiple valuesJacques Lucke
2019-03-13Cleanup: rename uiBlock.mx,my to bounds_offsetCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2019-01-04UI: refactor layout vars out of uiFontStyleCampbell Barton
2018-12-27UI: fix display of menu buttons without text and icon, and only a down arrow.Harley Acheson
2018-12-14Fix wrong color in center of HSV circle picker, after recent changes.Brecht Van Lommel
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel
2018-12-11Cleanup: use BKE_object_* prefix for object APICampbell Barton
2018-12-08User Interface: Add button color for indicating that the value differs from t...Lukas Stockner
2018-11-25UI: Disable font shadow in tabsJulian Eisel
2018-11-21Keymaps: take into account DPI for tweak/drag/pie thresholds.Brecht Van Lommel
2018-11-01UI: support red alert on labels, not just buttons.Brecht Van Lommel
2018-10-29UI: allow off/on icons to be in reverse order.Brecht Van Lommel
2018-10-19UI: move reports / job back to status bar, but make it more visible with color.Brecht Van Lommel
2018-10-16UI: fix misaligned underline for menu item shortcut keys.Harley Acheson
2018-10-16UI: tweak icon spacing in menus to put them in the middle of the edge and text.Harley Acheson
2018-10-11UI: increase spacing between icon and text.Brecht Van Lommel
2018-10-10UI: reduce greying out of icons in radio and toggle buttons.Brecht Van Lommel
2018-10-09Cleanup: namingCampbell Barton
2018-10-03UI strings: Fix asserts in 'middle-splitting' fitting string code.Bastien Montagne
2018-10-03Improvements to internals blf_font's `blf_font_width_to_strlen()`/`to_rstrlen()`Bastien Montagne
2018-10-01UI: Color the inside of pie menu items when selectedPablo Vazquez
2018-10-01Cleanup: styleCampbell Barton
2018-09-27UI: draw mono icons with button type text color, instead of area text color.Brecht Van Lommel
2018-09-12Merge branch 'master' into blender2.8Campbell Barton
2018-09-12Cleanup: remove alpha_check variable from DNACampbell Barton
2018-09-11Fix T56752: Tooltip flicker alpha on redrawClément Foucault
2018-09-11Cleanup: use UI_ prefix for block flagCampbell Barton
2018-09-11Cleanup: replace magic numberCampbell Barton
2018-09-11Merge branch 'master' into blender2.8Campbell Barton
2018-09-11UI: split theme draw style into separate fieldCampbell Barton
2018-08-14Cleanup: remove unused basic shader, we use many specialized shaders now.Brecht Van Lommel
2018-08-02Fix assert in UI string trimming code when we have 'protected' right part.Bastien Montagne
2018-07-31Cleanup: use static variablesCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15Cleanup: split GPU_batchCampbell Barton