| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -7/+11 |
|\ |
|
| * | Fix [420feb3850]: Aqua: UBSan warns for misaligned TkpGCCache access. | jan.nijtmans | 2020-09-08 | 1 | -7/+11 |
|
|
* | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage.... | culler | 2020-08-24 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -12/+0 |
|\ \
| |/ |
|
| * | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr... | culler | 2020-08-19 | 1 | -12/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD... | jan.nijtmans | 2020-08-11 | 1 | -33/+349 |
|
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 2 | -5/+5 |
|
|
* | | Don't use trans_chars array on MacOSX any more. | culler | 2020-05-17 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Don't use trans_chars array on MacOSX any more. | jan.nijtmans | 2020-05-17 | 1 | -5/+0 |
| |\ |
|
| | * | Merge 8.6 | marc_culler | 2020-05-15 | 1 | -5/+0 |
| | |\
| | |/
| |/| |
|
* | | | Merge 8.6 | jan.nijtmans | 2020-05-15 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 1 | -0/+2 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-13 | 1 | -17/+0 |
|\ \
| |/ |
|
| * | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x... | jan.nijtmans | 2020-05-13 | 1 | -17/+0 |
|
|
* | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo... | culler | 2020-05-12 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve... | fvogel | 2020-05-10 | 1 | -0/+17 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -77/+77 |
|
|
* | | More progress in making win32 build C++-ready. | jan.nijtmans | 2020-03-10 | 1 | -3/+2 |
|
|
* | | Add XkbKeycodeToKeysym() and XkbOpenDisplay() to the (Windows/MacOS) X11 stub... | jan.nijtmans | 2020-03-10 | 1 | -0/+1 |
|\ \ |
|
| * \ | Finish for MacOS too | jan.nijtmans | 2020-03-09 | 1 | -0/+1 |
| |\ \
| |/ /
|/| | |
|
| * | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet. | jan.nijtmans | 2020-03-09 | 3 | -0/+2577 |
|/ / |
|
* | | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -4/+4 |
|\ \ |
|
* \ \ | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
* | | | WIP: Add support for C++ | jan.nijtmans | 2019-12-12 | 3 | -4/+161 |
|/ / |
|
* | | Update to a (slightly) later version of X11R6 headers. | jan.nijtmans | 2019-11-27 | 2 | -5/+24 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [a953736b54]: Potential wrong use of TkKeyEvent | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
| |\ |
|
| | * | Fix [a953736b54]: Potential wrong use of TkKeyEvent | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
|
|
| * | | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)... | jan.nijtmans | 2019-11-13 | 5 | -0/+616 |
|
|
* | | | merge core-8-6-branch, in particular, push a different fix for the 'Column ..... | fvogel | 2019-11-01 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 1 | -3/+3 |
|
|
| * | | Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were fix... | jan.nijtmans | 2019-10-13 | 1 | -0/+2 |
|
|
* | | | Add a few defines from latest X11-R6 | jan.nijtmans | 2019-10-20 | 1 | -8/+18 |
|
|
* | | | Add more keysym-related header files from X11-R6, so extensions can eventuall... | jan.nijtmans | 2019-10-19 | 6 | -0/+608 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-10-10 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Make XID typedef unsigned, since it's unsigned as well on all other platforms. | jan.nijtmans | 2019-10-10 | 1 | -1/+1 |
|
|
| * | | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 1 | -1/+2 |
|
|
* | | | Add a bunch of new X11 functions (stubs, for now) to the X11 stub tables for ... | jan.nijtmans | 2019-10-02 | 1 | -0/+86 |
|
|
* | | | Eliminate some dead code | jan.nijtmans | 2019-10-01 | 1 | -18/+0 |
|
|
* | | | Fix MacOS build | jan.nijtmans | 2019-10-01 | 1 | -2/+0 |
|
|
* | | | more Region-related revamp. | jan.nijtmans | 2019-10-01 | 1 | -4/+6 |
|
|
* | | | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 4 | -41/+1 |
|
|
* | | | Attempt to make testcases with makefile.vc work again | jan.nijtmans | 2019-09-29 | 2 | -8/+12 |
|
|
* | | | Be carefull with using "extern" in Xlib/h and Xutil.h on win32: We want to ex... | jan.nijtmans | 2019-09-29 | 2 | -486/+511 |
|
|
* | | | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present... | jan.nijtmans | 2019-09-27 | 1 | -1/+0 |
|\ \ \ |
|
* \ \ \ | Merge trunk | jan.nijtmans | 2019-09-25 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
|
|