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-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
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-03-23Theming: Use list-item colors for all un-embossed buttons in list-itemsJulian Eisel
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-14Cleanup: use flags instead of collection of bools to get RNA override status.Bastien Montagne
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Use Action datablock's own icon (instead of Animation Data's one) for File Br...Joshua Leung
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-27merge from masterGaia Clary
2018-02-25Fix incorrect text clipping on node link button in material properties.Brecht Van Lommel
2018-02-23Merge branch 'master' into blender2.8Campbell Barton
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton