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-05-13UI: fix popovers not properly working with scroll arrows for long menus.Brecht Van Lommel
2018-05-13UI: show toolbar shortcutsCampbell Barton
2018-05-11UI: tweaks to icon defaultsCampbell Barton
2018-05-07Merge branch 'master' into blender2.8Campbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-06UI: fixes for 3D viewport popovers moving / flipping on edits.Brecht Van Lommel
2018-05-05UI: experiment to make popover buttons draw like enum menus.Brecht Van Lommel
2018-05-01Fix number sliders for the topbarDalai Felinto
2018-04-30Popover: tiny cleanupDalai Felinto
2018-04-29UI: show popover arrow directly under the buttonCampbell Barton
2018-04-28UI: Number Slider - treat percentage as a special caseDalai Felinto
2018-04-28UI: Number slider uniform fillingDalai Felinto
2018-04-28UI: Remove hardcoded 11 uniform parametersDalai Felinto
2018-04-28UI: Remove deprecated drawing codeDalai Felinto
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