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-02-22Cleanup: Use bool instead of charHans Goudey
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-26Fix library name clipping most of the data-block name in data-block menusJulian Eisel
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2021-01-05Cleanup: Use flag type explicitlyHans Goudey
2020-12-19Cleanup: Use typedef for UI emboss type enumHans Goudey
2020-12-17Cleanup: renaming and code deduplication for color space clarity in pickerBrecht Van Lommel
2020-12-17Color Management: use scene linear HSV for number buttons in color pickersBrecht Van Lommel
2020-11-24UI: Add Trackpad Smooth Scrolling for PopoversYevgeny Makarov
2020-11-18Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-18Fix undo UI text containing shortcuts & newlinesCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-28UI: Popover Position ChangeYevgeny Makarov
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-15UI: Add reset to default value to keymapHans Goudey
2020-10-03Property Search: Set panel expansion when tab changesHans 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-02Property Search: Differentiate search filtered and inactive buttonsHans Goudey
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-24Property Search: Fix matches in headers not used for expansionHans Goudey
2020-09-18UI: Support mouse over highlighting for superimposed iconsJulian Eisel
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Property Search: Build button groups for SearchHans Goudey
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-09-04UI Code Quality: Store curve-button gradient type in derived structJulian Eisel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-08-21UI: Cleanup in interface_panel.cHans Goudey
2020-08-14UI Code Quality: Use derived struct for color ramp buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve mapping buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve profile buttonsHans Goudey
2020-08-07UI Code Quality: Use derived struct for HSV Cube buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived struct for progessbar buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived struct for color buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-31Merge branch 'blender-v2.90-release'Philipp Oeser
2020-07-31UI: fix buttons ranges not properly updated when tabbing to next/previousPhilipp Oeser
2020-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-27Cleanup: match call signature for UI unit number evaluationCampbell Barton
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-16LibOverride: Fix getting proper RNA path and ID from embedded ones.Bastien Montagne
2020-06-22UI: Widget: Replace geometry by fragment shader drawingClément Foucault
2020-05-26UI: List Panel SystemHans Goudey
2020-05-20UI: Remove Panel Grid Snapping While DraggingHans Goudey
2020-05-12Merge branch 'blender-v2.83-release'Campbell Barton