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-04-28UI: Add icon color saturation preferenceCampbell Barton
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-26UI: add darker theme color for toolbar itemsCampbell Barton
2018-04-26UI: desaturate toolbar icons that the mouse is not over.Brecht Van Lommel
2018-04-25UI: shrink operator menu hold triangle a littleCampbell Barton
2018-04-25UI: workaround for text & icon alignmentCampbell Barton
2018-04-25Merge branch 'master' into blender2.8Campbell Barton
2018-04-25UI: optionally pass icon size to widget_draw_iconCampbell Barton
2018-04-25Revert "UI: fix inconsistency in button rounding when zooming in."Brecht Van Lommel
2018-04-24UI: fix inconsistency in button rounding when zooming in.Brecht Van Lommel
2018-04-23UI: show arrow for popovers above buttonsCampbell Barton
2018-04-23UI: draw arrow for popoverCampbell Barton
2018-04-22UI: support for center popovers over buttonsCampbell Barton
2018-04-22UI: number button arrows appear on hover, highlight clickable areas.Brecht Van Lommel
2018-04-22UI: make button roundness themeable.Brecht Van Lommel
2018-04-22UI: Draw round corners between the editorsDalai Felinto
2018-04-22UI: Move ui_draw_anti_tria to UI_interface.hDalai Felinto
2018-04-22UI: Remove hard-code + add comment for aa trianglesDalai Felinto
2018-04-22UI: popover now use menu style buttonsCampbell Barton
2018-04-22UI: Initial popover support for panelsCampbell Barton
2018-04-22Cleanup: ui-link drawing code from logic bricksCampbell Barton
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-20UI: Support for runtime geometry iconsCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-15Cleanup: Make access to widget triangle defines explicitJulian Eisel
2018-04-15Fix button triangle for "hold action" not workingJulian Eisel
2018-04-10UI: Fix some drawing order issues.Clément Foucault
2018-04-08UI: Widgets: Fix text edit cursor not drawing.Clément Foucault
2018-04-07UI: Perf: Port color widgets to batch.Clément Foucault
2018-04-06UI: Perf: Add batching capability to widgets.Clément Foucault
2018-04-06UI: Perf: Improve ui_draw_dropshadow.Clément Foucault
2018-04-06UI: Perf: Modify UI_draw_roundbox to use GWN_batch API.Clément Foucault
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-04-02UI: Fix: Center vertical scrollbar circles.Clément Foucault
2018-04-02UI: Perf: Batch Trias with widgets.Clément Foucault
2018-03-29Cleanup: Use uppercase UI_ prefix for external functionsJulian Eisel
2018-03-29UI: Fix out of bound read catched by asan.Clément Foucault
2018-03-29UI: Perf: Group fill/border/emboss batches together.Clément Foucault
2018-03-29UI: Perf: widgetbase: Replace imm usage by a batch cache.Clément Foucault
2018-03-27UI: Fix assert cause by vertex count being too small.Clément Foucault
2018-03-27UI: Perf: Optimize widgetbase_draw.Clément Foucault
2018-02-27merge from masterGaia Clary
2018-02-25Fix incorrect text clipping on node link button in material properties.Brecht Van Lommel
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11UI: don't draw outline when it's not calculatedCampbell Barton
2017-11-29ID Static Override: add basic UI feedback.Bastien Montagne
2017-11-04Merge branch 'master' into blender2.8Campbell Barton
2017-11-04UI: correct flag re-useCampbell Barton