aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11
Commit message (Expand)AuthorAgeFilesLines
* Doc lines for vendor:*Jeroen van Rijn2025-10-101-0/+1
* add missing xlib functions for getting and setting text propertiesWesley Kerfoot2025-08-031-0/+12
* Fix #5139Jeroen van Rijn2025-05-091-1/+1
* Fix typogingerBill2025-04-031-1/+1
* Fix #4995gingerBill2025-04-031-10/+10
* xlib: add proc binding for SetWindowBorderdogue2025-03-231-0/+5
* vendor:x11/xlib add IS_SUPPORTED constant to match core:time and friendsfleandro2025-01-051-0/+4
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-144-4/+4
* Fix `-vet-tabs` issuesgingerBill2024-08-242-1986/+1986
* vendor/x11: added a few procedures for xrandr, xinput, and xfixesIllusionMan12122024-08-103-5/+234
* [vendor/x11]: Fix missing argument in XDefaultDepth, wrong types in CreateSim...flysand72024-07-201-3/+3
* vendor/x11: some XKB extension procedures and constantsIllusionMan12122024-07-083-1/+891
* Add `vendor:wgpu`Laytan Laats2024-06-121-0/+3
* add support for title changes, cursor config, and dndColin Davidson2024-06-062-6/+29
* oops, missed shuffling a few x-funcsColin Davidson2024-06-041-31/+28
* add a few more x11 funcs, fix egl bugColin Davidson2024-06-041-692/+700
* Merge pull request #3149 from IllusionMan1212/missing-x11-funcsgingerBill2024-03-091-7/+16
|\
| * vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventDataIllusionMan12122024-01-291-7/+16
* | vendor/x11: change display to be a ^Display in XGenericEventCookie structIllusionMan12122024-01-291-1/+1
|/
* [x11/xlib]: Fix some foreign declarationsflysand72023-12-011-2/+3
* [vendor/x11]: Add build guards for other xlib filesflysand72023-11-132-2/+2
* [vendor/x11]: Correct system import for linuxflysand72023-11-131-1/+1
* [vendor/x11]: Correction on XPutImage definitionflysand72023-11-131-1/+1
* [vendor/x11]: Add xlib utility functions, make compileable with -strict-styleflysand72023-11-133-198/+424
* [vendor/x11]: Add some client to window management communication functionsflysand72023-11-133-4/+217
* [vendor/x11]: Fix XDefaultScreenflysand72023-11-121-1/+1
* [vendor/x11]: Add a special type for mouse eventsflysand72023-11-122-1/+9
* [vendor/x11]: Fix definition for EventTypeflysand72023-11-121-2/+39
* [vendor/x11]: Fix XOpenDisplayflysand72023-11-121-1/+1
* [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-115-0/+5067