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-21UI: add own icon rasterizerCampbell Barton
2018-04-21Topbar: visual tweaksBrecht Van Lommel
2018-04-20Dopesheet-Timeline: Removal of Timeline Editor!Joshua Leung
2018-04-20Preview Range: Show preview range using a different color (based on ANIM_ACTIVE)Joshua Leung
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-20UI: Support for runtime geometry iconsCampbell Barton
2018-04-19Merge branch 'master' into blender2.8Campbell Barton
2018-04-19Cleanup: rename Icon.type -> id_typeCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-17Interface: Show properties values from evaluated datablocksSergey Sharybin
2018-04-17UI: Fix T54691: Vector icon vs Widget base ordering.Clément Foucault
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-15Cleanup: Make access to widget triangle defines explicitJulian Eisel
2018-04-15Fix button triangle for "hold action" not workingJulian Eisel
2018-04-13UI: Activate (unused) tab button-type on press instead of releaseJulian Eisel
2018-04-10UI: Fix some drawing order issues.Clément Foucault
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-09Fix invalid context when refreshing popupsJulian Eisel
2018-04-08UI: Widgets: Fix text edit cursor not drawing.Clément Foucault
2018-04-08UI: Perf: Batch horizontal scrollers numbers together.Clément Foucault
2018-04-07UI: Fix waveform widget text drawing.Clément Foucault
2018-04-07UI: Perf: Port color widgets to batch.Clément Foucault
2018-04-06UI: Perf: Use widget base batchingClé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-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-05Merge branch 'master' into blender2.8Campbell Barton
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-04-02UI: Fix: Center vertical scrollbar circles.Clément Foucault
2018-04-02UI: Perf: Batch Trias with widgets.Clément Foucault
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30UI: Perf: Do not use implicit Attrib fill.Clément Foucault
2018-03-30UI: Perf: Add BLF batching for File browser and UI blocks.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-28UI: Perf: Group drawcalls inside ui_draw_panel_dragwidgetClément Foucault
2018-03-28UI: Perf: Make icon_draw_texture use GWN_draw_primitive.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-03-26Merge branch 'master' into blender2.8Sergey Sharybin