summaryrefslogtreecommitdiffstats
path: root/xlib
Commit message (Collapse)AuthorAgeFilesLines
* Change (non-standard, Windows-only) keysyms "Win_L", "Win_R" and "App" ↵jan.nijtmans2021-01-181-94/+98
|\ | | | | | | | | keycodes to be the same as "Super_L", "Super_R" and "Menu". Make old usage deprecated, but - for now - it still works. Update keysymdef.h to match latest X11R6 version. Fix documentation (some keysym's were still missing)
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
| |
| |
| \
*-. \ Implement TIP #588: Unicode for (X11) keysymsjan.nijtmans2020-11-161-768/+0
|\ \ \ | | |/
| * | Merge trunkjan.nijtmans2020-09-161-7/+11
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-09-062-19/+3
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-06-021-3/+0
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-03-204-90/+247
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2020-01-063-5/+24
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2019-11-221-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2019-10-191-0/+15
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add support for parsing/generating U????-forms of keysyms. Add more X11 ↵jan.nijtmans2019-10-196-233/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header-files containing keysym information.
| * | | | | | | | | Add more Linux keycodes.jan.nijtmans2019-10-181-7/+227
| | | | | | | | | |
| * | | | | | | | | Use Unicode for keysym names in stead of standard X11-R6 names representing ↵jan.nijtmans2019-10-141-768/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters.
* | | | | | | | | | Merge 8.6culler2020-11-101-39/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Finish removing GCCache and remove some more platform specific code in xgc.cmarc_culler2020-11-091-7/+2
| | | | | | | | |
| * | | | | | | | Correct one name replacement that accidentally was omitted.marc_culler2020-11-091-1/+1
| | | | | | | | |
| * | | | | | | | Fix [f9fa926666] on macOS only: crash when creating a label whose text is a ↵culler2020-11-091-31/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single emoji.
| * | | | | | | | Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some typing errors in code comments. Some eol-spacing elimination
* | | | | | | | | | Merge 8.6jan.nijtmans2020-09-081-7/+11
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix [420feb3850]: Aqua: UBSan warns for misaligned TkpGCCache access.jan.nijtmans2020-09-081-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Just define the memory layout we want (XGCValuesWithCache) and let the compiler do the calculations.
* | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove ↵culler2020-08-241-3/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | XImage.pixelpower.
| * | | | | | | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-1/+1
| | | | | | | | |
* | | | | | | | | Merge 8.6jan.nijtmans2020-08-211-12/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code ↵culler2020-08-191-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from xgc.c; remove call to XSetClipMask; add debug logging
* | | | | | | | | Merge 8.6jan.nijtmans2020-08-111-4/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: ↵jan.nijtmans2020-08-111-33/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor()
| * | | | | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-082-5/+5
| | | | | | | |
* | | | | | | | 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 ↵jan.nijtmans2020-05-151-0/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | what's suggested there: Since kePtr->charValuePtr is only used on X11, only do the ckfree(kePtr->charValuePtr) on X11. On Win32, use TkKeyEvent in stead of the non-standard XEvent. On macOS TkKeyEvent is not used, so no change is needed (- MC).
* | | | | | | | Merge 8.6jan.nijtmans2020-05-131-17/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the ↵jan.nijtmans2020-05-131-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xbutton.button field again, don't have other quick solution for that)
* | | | | | | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; ↵culler2020-05-121-0/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | avoid unnecessary keysym lookups
| * | | | | | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent ↵fvogel2020-05-101-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | event type to the XEvent union (Xlib.h). The new struct agrees with the KeyEvent except it replaces the unsigned int keycode with a signed int delta and drops the trans_chars and nbytes fields that come after the keycode in a KeyEvent. In addition to that, remove the NO_NUMBER hack and make the code clearer with respect to signed vs unsigned numbers. Thanks to Marc Culler for providing this patch.
* | | | | | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-77/+77
| | | | | | |
* | | | | | | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-3/+2
| | | | | | |
* | | | | | | Add XkbKeycodeToKeysym() and XkbOpenDisplay() to the (Windows/MacOS) X11 ↵jan.nijtmans2020-03-101-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | stub table. No effect for UNIX.
| * \ \ \ \ \ \ 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 8.7jan.nijtmans2020-02-061-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | WIP: Add support for C++jan.nijtmans2019-12-123-4/+161
|/ / / / / /
* | | | | | 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 ↵jan.nijtmans2019-11-135-0/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Launch1), which some keyboards might have. Add more header-files, with available keycodes on various platforms, and add some missing keysyms to ks_names.h (adapted from X11R6). This improves compatibility for Windows/MacOSX compared to X11R6.