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-08GHOST/Wayland: add logging for listener handlersCampbell Barton
2022-07-08GHOST: use ELEM/ARRAY_SIZE/UNPACK macros to avoid repetitionCampbell Barton
2022-07-08GHOST: add GHOST_utildefinesCampbell Barton
2022-07-07GHOST: initialize grab axis for windowsCampbell 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-06Cleanup: spelling in commentsCampbell 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-30Cleanup: fix compiler warningsBrecht Van Lommel
2022-06-30GHOST/Wayland: clarify window access from surfacesCampbell Barton
2022-06-30GHOST/Wayland: use flush instead of roundtripCampbell 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-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-30Fix memory leak with off-screen buffers under WaylandCampbell Barton
2022-06-30Cleanup: declare GHOST/Wayland methods constCampbell Barton
2022-06-29GHOST/Wayland: quiet warning with empty title with libdecorCampbell 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-28GHOST: only use GHOST_PRINT when WITH_GHOST_DEBUG is enabledCampbell Barton
2022-06-27Fix broken build on macOS after recent changesBrecht Van Lommel
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-27GHOST/Wayland: Add a build time option for DBUS, disable by defaultCampbell Barton
2022-06-27GHOST/Wayland: set the minimum window size with libdecorCampbell 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: add C++ compatible WL_ARRAY_FOR_EACH macroCampbell 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-24GHOST: use GHOST_ASSERT for non-release buildsCampbell Barton
2022-06-24Docs: correct GHOST_TimerProcPtr time doc-stringCampbell 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-22Fix T99078: Crash closing the file selector in WaylandCampbell Barton
2022-06-21Cleanup: use full names for generated wayland headers, use own directoryCampbell Barton