| Commit message (Expand) | Author | Age | Files | Lines |
| * | vendor/x11/xlib: Fix signature of XChangeWindowAttributes | Nahuel2998 | 11 days | 1 | -1/+1 |
| * | vendor/x11/xlib: Fix returntype of some procs | Nahuel2998 | 12 days | 1 | -4/+4 |
| * | Merge pull request #6141 from magicalhacks/x11-fixes | gingerBill | 2026-01-29 | 2 | -2/+2 |
| |\ |
|
| | * | Minor x11/xlib bindings fixes | magicalhack | 2026-01-17 | 2 | -2/+2 |
| * | | vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name | wpcasarin | 2026-01-18 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #5800 from IllusionMan1212/xlib-IM | Laytan | 2025-11-23 | 2 | -1/+45 |
| |\ |
|
| | * | vendor/xlib: a few more IM-related procedures and constants | IllusionMan1212 | 2025-10-12 | 2 | -1/+45 |
| * | | Doc lines for vendor:* | Jeroen van Rijn | 2025-10-10 | 1 | -0/+1 |
| |/ |
|
| * | add missing xlib functions for getting and setting text properties | Wesley Kerfoot | 2025-08-03 | 1 | -0/+12 |
| * | Fix #5139 | Jeroen van Rijn | 2025-05-09 | 1 | -1/+1 |
| * | Fix typo | gingerBill | 2025-04-03 | 1 | -1/+1 |
| * | Fix #4995 | gingerBill | 2025-04-03 | 1 | -10/+10 |
| * | xlib: add proc binding for SetWindowBorder | dogue | 2025-03-23 | 1 | -0/+5 |
| * | vendor:x11/xlib add IS_SUPPORTED constant to match core:time and friends | fleandro | 2025-01-05 | 1 | -0/+4 |
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ fi... | Karl Zylinski | 2024-09-14 | 4 | -4/+4 |
| * | Fix `-vet-tabs` issues | gingerBill | 2024-08-24 | 2 | -1986/+1986 |
| * | vendor/x11: added a few procedures for xrandr, xinput, and xfixes | IllusionMan1212 | 2024-08-10 | 3 | -5/+234 |
| * | [vendor/x11]: Fix missing argument in XDefaultDepth, wrong types in CreateSim... | flysand7 | 2024-07-20 | 1 | -3/+3 |
| * | vendor/x11: some XKB extension procedures and constants | IllusionMan1212 | 2024-07-08 | 3 | -1/+891 |
| * | Add `vendor:wgpu` | Laytan Laats | 2024-06-12 | 1 | -0/+3 |
| * | add support for title changes, cursor config, and dnd | Colin Davidson | 2024-06-06 | 2 | -6/+29 |
| * | oops, missed shuffling a few x-funcs | Colin Davidson | 2024-06-04 | 1 | -31/+28 |
| * | add a few more x11 funcs, fix egl bug | Colin Davidson | 2024-06-04 | 1 | -692/+700 |
| * | Merge pull request #3149 from IllusionMan1212/missing-x11-funcs | gingerBill | 2024-03-09 | 1 | -7/+16 |
| |\ |
|
| | * | vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventData | IllusionMan1212 | 2024-01-29 | 1 | -7/+16 |
| * | | vendor/x11: change display to be a ^Display in XGenericEventCookie struct | IllusionMan1212 | 2024-01-29 | 1 | -1/+1 |
| |/ |
|
| * | [x11/xlib]: Fix some foreign declarations | flysand7 | 2023-12-01 | 1 | -2/+3 |
| * | [vendor/x11]: Add build guards for other xlib files | flysand7 | 2023-11-13 | 2 | -2/+2 |
| * | [vendor/x11]: Correct system import for linux | flysand7 | 2023-11-13 | 1 | -1/+1 |
| * | [vendor/x11]: Correction on XPutImage definition | flysand7 | 2023-11-13 | 1 | -1/+1 |
| * | [vendor/x11]: Add xlib utility functions, make compileable with -strict-style | flysand7 | 2023-11-13 | 3 | -198/+424 |
| * | [vendor/x11]: Add some client to window management communication functions | flysand7 | 2023-11-13 | 3 | -4/+217 |
| * | [vendor/x11]: Fix XDefaultScreen | flysand7 | 2023-11-12 | 1 | -1/+1 |
| * | [vendor/x11]: Add a special type for mouse events | flysand7 | 2023-11-12 | 2 | -1/+9 |
| * | [vendor/x11]: Fix definition for EventType | flysand7 | 2023-11-12 | 1 | -2/+39 |
| * | [vendor/x11]: Fix XOpenDisplay | flysand7 | 2023-11-12 | 1 | -1/+1 |
| * | [vendor/x11]: Add most of the basic xlib bindings | flysand7 | 2023-11-11 | 5 | -0/+5067 |