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-09-19Property Search: Don't set expansion for panels in inactive tabsHans Goudey
2020-09-18Fix misalignment of menu items in Preferences > Save & Load menuJulian Eisel
2020-09-18UI: Support interacting with superimposed icons while editingJulian Eisel
2020-09-18UI: Support mouse over highlighting for superimposed iconsJulian Eisel
2020-09-18UI: Correct superimposed icon interaction hotspotJulian Eisel
2020-09-18UI: Refactor panel alignment functionHans Goudey
2020-09-18Cleanup: Rename variables in panel alignment codeHans Goudey
2020-09-18Cleanup: change enum usage so types are explicitly listedCampbell Barton
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-17Cleanup: Correct commentsHans Goudey
2020-09-17Cleanup: remove unneeded check in uiTemplateConstraintHeaderPhilipp Oeser
2020-09-17Cleanup: Use enum instead of defines for panel runtime flagHans Goudey
2020-09-17Cleanup: Comment formatting in interface_panel.cHans Goudey
2020-09-16Fix: Property search crashes searching enums with separatorsHans Goudey
2020-09-16Cleanup: spellingCampbell Barton
2020-09-16UI: Add grid-related theme optionsRed Mser
2020-09-15Property Search: Properly set expansion for instanced panelsHans Goudey
2020-09-15UI: Refactor some list panel expansion codeHans Goudey
2020-09-15UI: Fix spacing of inline row icon buttonsNathan Craddock
2020-09-15UI: Show color tagged collection icons in menusNathan Craddock
2020-09-15Collections: Add color taggingNathan Craddock
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Dont show temporary IK constraints in the constraint stackPhilipp Oeser
2020-09-15Property Search: Build button groups for SearchHans Goudey
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-15UI: Add support for row-aligned icon buttons in menusNathan Craddock
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-11Cleanup: Fix build warning with MSVCRay Molenkamp
2020-09-10Outliner: Move mode toggling to left columnNathan Craddock
2020-09-10Fix possible use-after-free for number slider buttonsJulian Eisel
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-09Refactor getting constraintsPhilipp Oeser
2020-09-09UI: improve search results by using fuzzy and prefix matchingJacques Lucke
2020-09-09Fix T80613: Assert in UI_but_number_precision_setJulian Eisel
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClément Foucault
2020-09-05GPUTexture: Add support for samplersClément Foucault
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-04Curve Profile: Miscellaneous cleanupHans Goudey
2020-09-04Cleanup: typo fix in a commentSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-redundant-preprocessor fixesSybren A. Stüvel
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-09-03UI: Fix use after free for instanced panel expansionHans Goudey