| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | culler | 2020-11-10 | 1 | -39/+4 |
|\ |
|
| * | 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.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 |
|
|
* | | 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 |
|
|
| * | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 1 | -1/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -3/+3 |
|\ \ |
|
* | | | WIP: Add support for C++ | jan.nijtmans | 2019-12-12 | 1 | -3/+155 |
|/ / |
|
* | | 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 | 1 | -12/+1 |
|
|
* | | Merge trunk. Some more signature changes, in line with X11-R6 | jan.nijtmans | 2019-08-22 | 1 | -3/+6 |
|\ \ |
|
* | | | Further experimenting, seems to work on MacOSX | jan.nijtmans | 2019-08-14 | 1 | -16/+32 |
|
|
* | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa... | jan.nijtmans | 2019-08-14 | 1 | -5/+88 |
|/ / |
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -5/+5 |
|\ \
| |/ |
|
| *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -12/+12 |
| |\ \ |
|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -5/+5 |
| | | |\ |
|
| | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -11/+11 |
|
|
| * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -11/+11 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -11/+11 |
| | |/ |
|
* | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|/ / |
|
* | | Let the unimplemented function XDrawSegments() return BadDrawable in stead of... | jan.nijtmans | 2017-04-25 | 1 | -1/+1 |
|
|
* | | (micro-) optimize a few Win32 drawing functions, and make them work when npoi... | jan.nijtmans | 2016-11-08 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei... | jan.nijtmans | 2016-11-08 | 1 | -8/+12 |
|
|
| * | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -2/+2 |
| |\ |
|
* | | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -6/+9 |
|
|
* | | | consistant use of mode: objc for OSX, strip spaces from the end of lines | jan.nijtmans | 2012-10-23 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge Tk-Cocoa backport into core-8-5-branch | Kevin Walzer | 2012-09-25 | 1 | -4/+34 |
| |\ \ |
|
| | * | | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 1 | -2/+0 |
|
|
| | * | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -4/+36 |
|
|
* | | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 1 | -1/+1 |
| |/ / |
|
* | | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -17/+33 |
|\ \ \
| |/ / |
|
| * | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-07 | 1 | -14/+28 |
| |\ \
| | |/ |
|
| | * | merge core-8-4-branch | jan.nijtmans | 2012-06-05 | 1 | -22/+22 |
| | |\ |
|
| | * | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 1 | -15/+30 |
|
|
| * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -3/+5 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -10/+11 |
| | |/ |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|