| Commit message (Expand) | Author | Age | Files | Lines |
* | (c) -> © | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|\ |
|
| * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr... | jan.nijtmans | 2024-05-09 | 1 | -4/+4 |
|
|
* | | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 1 | -1/+1 |
|
|
* | | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi... | fvogel | 2023-07-17 | 1 | -24/+0 |
|\ \
| |/ |
|
| * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe... | fvogel | 2023-07-16 | 1 | -24/+0 |
|
|
* | | Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez. | fvogel | 2023-07-09 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez. | fvogel | 2023-07-09 | 1 | -1/+1 |
|
|
| * | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warnings | jan.nijtmans | 2023-04-16 | 1 | -12/+13 |
|
|
* | | More serious elimination of -Wconversion C warnings | jan.nijtmans | 2023-03-04 | 1 | -3/+3 |
|
|
* | | code cleanup (no functional change) | jan.nijtmans | 2023-01-04 | 1 | -2/+2 |
|
|
* | | Attempt to make it look better on MacOS, and more ttk adaptations | jan.nijtmans | 2023-01-02 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-01-02 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte... | jan.nijtmans | 2023-01-02 | 1 | -29/+29 |
|
|
| * | Minor code cleanup (more use of TCL_UNUSED, eol-spacing) | jan.nijtmans | 2022-09-23 | 1 | -2/+2 |
|
|
* | | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p... | jan.nijtmans | 2022-11-15 | 1 | -1/+2 |
|
|
* | | More Xlib.h macro usage | jan.nijtmans | 2022-11-15 | 1 | -16/+16 |
|
|
* | | Merge 8.6 | marc_culler | 2022-09-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [bfea11a916]: make XSync a no-op on Aqua (again). | marc_culler | 2022-09-06 | 1 | -7/+9 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|
|
* | | Merge 8.6. Some more textual changes | jan.nijtmans | 2020-08-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Some internal master -> container renamings, nothing related to API | jan.nijtmans | 2020-08-27 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -14/+10 |
|\ \
| |/ |
|
| * | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr... | culler | 2020-08-19 | 1 | -1/+0 |
|
|
| * | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 1 | -0/+25 |
|
|
| * | Make TCL_UNUSED() macro usable in Tk 8.6 | jan.nijtmans | 2020-08-04 | 1 | -180/+103 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Clean up tkMacOSXColor.c so it is not so painful to add new colors. | culler | 2020-07-29 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | marc_culler | 2020-07-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin... | marc_culler | 2020-07-15 | 1 | -2/+13 |
|
|
* | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11 | jan.nijtmans | 2020-04-01 | 1 | -1/+1 |
|
|
* | | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -103/+103 |
|\ \
| |/ |
|
* | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor... | jan.nijtmans | 2020-03-17 | 1 | -4/+4 |
|
|
* | | Finish for MacOS too | jan.nijtmans | 2020-03-09 | 1 | -200/+221 |
|
|
* | | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -8/+62 |
|\ \
| |/ |
|
| * | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -8/+62 |
|
|
* | | Add many (mostly MacOS) stub functions, needed for future implementation of X... | jan.nijtmans | 2019-10-02 | 1 | -15/+151 |
|\ \ |
|
| * | | more Region-related revamp. | jan.nijtmans | 2019-10-01 | 1 | -4/+4 |
|
|
| * | | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 1 | -1/+1 |
|/ / |
|
* | | Merge trunk | jan.nijtmans | 2019-09-25 | 1 | -2/+57 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+56 |
| |\ \
| | |/ |
|
| | * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 1 | -1/+62 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|
|
* | | | Merge trunk. Some more signature changes, in line with X11-R6 | jan.nijtmans | 2019-08-22 | 1 | -13/+28 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-08-19 | 1 | -13/+28 |
| |\ \
| | |/ |
|
| | * | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -13/+28 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-08-18 | 1 | -3/+5 |
| |\ \
| | |/ |
|
| | * | Fix signatures of many X11 functions on MacOSX: They have an "int" return val... | jan.nijtmans | 2019-08-18 | 1 | -3/+5 |
|
|