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-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Cleanup: clang-format, trailing spaceCampbell Barton
2021-11-24Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-24UI: Improve scaling of widgets when zoomingLeon Leno
2021-11-20Refactor: Port spreadsheet data set to UI tree viewHans Goudey
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-11-03UI: Refactor how dragging onto text buttons works, fixing issuesJulian Eisel
2021-10-27UI: Refactor how dragging onto text buttons works, fixing issuesJulian Eisel
2021-10-25Cleanup: Remove unused functions, make functions staticHans Goudey
2021-10-23Cleanup: Remove unused functionHans Goudey
2021-10-21Cleanup: clang-formatCampbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-10-17UI: Visual style update to panelsPablo Vazquez
2021-10-08UI: Add context menu support for tree-view itemsJulian Eisel
2021-10-08UI: Support showing superimposed icons as disabled (with disabled hint)Julian Eisel
2021-10-06Asset Browser: Show catalog add & delete icons on mouse hover (only)Julian Eisel
2021-10-06Fix possible use-after-free when cancelling temporary rename buttonJulian Eisel
2021-09-30UI: Support easy dropping into/onto rows in new tree-view APIJulian Eisel
2021-09-23UI: Tree-View API for easy creation of tree UIsJulian Eisel
2021-08-19UI: add function to access the buttons text without it's shortcutCampbell Barton
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-15UI: New button/widget type for Asset Browser like preview tilesJulian Eisel
2021-07-15UI: Auto-scroll to keep active text buttons in viewJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-15UI: Internal support for custom UI list item drag & activate operatorsJulian Eisel
2021-07-13UI: support persistent state during number/slider interactionCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-30UI: custom free function improvementsJacques Lucke
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-21Cleanup: quiet -Warray-parameter warnings from GCC11Campbell Barton
2021-05-17UI: add non-linear slider supportHenrik Dick
2021-04-30Cleanup: interface_intern.h doc-stringsCampbell Barton
2021-04-20Cleanup: commentsCampbell Barton
2021-04-20Cleanup: uiBut.flag had an internal flag out of the documented rangeCampbell Barton
2021-03-24Cleanup: Use const in region queriesJulian Eisel
2021-03-24Cleanup: Move button context based operator poll into utility functionJulian Eisel
2021-03-05Cleanup: rename event to event_typeCampbell Barton
2021-03-02UI: Rename search button variableHans Goudey
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-03-01Build-system: Use C-linkage for internal interface headerJulian Eisel
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