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-15GHOST/Wayland: partial support for updating the UI scaleCampbell Barton
2022-07-15GHOST/Wayland: fix error setting the cursor scaleCampbell Barton
2022-07-14GHOST: remove redundant ascii argument to GHOST_EventKeyCampbell Barton
2022-07-09Fix cursor display size with tablet input in GHOST/WaylandCampbell Barton
2022-07-09Cleanup: split out wl_buffer creation into a utility functionCampbell Barton
2022-07-09Cleanup: remove buffer_t in GHOST/WaylandCampbell Barton
2022-07-09Cleanup: split memfd_create into it's own function for WaylandCampbell Barton
2022-07-09Fix resource leaks setting custom cursors in 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-06Cleanup: declare local variables staticCampbell Barton
2022-07-01Fix crash with window decorations (libdecor) in WaylandCampbell Barton
2022-07-01Cleanup: rename internal cursor grabbing functionCampbell Barton
2022-07-01GHOST/Wayland: map additional cursors from GHOST_TStandardCursorCampbell Barton
2022-07-01Fix un-grab cursor positioning failing for WaylandCampbell Barton
2022-07-01Fix crash when creating an off-screen context fails 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-30Fix key/dnd event handling accessing freed memory under WaylandCampbell Barton
2022-06-30Fix accessing cursor position for GHOST/WaylandCampbell Barton
2022-06-30Fix memory leak with off-screen buffers under WaylandCampbell Barton
2022-06-29GHOST/Wayland: support older output manager (for Weston support)Campbell Barton
2022-06-29Cleanup: spelling in commentsCampbell Barton
2022-06-28Cleanup: replace magic number with define for scan-code/key-code offsetCampbell Barton
2022-06-28GHOST/Wayland: avoid creating a keyboard-state each key press/releaseCampbell Barton
2022-06-28Fix T96170: keys mis-mapped with NeoQwertz layout under WaylandCampbell Barton
2022-06-28Cleanup: group wayland event codes in their own doxy sectionCampbell Barton
2022-06-28Fix T99202: AccentGrave key doesn't work with WaylandCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-27GHOST/Wayland: split pointer/tablet state into separate structsCampbell Barton
2022-06-24GHOST/Wayland: support client-side window decorationsChristian Rauch
2022-06-24GHOST/Wayland: support for cursor warp with hidden/wrapped grab enabledCampbell Barton
2022-06-24Cleanup: remove unused cursor struct members in GHOST/WaylandCampbell Barton
2022-06-24Cleanup: use const arguments for GHOST/WaylandCampbell Barton
2022-06-24Fix outdated pressure/tilt for tablet motions events under GHOST/WaylandCampbell Barton
2022-06-23Fix key repeat continuing after a window loses focus for GHOST/WaylandCampbell Barton
2022-06-23Fix key repeat behavior for GHOST/WaylandCampbell Barton
2022-06-21Cleanup: use full names for generated wayland headers, use own directoryCampbell Barton
2022-06-21Fix error in GHOST_ASSERT under WaylandCampbell Barton
2022-06-20Cleanup: avoid duplicate lookups when setting the cursorCampbell Barton
2022-06-20Fix setting the custom cursor for Hi-DPI displays in WaylandCampbell Barton
2022-06-20GHOST/Wayland: refactor cursor handling & fix errors hiding the cursorCampbell Barton
2022-06-18GHOST/Wayland: implement getAllDisplayDimensionsCampbell Barton
2022-06-18Fix initial window size being scaled down for Hi-DPI displays in WaylandCampbell Barton
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix crash in wayland when closing a windowCampbell Barton