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-01GHOST/Wayland: support for multiple seats (one active seat at a time)Campbell Barton
2022-10-28GHOST/Wayland: postpone reading from the clipboard until neededCampbell Barton
2022-10-26Revert "GHOST/Wayland: postpone reading from the clipboard until needed"Campbell Barton
2022-10-26GHOST/Wayland: postpone reading from the clipboard until neededCampbell Barton
2022-10-25Cleanup: move singleton pointers into the systemCampbell Barton
2022-10-23Fix crash on exit when background rendering in waylandCampbell Barton
2022-10-22GHOST/Wayland: multi-touch gesture supportCampbell Barton
2022-10-22Cleanup: use wl_/wp_ prefix to match native Wayland typesCampbell Barton
2022-10-20Cleanup: compiler warningsBrecht Van Lommel
2022-10-20GHOST/Wayland: refactor copy/paste buffer storageCampbell Barton
2022-10-20GHOST/Wayland: primary clipboard supportCampbell Barton
2022-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-10-17Cleanup: renaming GHOST/Wayland functions & private membersCampbell Barton
2022-10-12Cleanup: minor edits to recent wayland/libdecorCampbell Barton
2022-10-12GHOST/Wayland: only require libdecor when running in gnome-shellCampbell Barton
2022-09-07Cleanup: rename internal types for GHOST/WaylandCampbell Barton
2022-08-31Cleanup: use bool for GHOST_SystemWin32::setConsoleWindowState returnCampbell Barton
2022-08-16GHOST/Wayland: Add NDOF supportCampbell Barton
2022-07-09Fix cursor display size with tablet input in GHOST/WaylandCampbell Barton
2022-07-07Cleanup: use arguments for internal wayland cursor grabbingCampbell Barton
2022-07-06GHOST/Wayland: support dynamic loading libraries for WaylandCampbell Barton
2022-07-01Fix crash with window decorations (libdecor) in WaylandCampbell Barton
2022-07-01Cleanup: rename internal cursor grabbing functionCampbell Barton
2022-07-01Fix un-grab cursor positioning failing for WaylandCampbell Barton
2022-07-01Fix accessing windows from surfaces in WaylandCampbell Barton
2022-07-01Cleanup: group public utility functions for Wayland System/WindowCampbell Barton
2022-06-30Fix accessing cursor position for GHOST/WaylandCampbell Barton
2022-06-24GHOST/Wayland: support client-side window decorationsChristian Rauch
2022-06-21Cleanup: use full names for generated wayland headers, use own directoryCampbell Barton
2022-06-18GHOST/Wayland: implement getAllDisplayDimensionsCampbell Barton
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-16GHOST/Wayland: workaround inability to access window positionCampbell Barton
2022-06-15Cleanup: various minor changes to wayland internal conventionsCampbell Barton
2022-06-15GHOST/Wayland: fractional scaling supportCampbell Barton
2022-06-15Cleanup: use `int32_t[2]` for Wayland display size variablesCampbell Barton
2022-06-08GHOST/Wayland: draw a software-cursor when wrapping cursor motionCampbell Barton
2022-05-29Cleanup: clang-tidy for GHOST X11/SDL/Wayland/NULL backendsCampbell Barton
2022-05-27Fix GHOST_kGrabHide in WaylandCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: GHOST_ISystem::toggleConsole APIShrey Aggarwal
2021-07-06Cleanup: quiet discarded-qualifiers warningCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-06-03GHOST/wayland: add 'xdg-decoration' supportChristian Rauch
2021-06-03GHOST/wayland: adapt window and cursor surface scale to support HiDPI screensChristian Rauch
2020-09-01GHOST: Enable debug context on offscreen context tooClément Foucault
2020-08-07Code Style: use "#pragma once" in intern/ghostJacques Lucke
2020-04-30GHOST: initial Wayland supportChristian Rauch