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-09-02UI: add back Layout.introspectCampbell Barton
2020-09-02UI: simplify tool-tip logic for operatorsCampbell Barton
2020-09-01Fix ugly alignment of "Mono" option in the SequencerJulian Eisel
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-05Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-05Fix T79524: Button alignment broken in some casesJulian Eisel
2020-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-20Fix weird placement of "Motion Tracking" in 3D View overlay popupJulian Eisel
2020-07-16UI: avoid aligning labels for ui_item_with_labelCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Fix T78455: Failed assert when opening a viewport panelJulian Eisel
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-11Fix T77171: File selector doesn't tag preferences to be savedCampbell Barton
2020-06-09Fix missing animation decorators for pointer buttonsJulian Eisel
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