summaryrefslogtreecommitdiffstats
path: root/xlib/X11
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-09-061-3/+0
|\
| * Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-3/+0
| |\
| | * Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-1/+1
| | * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-082-5/+5
* | | Merge trunkjan.nijtmans2020-06-021-3/+0
|\ \ \ | |/ /
| * | Don't use trans_chars array on MacOSX any more.culler2020-05-171-5/+0
| |\ \ | | |/
| | * Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-5/+0
| | |\
| | | * Merge 8.6marc_culler2020-05-151-5/+0
| | | |\ | | | |/ | | |/|
| * | | Merge 8.6jan.nijtmans2020-05-151-0/+2
| |\ \ \ | | |/ /
| | * | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-151-0/+2
| | |/
| * | Merge 8.6jan.nijtmans2020-05-131-17/+0
| |\ \ | | |/
| | * Quick-fix for build problem on X11 (unfortunately, this means mis-using the x...jan.nijtmans2020-05-131-17/+0
| * | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo...culler2020-05-121-0/+17
| |\ \ | | |/
| | * Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve...fvogel2020-05-101-0/+17
* | | Merge trunkjan.nijtmans2020-03-201-6/+6
|\ \ \ | |/ /
| * | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-3/+2
| * | Add XkbKeycodeToKeysym() and XkbOpenDisplay() to the (Windows/MacOS) X11 stub...jan.nijtmans2020-03-101-0/+1
| |\ \
| | * \ Finish for MacOS toojan.nijtmans2020-03-091-0/+1
| | |\ \ | | |/ / | |/| |
| | * | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-093-0/+2577
| |/ /
| * | Merge trunkjan.nijtmans2020-02-261-4/+4
* | | Merge trunkjan.nijtmans2020-01-063-5/+24
|\ \ \ | |/ /
| * | Update to a (slightly) later version of X11R6 headers.jan.nijtmans2019-11-272-5/+24
| * | Merge 8.6jan.nijtmans2019-11-251-1/+1
| |\ \ | | |/
| | * Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
| | |\
| | | * Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
| | * | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)...jan.nijtmans2019-11-135-0/+616
* | | | Merge trunkjan.nijtmans2019-11-221-2/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge trunkjan.nijtmans2019-10-191-0/+15
|\ \ \ \ | |/ / /
| * | | Add more keysym-related header files from X11-R6, so extensions can eventuall...jan.nijtmans2019-10-196-0/+608
* | | | Add support for parsing/generating U????-forms of keysyms. Add more X11 heade...jan.nijtmans2019-10-196-233/+616
* | | | Add more Linux keycodes.jan.nijtmans2019-10-181-7/+227
* | | | Use Unicode for keysym names in stead of standard X11-R6 names representing U...jan.nijtmans2019-10-141-768/+0
|/ / /
* | | 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
* | | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-303-29/+0
* | | 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 trunk. Some more signature changes, in line with X11-R6jan.nijtmans2019-08-222-3/+2632
|\ \ \ \ | |/ / /
* | | | 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-142-27/+0
* | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-147-1344/+3212
|/ / /
* | | Merge 8.6jan.nijtmans2019-01-101-2/+5
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+9
| |\ \ \ | | | |/
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-3/+9