aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11/xlib/xlib_procs.odin
Commit message (Expand)AuthorAgeFilesLines
* vendor/x11/xlib: Fix signature of XChangeWindowAttributesNahuel299811 days1-1/+1
* vendor/x11/xlib: Fix returntype of some procsNahuel299812 days1-4/+4
* Merge pull request #6141 from magicalhacks/x11-fixesgingerBill2026-01-291-1/+1
|\
| * Minor x11/xlib bindings fixesmagicalhack2026-01-171-1/+1
* | vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding namewpcasarin2026-01-181-1/+1
|/
* vendor/xlib: a few more IM-related procedures and constantsIllusionMan12122025-10-121-1/+28
* 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
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* vendor/x11: added a few procedures for xrandr, xinput, and xfixesIllusionMan12122024-08-101-5/+41
* [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-081-1/+56
* add support for title changes, cursor config, and dndColin Davidson2024-06-061-6/+24
* 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
* vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventDataIllusionMan12122024-01-291-7/+16
* [x11/xlib]: Fix some foreign declarationsflysand72023-12-011-2/+3
* [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-131-197/+397
* [vendor/x11]: Add some client to window management communication functionsflysand72023-11-131-0/+159
* [vendor/x11]: Fix XDefaultScreenflysand72023-11-121-1/+1
* [vendor/x11]: Fix XOpenDisplayflysand72023-11-121-1/+1
* [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-111-0/+1549