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
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-06-13Cleanup: Move dragging code for buttons to own fileJulian Eisel
2022-05-24Fix buttons not being grayed outJulian Eisel
2022-05-21Cleanup: Remove unused scrollbar drawing flagJulian Eisel
2022-05-21UI Code Quality: Resolve frankenstein bit-flag usage for widget drawingJulian Eisel
2022-05-20UI: Get rid of redundant UI_BUT_IMMEDIATE button flagJulian Eisel
2022-05-12Revert commits to increase button flag bitfield sizeJulian Eisel
2022-05-11UI: Update rest of UI code for increased button flag bitfieldJulian Eisel
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-01Cleanup: Improve variable namingLeon Schittek
2022-04-01Fix T88785: Keep value slider from clippingLeon Schittek
2022-03-30Metal: Adding alternative support for GPU_PRIM_TRI_FAN/LINE_LOOP For Metal ba...Jason Fielder
2022-03-24Outliner: Don't draw library overrides indicator for override buttonsJulian Eisel
2022-03-07UI: align labels of number fields and value slidersLeon Schittek
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12BLF: UI_fontstyle_draw UsageHarley Acheson
2022-01-12BLF: Reduction of use of BLF_DRAW_STR_DUMMY_MAXHarley Acheson
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02UI: Fix scaling of HSV cursor when zoomingLeon Leno
2021-11-30Cleanup: clang-format, trailing spaceCampbell Barton
2021-11-25Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-25Fix T92278: Small size of previews in the shading popoverJulian Eisel
2021-11-24Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-24UI: Improve scaling of widgets when zoomingLeon Leno
2021-11-20Refactor: Port spreadsheet data set to UI tree viewHans Goudey
2021-11-06Fix: Property editor icon jittering in some casesLeon Leno
2021-11-04UI: Fix UIList item using "regular" widget colors while editedPablo Vazquez
2021-10-28Fix: Improve node socket icon scaling group input/output listLeon Leno
2021-10-25Cleanup: Remove unused functions, make functions staticHans Goudey
2021-10-25Fix T92293: Clipped labels for graph editor modifiersCampbell Barton
2021-10-23Cleanup: Remove unused functionHans Goudey
2021-10-15UI: Remove extra padding around curve widgetLeon Leno
2021-10-13UI: Make menu item use theme roundnessPablo Vazquez
2021-10-08UI: Support showing superimposed icons as disabled (with disabled hint)Julian Eisel
2021-10-03Cleanup: spelling in stringsCampbell Barton
2021-09-23UI: Tree-View API for easy creation of tree UIsJulian Eisel
2021-09-13Asset Template: Extra UI optionsDalai Felinto
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-15UI: New button/widget type for Asset Browser like preview tilesJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton