summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXXStubs.c
Commit message (Expand)AuthorAgeFilesLines
* CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11jan.nijtmans2020-04-011-1/+1
* Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-103/+103
|\
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-4/+4
* | Finish for MacOS toojan.nijtmans2020-03-091-200/+221
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-8/+62
|\ \ | |/
| * Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-8/+62
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-15/+151
|\ \
| * | more Region-related revamp.jan.nijtmans2019-10-011-4/+4
| * | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-1/+1
|/ /
* | Merge trunkjan.nijtmans2019-09-251-2/+57
|\ \
| * \ Merge 8.6jan.nijtmans2019-09-241-1/+56
| |\ \ | | |/
| | * Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+62
| * | Merge 8.6jan.nijtmans2019-09-241-1/+1
| |\ \ | | |/
| | * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-1/+1
* | | Merge trunk. Some more signature changes, in line with X11-R6jan.nijtmans2019-08-221-13/+28
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-08-191-13/+28
| |\ \ | | |/
| | * Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-13/+28
| * | Merge 8.6jan.nijtmans2019-08-181-3/+5
| |\ \ | | |/
| | * Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-181-3/+5
* | | Further experimenting, seems to work on MacOSXjan.nijtmans2019-08-141-3/+5
* | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-1/+1
|/ /
* | On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-1/+1
|\ \ | |/
| * On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-1/+1
* | Merge 8.6jan.nijtmans2019-03-291-0/+6
|\ \ | |/
| * Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+6
* | Fix a bug in TkPutImage for macOS.culler2018-11-101-1/+0
|\ \ | |/
| * TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-1/+0
* | merge core-8-6-branchfvogel2018-11-091-1/+1
|\ \ | |/
| * Fix spelling in comment (GitHub PR #4, chrstphrchvz)fvogel2018-11-091-1/+1
* | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-1/+1
|\ \ | |/
| * Adjust some conditional compilation cutoffs to make the build work on OSX 10....culler2018-10-281-1/+1
* | Fix [d34dcd5225]: frame-2.17 fails on macOSfvogel2018-07-171-3/+0
|\ \ | |/
| * Fix [d34dcd5225]: frame-2.17 fails on macOSfvogel2018-07-061-3/+0
* | Fix [6d5042069f]: tk inactive does not work on macOS (tk-6.5 fails)culler2018-04-301-37/+15
|\ \ | |/
| * Explicitly initialize the static timestamp, for stylistic reasons.culler2018-04-291-4/+4
| * A minimally invasive fix. Since the one and only TkDisplay is a staticculler2018-04-291-8/+9
| * The inactivity timer still works; only the reset is broken. And it isculler2018-04-291-2/+44
| * Borrowed a hack from tkMacOSXClipboard.c to make sure that the same Timeculler2018-04-291-2/+2
| * Create a simple inactivity timer.culler2018-04-291-69/+4
* | Merge core-8-6-branch into trunk. Includes fix for [b24a7a877d].culler2017-11-181-0/+1
|\ \ | |/
| * Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-0/+1
* | Merge macOS_images into trunk.culler2017-11-101-397/+1
|\ \ | |/
| * Minor changes to deal with compiler warnings for different OSXculler2017-11-091-1/+1
| * Reorganization to put all code related to Ximages in the newculler2017-11-081-396/+0
| * Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-2/+1
| * Fix for 5f44d4f5 in building Tk on macOS 10.6; thanks to Mojca Miklavec for p...Kevin Walzer2017-05-291-2/+4
* | Removal of obsolete stubs function Tk_FreeXId that has been replaced by macroKevin Walzer2017-10-151-8/+0
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-2/+9
* | Fix for 5f44d4f5 in building Tk on macOS 10.6; thanks to Mojca Miklavec for p...Kevin Walzer2017-05-291-2/+4
* | merge core-8-6-branchjan.nijtmans2016-11-081-2/+2
|\ \ | |/