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
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15UI: New button/widget type for Asset Browser like preview tilesJulian Eisel
2021-06-15UI: Support right aligned non-shortcut hints in widgetsJulian Eisel
2021-04-28Fix T87526: poor contrast in attribute searchJacques Lucke
2021-03-02UI: Rename search button variableHans Goudey
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-02-22Cleanup: Decrease variable scopeHans Goudey
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-02Fix T83064: Missing tooltips, caused by string property search buttonJulian Eisel
2021-01-27UI: Tooltip for data-block selector menus, showing full name and library infoJulian Eisel
2021-01-26Fix library name clipping most of the data-block name in data-block menusJulian Eisel
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-06-09Fix menu operator/search clipping the last characterCampbell Barton
2020-05-11UI: show tool-tips in menu searchCampbell Barton
2020-05-07UI: support context menu in menu search popupCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-22Cleanup: Rename ED_region_init() -> ED_region_floating_initialize()Julian Eisel
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17Cleanup: comment length in interfaceCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-22Cleanup: move widget enum into source fileCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-04UI: refactor layout vars out of uiFontStyleCampbell Barton
2018-11-06Fix broken shortcuts in F3 'operator search' menu.Bastien Montagne
2018-10-11Fix (unreported) wrong 'use_sep' setting for menu items.Bastien Montagne
2018-07-06UI: draw search popups with menu background, instead of box.Brecht Van Lommel
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-12UI: replace ui_draw_search_back w/ general codeCampbell Barton
2018-06-12Cleanup: remove unused context argsCampbell Barton