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-07-19Fix T99737: Dropping files fails with WaylandCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-29Fix uninitialized memory use in key-down events on window activationCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-24Cleanup: remove unused function WM_cursor_compatible_xyCampbell Barton
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-06-17Cleanup: remove `r_` prefix for non-return valuesCampbell Barton
2022-06-10GHOST: add back-trace handler to the APICampbell Barton
2022-05-07Fix T97600 Regression: rendering in new window displays flickersClément Foucault
2022-04-18Add debugging info for Wintab activated by argument `--debug-wintab`.Nicholas Rishel
2022-03-21Cleanup: cursor motion events now have value set to KM_NOTHINGCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Event System: key-press while dragging now activates drag firstCampbell Barton
2022-03-04Cleanup: spelling in comments, function nameCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-02Fix T95608: Mac issues with drag drop on multi-monitorGermano Cavalcante
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-01-31Fix wmTimer.ntime becoming NAN with a zero time-stepCampbell Barton
2022-01-30Revert "UI: Do not translate "Blender""Aaron Carlisle
2022-01-30UI: Do not translate "Blender"Aaron Carlisle
2022-01-12Fix T85706: wm_window_make_drawable update DPIHarley Acheson
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Remove G.save_overCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell 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-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-17Cleanup: remove KM_MOD_SECOND & KM_SHIFT2, KM_CTRL2.. etcCampbell Barton
2021-09-09Fix T88755: Reuse Temp Windows by Type not TitleHarley Acheson
2021-08-31Fix 'WM_window_find_under_cursor'Germano Cavalcante
2021-08-26Cleanup: return window in 'WM_window_find_under_cursor'Germano Cavalcante
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05Fix: IME conversion candidate window not correctly placed on macOSYuki Hashimoto
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28UI: Do Not Resize Already-Open Temporary WindowsJesse Y
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton