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
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-20GPU: Fix some more remaining GL enums scattered outside of GL moduleClément Foucault
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPU: Replace Batch uniform by shader uniform using macroClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-07UI Code Quality: Use derived struct for HSV Cube buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived struct for progessbar buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived struct for color buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-06Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-06Fix padding when multi-editing aligned widgetsRed Mser
2020-08-05Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-05Fix T78630: Custom icons not grayed out in inactive layoutsJulian Eisel
2020-08-03Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-03Fix T78428: Checkbox labels don't highlight on mouse-over in popoversJulian Eisel
2020-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-24Fix interface artifacts on Intel GPUsSergey Sharybin
2020-07-10Cleanup: spellingCampbell Barton
2020-07-03Clang-Tidy: Enable bugprone-misplaced-widening-castSergey Sharybin
2020-06-22UI: Widget: Replace geometry by fragment shader drawingClément Foucault
2020-05-26UI: List Panel SystemHans Goudey
2020-05-12Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-12Cleanup: remove DNA_screen_types.h, use struct qualifierCampbell Barton
2020-05-05UI: Gray out shortcut indicator in search menusJulian Eisel
2020-05-03BLF: use 'int' for internal glyph x,y bearingCampbell Barton
2020-05-03UI: improve widget text cursor positionHarley Acheson
2020-05-03BLF: add new arguments to BLF_GlyphBoundsFnCampbell Barton
2020-04-28Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-28Fix T76152: Shortcut underline under wrong letterCampbell Barton
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-17Cleanup: comments for ui_draw_menu_item & correct argument nameCampbell Barton
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-04-15Fix incorrect UI_SEP_CHAR checksCampbell Barton
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2020-04-14Fix showing check-boxes in menu-searchCampbell Barton
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-14Cleanup: pass font drawing x/y offset arguments as int'sCampbell Barton
2020-03-29UI: Fix text padding for labels without an iconYevgeny Makarov
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-16UI: Add an Outline to the Popover ArrowsYevgeny Makarov
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-28Fix T65351: visual glitches when scrolling in popoversYevgeny Makarov
2020-02-01UI: Ellipsis Character for Line ContinuationHarley Acheson
2020-01-23UI: Fix Hover Flickering on Selected ItemsHarley Acheson