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-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-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-14Fix showing check-boxes in menu-searchCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-12Fix T73212: Gizmo's are still interactive when behind nodesCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-09-30Fix T58683: Reload Scripts breaks toolbar button formattingCampbell Barton
2019-09-30Revert "Fix T58683: Reload Scripts breaks toolbar button formatting."Campbell Barton
2019-09-29Fix T58683: Reload Scripts breaks toolbar button formatting.Alexander Gavrilov
2019-09-20Fix T69097: Empty context menu for dimensionsCampbell Barton
2019-09-04Expose button UTF8 check in UI_interface.hJulian Eisel
2019-07-31Revert "UI: remove checks for other popovers when switching menu"Sebastian Parborg
2019-07-31UI: remove checks for other popovers when switching menuCampbell Barton
2019-07-31UI: simplify check for active menu buttonCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-30Fix T63912: don't collapse menu separators for pie menusHarley Acheson
2019-04-25UI: hide redundant menu separators automaticallyHarley Acheson
2019-04-23Cleanup: minor changes to scrollbar checksCampbell Barton
2019-04-23UI: ignore events in empty region overlap areasCampbell Barton
2019-04-23UI: move auto_open clearing out of ui_region_contains_point_pxCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-22Cleanup: minor UI code changesCampbell Barton
2019-03-22UI: refactor queries into interface_query.cCampbell Barton
2019-03-15Tool System: split UI label from tool identifiersCampbell 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
2018-09-06UI: tweak tool bar tooltipsCampbell Barton
2018-09-05UI: show a small label next to the toolCampbell Barton
2018-09-04UI: support immediate non-overlapping tooltipsCampbell Barton
2018-07-31Fix T56155: Header shows in popover context menuCampbell Barton
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31UI: add check for any kind of popupCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-30UI: move queries into interface_query.cCampbell Barton
2018-06-30UI: Add 'interface_query.c'Campbell Barton