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
2022-11-10Attempt to fix build error on WindowsRay Molenkamp
2022-11-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-11-07Fix File Browser Move Bookmark malfunction if no item is selectedPhilipp Oeser
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-03Cleanup: replace BLI_join_path with BLI_join_stringCampbell Barton
2022-10-30BLI_path: add BLI_path_append_dir (appends and ensures trailing slash)Campbell Barton
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-30Fix T102132: Directory selection fails to add trailing slashCampbell Barton
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-18File Browser: Fix slowdown with non-existing ID previews in big filesJulian Eisel
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: formatCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24UI: Improved Font ThumbnailsHarley Acheson
2022-09-23Cleanup: replace int return value with boolCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Fix compile error on (designated initializers in C++)Julian Eisel
2022-09-21Cleanup: Move file browser history handing to own fileJulian Eisel
2022-09-21Refactor: Move file browser filelist.c to C++Julian Eisel
2022-09-19Cleanup: spellingCampbell Barton
2022-09-16Cleanup: formatCampbell Barton
2022-09-16Make File Select dialog update operator's file & path propertiesColin Basnett
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-10Fix possible NULL pointer dereference in bookmark operatorsCampbell Barton
2022-09-10Cleanup: remove redundant NULL checksCampbell Barton
2022-09-07Cleanup: factor out "set default filepath" into a ED_fileselect_ensure_defaul...Aras Pranckevicius
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-15I18n: translate recent files and bookmarks in the file browserDamien Picard
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-06-27File Browser UI: Use "Widget" font style instead of "Widget Label"Julian Eisel
2022-06-27Fix T98055: Library Filters do not work in Source FilesSonny Campbell
2022-06-16UI: Add file browser operator to edit directory fieldDamien Picard
2022-06-16Cleanup: Use const in File Browser filtering operatorJulian Eisel
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-06-15Assets: Don't show duplicated catalog name when dragging assetsKevin Curry
2022-06-06STL: Add new C++ based STL importerIyad Ahmed