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-12Cleanup: move title into GWL_WindowCampbell Barton
2022-10-25GHOST/Wayland: store fractional scaling in each window instead of DPICampbell Barton
2022-10-17Cleanup: renaming GHOST/Wayland functions & private membersCampbell Barton
2022-09-07Cleanup: rename internal types for GHOST/WaylandCampbell Barton
2022-07-01Fix crash with window decorations (libdecor) in 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-30GHOST/Wayland: clarify window access from surfacesCampbell Barton
2022-06-30Cleanup: declare GHOST/Wayland methods constCampbell Barton
2022-06-21Cleanup: use full names for generated wayland headers, use own directoryCampbell 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-16Cleanup: return const vector for system & window outputs() methodCampbell Barton
2022-06-16Fix error selecting the window scale in waylandCampbell Barton
2022-06-15Cleanup: various minor changes to wayland internal conventionsCampbell Barton
2022-06-14Cleanup: don't define wayland window methods as privateCampbell Barton
2022-06-11Cleanup: minor changes to GHOST/Wayland window output accessCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-06-03GHOST/wayland: adapt window and cursor surface scale to support HiDPI screensChristian Rauch
2020-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-08-07Code Style: use "#pragma once" in intern/ghostJacques Lucke
2020-07-22Wayland: draw opaque background when OpenGL alpha is enabledChristian Rauch
2020-05-30GHOST/wayland: use 'is_dialog' flag to prevent drawing into same windowChristian Rauch
2020-04-30GHOST: initial Wayland supportChristian Rauch