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-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Fix T93410: Crash hiding a region from Python used by a popoverCampbell Barton
2021-11-22UI: Use a map for block name lookupsErik
2021-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton
2021-10-22Fix T92357: assert changing scenes while in edit modeCampbell Barton
2021-10-22Fix crash when creating a new window failsCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-05XR: Add runtime window area for XR eventsPeter Kim
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Fix T89526: "Toggle Maximize Area" clears context screen propertiesCampbell Barton
2021-06-20Cleanup: use eSpace_Type enum typeCampbell Barton
2021-06-16Screen: simplify internal logic for new full-screen areasCampbell Barton
2021-06-11Render Window as Non-Child on Win32 platformHarley Acheson
2021-05-14Cleanup: use enum types for screen direction variablesCampbell Barton
2021-05-13Cleanup: use boolean argumentCampbell Barton
2021-05-13UI: Improved "Area Close" Neighbor SelectionHarley Acheson
2021-04-26Cleanup: spellingCampbell Barton
2021-04-26Cleanup: inconsistent naming for screen editing variables & argsCampbell Barton
2021-04-23UI: Join or Close Any Screen AreaHarley Acheson
2021-03-23WM: don't set the area when toggling full-screenCampbell Barton
2021-02-22UI: Simplify Window CreationHarley Acheson
2021-02-14Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-01Fix T84780: Corrupt screen layout when loading file with area full-screenJulian Eisel
2020-12-15Fix various issues with temporary, maximized File BrowsersJulian Eisel
2020-12-15Fix crash opening maximized File Browser from Asset BrowserJulian Eisel
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-17Cleanup: Reduce variable scope in screen directoryHans Goudey
2020-10-05Fix T80282: Playback start delayed with AV syncRichard Antalik
2020-09-07Cleanup: spellingCampbell Barton
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-11Fix compile error after recent cleanupJacques Lucke
2020-08-11Cleanup: Strict compiler flagsSergey Sharybin
2020-08-04Fix T78688: Crash changing workspace with specific fullscreen setupJulian Eisel
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-06-24Fix T78112: VSE Sequencer/Preview crash after fullscreenJulian Eisel
2020-05-28Fix for T77111: Joins Areas Without Creating Invalid EdgesHarley Acheson
2020-05-26Improved Area Border Selection and DraggingHarley Acheson
2020-05-10Cleanup: add ED_screen_areas_iter to clang-format ForEachMacrosJacques Lucke