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-10Cleanup: minor naming changes, make listener struct constCampbell Barton
2022-11-01Cleanup: disambiguate naming for Wayland surfacesCampbell Barton
2022-10-25Fix window flickering when moving windows between monitors in WaylandCampbell Barton
2022-10-25GHOST/Wayland: store fractional scaling in each window instead of DPICampbell Barton
2022-10-25Cleanup: move ghost/wayland local methods after type declarationsCampbell Barton
2022-10-21Fix T101974: Potential memoryleak GHOST_WindowWayland.newDrawingContextEdward
2022-10-17Cleanup: renaming GHOST/Wayland functions & private membersCampbell Barton
2022-10-14Fix T101805: Blender icons doesn't show in GNOME 43Campbell Barton
2022-10-13Fix T101779: Incorrect app_id on WaylandCampbell 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-26Fix incorrect UI scaling after changing monitors DPI under WaylandCampbell Barton
2022-07-08GHOST/Wayland: add logging for listener handlersCampbell Barton
2022-07-08GHOST: use ELEM/ARRAY_SIZE/UNPACK macros to avoid repetitionCampbell 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-30GHOST/Wayland: clarify window access from surfacesCampbell Barton
2022-06-30GHOST/Wayland: use flush instead of roundtripCampbell Barton
2022-06-30Cleanup: declare GHOST/Wayland methods constCampbell Barton
2022-06-29GHOST/Wayland: quiet warning with empty title with libdecorCampbell Barton
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-27GHOST/Wayland: set the minimum window size with libdecorCampbell Barton
2022-06-24GHOST/Wayland: support client-side window decorationsChristian Rauch
2022-06-24Cleanup: add C++ compatible WL_ARRAY_FOR_EACH macroCampbell Barton
2022-06-24Cleanup: use const arguments for GHOST/WaylandCampbell Barton
2022-06-22Fix T99078: Crash closing the file selector in WaylandCampbell 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-16GHOST/Wayland: account for fractional scale when picking the outputCampbell Barton
2022-06-15Cleanup: various minor changes to wayland internal conventionsCampbell Barton
2022-06-15GHOST/Wayland: fractional scaling supportCampbell Barton
2022-06-12GHOST/Wayland: set the minimum window sizeCampbell Barton
2022-06-12Fix GHOST/Wayland setting the window sizeCampbell Barton
2022-06-12Fix GHOST/Wayland display glitches on startupCampbell Barton
2022-06-12Cleanup: use int[2] for window size & pending window sizeCampbell Barton
2022-06-11Cleanup: minor changes to GHOST/Wayland window output accessCampbell 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
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell 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