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-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-14Code cleanup: simplify subwindow code.Brecht Van Lommel
2018-01-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-12User Prefs: add new flag for app-template optionsCampbell Barton
2018-01-11Merge branch 'master' into blender2.8Bastien Montagne
2018-01-11UI: option not to show screen splitting widgetsCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-10-16Fix warnings for notifier listenersJulian Eisel
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-06-21Manipulators: move settings to ID propertiesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-04Multiline support for ED_region_info_drawDalai Felinto
2017-05-02Add scene argument for notifiersCampbell Barton
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-14Revert "OpenGL core: add some missing gpuBegin to allow clay with no UI"Dalai Felinto
2017-04-13OpenGL core: add some missing gpuBegin to allow clay with no UIDalai Felinto
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-21OpenGL: convert to new matrix API (part 3)Mike Erwin
2017-03-17Merge branch 'master' into blender2.8Julian Eisel
2017-03-17Various icon adjustmentsraa
2017-02-28rename built-in point shaders, SMOOTH --> AAMike Erwin
2017-02-22Cleanup: StyleJulian Eisel
2017-02-14Immediate Mode: area.c and UI_draw_icon_tri, ui_draw_anti_triaDalai Felinto
2017-02-06OpenGL immediate mode: interface_draw.c (cont)Clément Foucault
2017-02-06OpenGL immediate mode: interface_draw.cClément Foucault
2017-02-05fix most UI text colorMike Erwin
2017-01-16OpenGL: fix immRect usage & convert more glRect callsMike Erwin
2016-12-20Fix parameter error (changes by Mike Erwin)Antonio Vazquez
2016-12-14OpenGL fixesMike Erwin
2016-12-13OpenGL: finish area action zone todoMike Erwin
2016-12-13small fix for previous commitMike Erwin
2016-12-13OpenGL: new immediate mode in area.cMike Erwin
2016-11-16Use new immediate mode for ED_region_grid_drawMike Erwin
2016-11-15blender 2.8: Opengl: UI_draw_roundboxMike Erwin
2016-10-08draw region emboss with new immediate modeMike Erwin
2016-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-21UI: Support UI operators with configurable shortcutsJulian Eisel
2016-09-15Extend Gawain to use Blender's built-in shadersMike Erwin
2016-08-23OpenGL: draw area resize handle with new immediate modeMike Erwin
2016-07-18Fix (unreported) ED_region_tag_redraw_partial() could override a previously d...Bastien Montagne
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-04-19Fix crash in rB37493fb9f - there is no guaranty CTX_wm_foo() will return a va...Bastien Montagne