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-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
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-06UI: Add extra padding to menus to draw sub-menu triangles inJulian Eisel
2018-07-06UI: Use flat triangle drawing for indicating submenusJulian Eisel
2018-07-06UI: draw search popups with menu background, instead of box.Brecht Van Lommel
2018-07-04UI: Node Link Menu to use same colors as regular menusPablo Vazquez
2018-07-03T55441: Pop-over large arrow offset when wideCampbell Barton
2018-07-03Fix dimmed shortcut key display issues in toolbar menu and color picker.Brecht Van Lommel
2018-07-03UI: Dim color of shortcut label in menus and toolbarJulian Eisel
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-28Merge branch 'master' into blender2.8Campbell Barton
2018-06-28UI: use two dot ellipsesCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-27Theme: set default theme 'Flatty Dark Blueberry'Campbell Barton
2018-06-24Fix most of 'disappearing' first letter in right-aligned labels.Bastien Montagne
2018-06-20Objects: support for hiding all objects in a collection.Brecht Van Lommel
2018-06-20UI: Use chevrons for number sliders, pulldowns and popoversPablo Vazquez
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-13UI: HUD now follows region themingCampbell Barton
2018-06-12UI: replace ui_draw_search_back w/ general codeCampbell Barton
2018-06-11UI: Separator spacerDalai Felinto