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-01-28Fix T85107: Active tool doesn't update when mouse is already over itCampbell Barton
2021-01-28Fix T83539: 'activate_init' fails with buttons that have popupsCampbell Barton
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-04Cleanup: use const variablesCampbell Barton
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-23Fix incorrect debugging text in extra operator icons for buttonsJulian Eisel
2020-12-19Cleanup: Use typedef for UI emboss type enumHans Goudey
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-04Cleanup: Use typedef for button string info typeHans Goudey
2020-11-24UI: Block Safety Not Scaled CorrectlyYevgeny Makarov
2020-11-18Fix pin icon in Properties not right-aligned after zoomingJulian Eisel
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-05UI: Fix Support for Anonymous Menu SeparatorsHarley Acheson
2020-11-05Fix T80313: Fix clipped text in splash screen on hiDPI monitorsJulian Eisel
2020-11-04Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-04Fix T81691: Use-after-free with property search and hovered buttonHans Goudey
2020-10-29Cleanup: spellingCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-25UI Code Quality: Cleanup ui_but_update_from_old_blockHans Goudey
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-19UI: Simplified Categorized MenusHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15UI: Add reset to default value to keymapHans Goudey
2020-10-13UI: Monochrome Alert Icons not changing color until theme refreshHarley Acheson
2020-10-13UI: Monochrome Alert Icons and use the Question icon in the Quit dialogYevgeny Makarov
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-03UI: Create button group if none existsHans Goudey
2020-10-03UI: Move button groups from layout to block levelHans Goudey
2020-10-03Cleanup: run UserDef versioning from readfile.cCampbell Barton
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Fix implicit conversion from pointer to boolHans Goudey
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-25Cleanup: Use canonical variable nameHans Goudey
2020-09-25Cleanup: Decrease indentation by returning earlyHans Goudey
2020-09-25Cleanup: Declare variables where initialized, lower scopeHans Goudey
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-21Cleanup (UI): Early-exit rather than having a big-ish conditional bodyJulian Eisel
2020-09-21Fix T80854: Search buttons fail in Adjust Last Operation PanelJulian Eisel
2020-09-21Cleanup: Remove weird assert in button handlingJulian Eisel
2020-09-18UI: Support mouse over highlighting for superimposed iconsJulian Eisel
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-16Cleanup: spellingCampbell Barton
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Property Search: Build button groups for SearchHans Goudey
2020-09-15UI: Add support for row-aligned icon buttons in menusNathan Craddock