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-05-09Cleanup: spellingCampbell Barton
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-04-27UI: (Internal) utility for more controllable property split layoutJulian Eisel
2020-04-27UI: Add (internal) option to use property splitting for label-less itemsJulian Eisel
2020-04-27UI: Support array properties for UILayout.prop_decorator()Julian Eisel
2020-04-17UI: Layout changes for new checkbox layout possibilitiesWilliam Reynish
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-09Fix T75203: Crash when changing active keying setJulian Eisel
2020-04-05UI: Support split property layout for pointer search buttonsJulian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-30UI: center align icon-only pull-down menusCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-09Fix layout.prop invert_checkbox not working combined with iconsBrecht Van Lommel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-05Cleanup: redundant castsCampbell Barton
2020-02-28UI: improve label text colors in save and security popupsYevgeny Makarov
2020-01-28Fix T63999: Filepath property won't open filebrowser from a popoverJulian Eisel
2020-01-16Fix wrong usages of region align enumerationsJulian Eisel
2020-01-15Fix T71690: Skip enum item separators in uiItemEnumR_string_propJacques Lucke
2019-11-25UI: Allow label for Template-ID (respecting property split layout)Julian Eisel
2019-10-28UI: use zero box-spacing when used in headersCampbell Barton
2019-09-19UI: layout support for fixed size buttons, and use for file browser open/cancelBrecht Van Lommel
2019-09-09Fix T69633: weird behavior of operator_menu_enum tooltips.Alexander Gavrilov
2019-09-06Cleanup: use doxy sectionsCampbell Barton
2019-08-25Cleanup: clang-formatCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-21UI: Don't left align operator buttons in toolbarsJulian Eisel
2019-08-14Custom Properties: allow changing the property UI to color picker.Alexander Gavrilov
2019-08-13Custom Properties: officially support int and float arrays in the UI.Alexander Gavrilov
2019-08-02Fix most (if not all) untranslated Panel-labels reported in T66731.Bastien Montagne
2019-06-17Cleanup: comment spellingCampbell Barton
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-27Mitigate T64346: Quick Favorites items cant be removedCampbell Barton
2019-05-21UI: support drawing booleans with icons as check-boxesCampbell Barton
2019-05-21Cleanup: const assignments to simplify codeCampbell Barton
2019-05-20UI: add Visibility panel for objectsDalai Felinto
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-11Fix (unreported) annoying UI assert for expanded enums.Bastien Montagne
2019-05-03Fix width of compact buttons with icons, e.g. layout.menu().Alexander Gavrilov
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-25UI: hide redundant menu separators automaticallyHarley Acheson
2019-04-18Cleanup: comments, wrappingCampbell Barton
2019-04-18UI: Expand Enum Items Over Multiple RowsJeroen Bakker