summaryrefslogtreecommitdiff
path: root/miext
AgeCommit message (Expand)AuthorFilesLines
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+2
2024-03-09os: move os_move_fd() out of public APIEnrico Weigelt, metux IT consult1-4/+7
2024-03-03miext: move private definitions out of public headersEnrico Weigelt, metux IT consult6-40/+38
2024-03-03render: move private definitions out of public glyphstr.hEnrico Weigelt, metux IT consult1-0/+1
2024-03-03miext: sync: drop duplicate _X_EXPORT from .c sourcesEnrico Weigelt, metux IT consult2-2/+2
2024-02-23Revert "include: move BUG_*() macros to separate header"Peter Hutterer1-2/+0
2024-02-15include: move BUG_*() macros to separate headerEnrico Weigelt1-0/+2
2023-01-20rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia3-21/+17
2023-01-20rootless: Dead code removal (RootlessResizeCopyWindow)Jeremy Huddleston Sequoia1-126/+1
2023-01-20rootless: Remove an unnecessary memory copy when handling resize with gravity...Jeremy Huddleston Sequoia1-37/+0
2023-01-20rootless: Dead code removal (resize_after in StartFrameResize / FinishFrameRe...Jeremy Huddleston Sequoia1-49/+24
2023-01-20rootless: Remove the special case for northwest gravity in StartFrameResizeJeremy Huddleston Sequoia1-114/+2
2023-01-20rootless: Use RL_GRAVITY_NORTH_WEST for min/max/zoom resizingJeremy Huddleston Sequoia1-1/+1
2023-01-20rootless: Ensure gResizeDeathPix is stored in locally-managed memory rather t...Jeremy Huddleston Sequoia1-15/+5
2023-01-20rootless: Remove option to disable ROOTLESS_RESIZE_GRAVITYJeremy Huddleston Sequoia4-18/+1
2023-01-20rootless: Fixup some format errors in debug loggingJeremy Huddleston Sequoia3-10/+11
2022-12-21rootless: Add additional debug logging to help triage XQuartz fb/rootless/dam...Jeremy Huddleston Sequoia1-3/+41
2022-06-13rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined)Jeremy Huddleston Sequoia1-5/+0
2021-10-27Remove autotools supportPovilas Kanapickas5-89/+0
2021-03-26miext: Remove if check which is always truePovilas Kanapickas1-8/+2
2021-03-11meson: hide C API if Xorg is disabled (like autotools)Jan Beich3-3/+9
2020-07-05Fix spelling/wording issuesAlan Coopersmith5-8/+8
2019-10-30mi: Add a default no-op miSourceValidateAdam Jackson1-4/+2
2019-09-26miext/sync: Make struct _SyncObject::initialized fully ABI compatibleMichel Dänzer1-1/+1
2019-08-21miext/sync: Fix needless ABI changeAdam Jackson1-1/+1
2019-08-15meson: Build miext/sync for XwaylandOlivier Fourdan1-1/+1
2019-05-02meson: Build rootless extensionJon Turney1-0/+13
2019-04-17xsync: Add resource inside of SyncCreate, export SyncCreateAlex Goins3-13/+20
2018-09-25miext/damage: take care of the coordinate mode in damagePolyPointCedric Roux1-10/+30
2018-04-02meson: Distribute more SDK headersThierry Reding3-0/+22
2017-09-20sync: Clean up a bit of header formatting.Eric Anholt1-8/+5
2017-09-20sync: Convert from "CARD64" to int64_t.Eric Anholt2-10/+6
2017-04-26Add a Meson build system alongside autotools.Eric Anholt3-0/+58
2017-03-21dix: Remove PRIVATE_DAMAGEAdam Jackson2-3/+2
2017-02-08damage: Validate source pictures bound to windows before unwrappingMichel Dänzer1-0/+10
2016-12-13Revert "damage: Make damageRegionProcessPending take a damage not a drawable"Adam Jackson1-61/+60
2016-12-12shadow: Remove unused shadowAllocAdam Jackson3-52/+0
2016-12-12shadow: Macro cleanupAdam Jackson13-19/+15
2016-12-12shadow: Remove indirection stubsAdam Jackson4-29/+0
2016-12-12shadow: Lift 32->24 conversion from modesetting to dixAdam Jackson3-0/+142
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-2/+2
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-2/+2
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-2/+2
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard2-13/+8
2016-05-18damage: Make damageRegionProcessPending take a damage not a drawableAdam Jackson1-60/+61
2015-09-21rootless: Fix bogus handling of broken root clipAdam Jackson1-1/+1
2015-08-17rootless: rename w->_w to avoid shadow warningsDave Airlie1-9/+9
2015-08-17rootless: fix warnings due to lack of const keeping.Dave Airlie2-3/+3
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson4-2/+26
2015-07-08rootless: Build unconditionallyAdam Jackson1-8/+1