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 'windowmanager'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-10-29LibQuery: Add macro to help break looping when requested.Bastien Montagne
2021-10-29Fix potential early-return in WM foreach_id process.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-09-16IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`.Bastien Montagne
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-16WM: prevent drag events being continually testedCampbell Barton
2021-03-15Cleanup: replace 'timer_ended' with 'timer_end'Campbell Barton
2021-03-14WM: support loading keymaps in background modeCampbell Barton
2021-03-11Cleanup: spellingCampbell Barton
2021-03-11Cleanup: Typos in comments (window-manager files)Julian Eisel
2021-03-05Cleanup: move check_drag & check_click out of wmEventCampbell Barton
2021-03-05Cleanup: disambiguate 'queue' struct membersCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-11-06Refactor: move wmWindowManager .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-18Cleanup: More miscellaneous code quality changes in wm directoryHans Goudey
2020-10-14Cleanup: Comment formatting, grammarHans Goudey
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-01Cleanup: spellingCampbell Barton
2020-05-26Cleanup/refactor: Workspace API, boilerplate code, early exitJulian Eisel
2020-05-20UI: Allow registering File Browser as child of other child windowsJulian Eisel
2020-05-18Refactor: Move WindowManager and Screen foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-04-04Cleanup: Split up Window-Manager VR file (and related changes)Julian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-09Cleanup: WindowManager: Move to IDTypeInfo and remove unused WM API.Bastien Montagne
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-28Fix T68960: Crash loading app-template keymapCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-15CMake: fix WITH_PYTHON=OFFCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-02-20Cleanup: rename wmEventHandler_* base -> headCampbell Barton
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton