| Commit message (Expand) | Author | Age | Files | Lines |
* | There was a reason those 3 signatures were removed | jan.nijtmans | 2023-12-13 | 1 | -19/+0 |
|
|
* | Update to latest X11 headers | jan.nijtmans | 2023-12-12 | 4 | -21/+33 |
|
|
* | Add comment: /* Pert-Tk expects None and ControlMask to be a macro see ticket... | oehhar | 2023-11-10 | 1 | -0/+2 |
|
|
* | Fix [593eb0227c]: X.h: define ControlMask and None as macros, even on Win32 | jan.nijtmans | 2023-11-10 | 1 | -0/+4 |
|
|
* | Fix [1c61885796]: _Bug9e31fd9449 is a reserved identifier | jan.nijtmans | 2023-09-04 | 1 | -1/+1 |
|
|
* | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 6 from Christophe... | fvogel | 2023-07-16 | 1 | -3/+4 |
|
|
* | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe... | fvogel | 2023-07-16 | 1 | -1/+26 |
|
|
* | Remove obsolete comment (TkSetRegion is used elsewhere, namely in Ttk). | fvogel | 2023-07-16 | 1 | -3/+1 |
|
|
* | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 4 from Christophe... | fvogel | 2023-07-16 | 1 | -2/+9 |
|
|
* | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 3 from Christophe... | fvogel | 2023-07-16 | 1 | -3/+5 |
|
|
* | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 2 from Christophe... | fvogel | 2023-07-16 | 1 | -0/+2 |
|
|
* | Backport more from latest X.h | jan.nijtmans | 2023-04-19 | 1 | -18/+73 |
|
|
* | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warnings | jan.nijtmans | 2023-04-16 | 1 | -163/+374 |
|\ |
|
| * | Backport more from X11R6 | jan.nijtmans | 2023-04-15 | 1 | -31/+39 |
|
|
| * | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warnings | jan.nijtmans | 2023-04-14 | 1 | -115/+299 |
|/ |
|
* | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte... | jan.nijtmans | 2023-01-02 | 1 | -4/+4 |
|
|
* | Fix [f6e4d4ca30]: polygon items filled differently depending on platform. Tha... | fvogel | 2022-08-21 | 1 | -1/+1 |
|
|
* | Fix [71b1e5e331]: xgc.c: useless NULL check in XCreateGC(). Thanks to Christo... | fvogel | 2022-08-19 | 1 | -3/+0 |
|
|
* | Fix symbol conflicts in Xutil.h (noticable in msvc build) | jan.nijtmans | 2022-08-04 | 1 | -19/+0 |
|
|
* | Update Xutil.h and cursorfont.h to latest X11 version | jan.nijtmans | 2022-08-02 | 2 | -176/+199 |
|
|
* | Update Xfuncproto.h and all keysym-related X11 header-files to the latest ver... | jan.nijtmans | 2022-07-28 | 6 | -21/+892 |
|
|
* | remove unused pixelpower field from XImage | culler | 2021-08-07 | 1 | -3/+0 |
|
|
* | Fix [ff9c815a83]: 8 Aqua unixWm tests fail if the dock is positioned on the l... | culler | 2021-04-30 | 1 | -5/+7 |
|
|
* | sync keysym.h and keysymdef.h with latest X11 version. Mostly formatting only... | jan.nijtmans | 2021-01-19 | 2 | -1031/+1171 |
|
|
* | Finish removing GCCache and remove some more platform specific code in xgc.c | marc_culler | 2020-11-09 | 1 | -7/+2 |
|
|
* | Correct one name replacement that accidentally was omitted. | marc_culler | 2020-11-09 | 1 | -1/+1 |
|
|
* | Fix [f9fa926666] on macOS only: crash when creating a label whose text is a s... | culler | 2020-11-09 | 1 | -31/+1 |
|
|
* | Merge 8.5 (just a few typo's) | jan.nijtmans | 2020-10-28 | 1 | -1/+1 |
|\ |
|
| * | Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0) | jan.nijtmans | 2020-10-28 | 1 | -3/+3 |
|
|
* | | Fix [420feb3850]: Aqua: UBSan warns for misaligned TkpGCCache access. | jan.nijtmans | 2020-09-08 | 1 | -7/+11 |
|
|
* | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -1/+1 |
|
|
* | | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr... | culler | 2020-08-19 | 1 | -12/+0 |
|
|
* | | 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. | jan.nijtmans | 2020-05-17 | 1 | -5/+0 |
|\ \ |
|
| * \ | Merge 8.6 | marc_culler | 2020-05-15 | 1 | -5/+0 |
| |\ \
| |/ /
|/| | |
|
* | | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 1 | -0/+2 |
|/ / |
|
* | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x... | jan.nijtmans | 2020-05-13 | 1 | -17/+0 |
|
|
* | | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve... | fvogel | 2020-05-10 | 1 | -0/+17 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
|
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|
|
| | | |
| \ | |
*-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 4 | -22/+23 |
|\ \ \
| | |/ |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 2 | -7/+16 |
| | |\ |
|