summaryrefslogtreecommitdiffstats
path: root/xlib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | merge core-8-6-branch, in particular, push a different fix for the 'Column .....fvogel2019-11-011-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-3/+3
| * | | | Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were fix...jan.nijtmans2019-10-131-0/+2
* | | | | Add a few defines from latest X11-R6jan.nijtmans2019-10-201-8/+18
| |_|_|/ |/| | |
* | | | Add more keysym-related header files from X11-R6, so extensions can eventuall...jan.nijtmans2019-10-196-0/+608
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-10-101-1/+1
|\ \ \ | |/ /
| * | Make XID typedef unsigned, since it's unsigned as well on all other platforms.jan.nijtmans2019-10-101-1/+1
| * | Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-1/+2
* | | Add a bunch of new X11 functions (stubs, for now) to the X11 stub tables for ...jan.nijtmans2019-10-021-0/+86
* | | Eliminate some dead codejan.nijtmans2019-10-011-18/+0
* | | Fix MacOS buildjan.nijtmans2019-10-011-2/+0
* | | more Region-related revamp.jan.nijtmans2019-10-011-4/+6
* | | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-304-41/+1
* | | Attempt to make testcases with makefile.vc work againjan.nijtmans2019-09-292-8/+12
* | | Be carefull with using "extern" in Xlib/h and Xutil.h on win32: We want to ex...jan.nijtmans2019-09-292-486/+511
* | | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present...jan.nijtmans2019-09-271-1/+0
|\ \ \
* \ \ \ Merge trunkjan.nijtmans2019-09-251-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-09-241-2/+2
| |\ \ \ | | |/ /
| | * | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-2/+2
| * | | Add 7 new functions to the MacOSX X11-compat stub tablejan.nijtmans2019-08-221-19/+64
* | | | Merge trunk. Some more signature changes, in line with X11-R6jan.nijtmans2019-08-223-6/+2638
|\ \ \ \ | |/ / /
* | | | Merge trunkjan.nijtmans2019-08-191-1/+1
|\ \ \ \ | |/ / /
* | | | A little more clean-upjan.nijtmans2019-08-143-51/+51
* | | | Further experimenting, seems to work on MacOSXjan.nijtmans2019-08-143-43/+32
* | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-148-1349/+3300
|/ / /
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\ \ \ | |/ /
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* | | Merge 8.6jan.nijtmans2019-01-103-10/+10
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-084-22/+23
| |\ \ \ | | | |/
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-082-7/+16
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-033-15/+21
| * | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-261-6/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-261-6/+5
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-203-15/+19
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-203-15/+19
| | |/
| | * (cherry-pick): Fixed bug [f0188aca9e] (color names parsing on Windows), by Si...jan.nijtmans2017-04-131-0/+10
| | * Merged tip-464 following positive vote by the TCT.fvogel2017-03-261-0/+12
| | |\
* | | \ Fix a bug in TkPutImage for macOS.culler2018-11-101-4/+0
|\ \ \ \ | |/ / /
| * | | TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-4/+0
* | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-4/+4
* | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better...jan.nijtmans2018-10-052-40/+0
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-062-4/+2
* | | | Merge core-8-6-branch into trunk. Includes fix for [b24a7a877d].culler2017-11-181-0/+4
|\ \ \ \ | |/ / /
| * | | Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-0/+4
| * | | various end-of-line spacesjan.nijtmans2017-05-011-2/+2
* | | | Typo in comment. vailid -> validstu2017-11-031-1/+1
* | | | Fix build with MSVC: error C2375: 'XPolygonRegion' : redefinition; different ...jan.nijtmans2017-10-131-16/+0
* | | | merge core-8-6-branchjan.nijtmans2017-04-251-1/+1
|\ \ \ \ | |/ / /
| * | | Let the unimplemented function XDrawSegments() return BadDrawable in stead of...jan.nijtmans2017-04-251-1/+1
* | | | Merge core-8-6-branch (merge-mark and eol-spacing)jan.nijtmans2017-04-201-2/+2
|/ / /