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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2020-11-19Cleanup: Grammar: "Allow to" vs gerundHans Goudey
2020-10-18Fix for T81400: Block Width CorrectionsHarley Acheson
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-16Fix popups opening in the wrong direction over headersCampbell Barton
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-28Cleanup: clang-formatBrecht Van Lommel
2020-02-28Fix T65351: visual glitches when scrolling in popoversYevgeny Makarov
2020-01-16Fix wrong usages of region align enumerationsJulian Eisel
2019-10-11Fix T70191: Text button in popup doesn't workCampbell Barton
2019-07-30UI: add use_button option to popoversCampbell Barton
2019-07-16Cleanup: typos in commentsCampbell Barton
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-04-29Fix T63898: "Open on Mouse Over" causes inconsistent draw-styleCampbell Barton
2019-04-19UI: move top-bar into the spaces headerCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: styleCampbell Barton
2019-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-20UI: support for popups starting with buttons activatedCampbell Barton
2019-03-20UI: center floating popoversCampbell Barton
2019-03-18Fix color ramp eyedropper menu itemCampbell Barton
2019-03-13Fix T62524: Popover w/ keep-open moves on cursor motionCampbell Barton
2019-03-13Cleanup: rename uiBlock.mx,my to bounds_offsetCampbell Barton
2019-02-20Cleanup: rename keymap handler callbacks for clarityCampbell Barton
2019-02-19WM: move keymap handler to it's own typeCampbell 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-15Cleanup: comment line length (editors)Campbell Barton
2018-10-11Fix T56898: misaligned icons in buttons in popovers.Brecht Van Lommel
2018-09-11Merge branch 'master' into blender2.8Campbell Barton
2018-08-15Fix T55587: bugs with popovers in collapsed menus, like the timeline header.Brecht Van Lommel
2018-07-13UI: remove space/region from popover argsCampbell Barton
2018-07-03UI: optional ui-unit-width for popoversCampbell Barton
2018-06-13UI: preset popover buttons in panel headers.Brecht Van Lommel
2018-06-11Fix: Remove UI_BLOCK_MOVEMOUSE_QUIT from popoversJoshua Leung
2018-06-06Cleanup: USE_UI_* prefix for UI definesCampbell Barton
2018-05-25UI: popover now only centers on active button onceCampbell Barton
2018-05-25UI: fix event handling directionCampbell Barton