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-09Cleanup: GHOST_ISystem::toggleConsole APIShrey Aggarwal
2021-10-12Revert "GHOST: Unify behavior of offscreen context creation"Clément Foucault
2021-10-12GHOST: Unify behavior of offscreen context creationClément Foucault
2021-07-15GHOST/wayland: create mmap-ed file manually if memfd_create is unavailableChristian Rauch
2021-07-12GHOST/wayland: remove unused 'input-event-codes.h' headerChristian Rauch
2021-07-07Cleanup: Code-style correction in Ghost (Clang-format)Julian Eisel
2021-07-07Cleanup: comment on source of button event codesChristian Rauch
2021-07-06GHOST/wayland: define BTN event codes manuallyChristian Rauch
2021-07-06Cleanup: quiet discarded-qualifiers warningCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-06-24GHOST/EGL: store pointer to GHOST_System for downcast testsChristian Rauch
2021-06-24GHOST/Wayland: auto-select highest supported OpenGL versionChristian Rauch
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-03GHOST/wayland: fix restoring hidden cursorChristian Rauch
2021-06-03GHOST/wayland: fix non-moving normal cursorChristian Rauch
2021-06-03GHOST/wayland: add 'xdg-decoration' supportChristian Rauch
2021-06-03GHOST/wayland: adapt window and cursor surface scale to support HiDPI screensChristian Rauch
2021-06-03GHOST/wayland: handle return values for data sourcesChristian Rauch
2021-06-03GHOST/wayland: handle missing relative-pointer and pointer-constraints supportChristian Rauch
2021-06-03GHOST/wayland: get cursor settings via D-BusChristian Rauch
2021-06-03GHOST/wayland: inhibit warningChristian Rauch
2020-09-01GHOST: Enable debug context on offscreen context tooClément Foucault
2020-05-30GHOST/wayland: use 'is_dialog' flag to prevent drawing into same windowChristian Rauch
2020-05-22Wayland: support key repeatChristian Rauch
2020-05-22Fix missing header building with waylandCampbell Barton
2020-05-14GHOST/wayland: style fixChristian Rauch
2020-05-14GHOST/wayland: fix cursor buffer deallocationChristian Rauch
2020-05-14GHOST/wayland: remove unused 'registry'Christian Rauch
2020-05-13GHOST: fix cursor buffer handling when toggling visibilityChristian Rauch
2020-05-06Fix num-pad access on waylandCampbell Barton
2020-05-06Fix T76429: GHOST/Wayland event's don't correspond to physical keysChristian Rauch
2020-05-01CMake: add WITH_GHOST_X11 optionCampbell Barton
2020-04-30Cleanup: replace unordered_map with switch statementCampbell Barton
2020-04-30GHOST: initial Wayland supportChristian Rauch