summaryrefslogtreecommitdiffstats
path: root/xlib
Commit message (Expand)AuthorAgeFilesLines
* Export X11 stubs on X11. Will be needed for extensions running on both X11 an...jan.nijtmans2026-03-061-4/+0
* _Xconst -> const (it's just the same). Cleanup of (unused) internal stub entriesjan.nijtmans2026-02-143-17/+17
|\
| * _Xconst and const are just the samejan.nijtmans2026-02-123-8/+8
* | Fix 2 executable flagsjan.nijtmans2026-01-221-0/+0
* | Use Tcl_Alloc in stead of ckalloc in a lot of places, just as Tcljan.nijtmans2025-12-152-6/+6
* | Fix [50fdbc36ad6f6600]: Implement more X11 region functions on Windows and Aquajan.nijtmans2025-10-311-18/+0
|\ \
| * | Fix [50fdbc36ad]: Implement more X11 region functions on Windows and Aqua. Wi...jan.nijtmans2025-09-301-18/+0
* | | Merge 9.0jan.nijtmans2025-10-281-1/+1
|\ \ \ | | |/ | |/|
| * | Merge 8.6. Update changes.mdjan.nijtmans2025-10-281-1/+1
| |\ \ | | |/ | |/|
| | * More IWYU pragma's (for all *Decls.h files)jan.nijtmans2025-10-261-1/+1
* | | Fix various -Wconversion warningsjan.nijtmans2025-10-154-22/+23
|/ /
* | Fix [832c2047bb]: Windows: new compiler, new warnings...jan.nijtmans2025-09-231-165/+316
* | Merge 8.6jan.nijtmans2025-09-181-0/+1
|\ \ | |/
| * Suggested fix for [6c479588]: leak in XCreateBitmapFromData()chrstphrchvz2025-09-091-0/+1
| * Add comment. Backported some indenting/spacingjan.nijtmans2024-10-111-5/+5
* | Complete [29ba539501] fix for "text"jan.nijtmans2024-10-082-4/+4
* | (c) -> ©jan.nijtmans2024-05-096-9/+9
|\ \
| * \ (c) -> ©jan.nijtmans2024-05-096-9/+9
| |\ \ | | |/
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-2/+2
* | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gccjan.nijtmans2024-05-061-1/+1
|\ \ \ | |/ /
| * | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gccjan.nijtmans2024-05-061-1/+1
| |\ \ | | |/
| | * Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gccjan.nijtmans2024-05-061-0/+4
* | | Update X11 header-files to the latest versionjan.nijtmans2024-05-047-594/+1460
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge 8.6jan.nijtmans2024-05-047-594/+1460
| |\ \ \ | | | |/
| | | * Update X11 header-files to the latest versionjan.nijtmans2024-05-037-595/+1458
| | | |\ | | | |/ | | |/|
| | * | Update to latest X11. Too many changes to rush into 9.0b2jan.nijtmans2024-05-037-594/+1460
| |/ / |/| |
| | * There was a reason those 3 signatures were removedjan.nijtmans2023-12-131-19/+0
* | | Merge 8.7jan.nijtmans2023-12-181-13/+13
|\ \ \ | |/ /
| * | Even more TCL_UNUSED usagejan.nijtmans2023-12-181-13/+13
* | | Merge 8.7jan.nijtmans2023-12-162-277/+122
|\ \ \ | |/ /
| * | Many more TCL_UNUSED() usagejan.nijtmans2023-12-152-277/+122
* | | Merge 8.7jan.nijtmans2023-12-124-21/+13
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-124-21/+13
| |\ \ | | |/
| | * Update to latest X11 headersjan.nijtmans2023-12-124-21/+33
* | | Remove more deprecated stuff. jan.nijtmans2023-11-161-24/+0
|/ /
* | Merge 8.6oehhar2023-11-101-0/+2
|\ \ | |/
| * Add comment: /* Pert-Tk expects None and ControlMask to be a macro see ticket...oehhar2023-11-101-0/+2
* | Merge 8.6jan.nijtmans2023-11-101-2/+2
|\ \ | |/
| * Fix [593eb0227c]: X.h: define ControlMask and None as macros, even on Win32jan.nijtmans2023-11-101-0/+4
* | Merge 8.6jan.nijtmans2023-09-041-1/+1
|\ \ | |/
| * Fix [1c61885796]: _Bug9e31fd9449 is a reserved identifierjan.nijtmans2023-09-041-1/+1
* | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-171-8/+43
|\ \ | |/
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 6 from Christophe...fvogel2023-07-161-3/+4
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-161-1/+26
| * Remove obsolete comment (TkSetRegion is used elsewhere, namely in Ttk).fvogel2023-07-161-3/+1
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 4 from Christophe...fvogel2023-07-161-2/+9
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 3 from Christophe...fvogel2023-07-161-3/+5
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 2 from Christophe...fvogel2023-07-161-0/+2
| * Backport more from latest X.hjan.nijtmans2023-04-191-18/+73
| * Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-161-163/+374
| |\