summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-2/+2
|\
| * (c) -> ©jan.nijtmans2024-05-091-2/+2
| |\
* | | Get rid of the "Dummy entry for stubs table backwards compatibility"jan.nijtmans2023-11-161-9/+0
|/ /
* | Eliminate some more unneeded HAVE_* macro'sjan.nijtmans2023-07-171-3/+1
* | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-231-1/+0
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\ \ | |/
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+1
* | Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.fvogel2022-07-191-6/+0
|\ \ | |/
| * Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-6/+0
| * Fix [6178610b1b]: Ttk uses TK_OPTION_NULL_OK in -justify/-anchor, which is no...jan.nijtmans2021-12-201-3/+3
| * Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.hjan.nijtmans2021-07-021-0/+3
* | Fix [3e33602eae]: Inconsistent bind substitution of %Sjan.nijtmans2021-05-221-1/+1
|\ \ | |/
| * Fix [3e33602eae]: Inconsistent bind substitution of %Sjan.nijtmans2021-05-221-1/+1
* | Merge 8.6. Sync */tcl.m4 with Tcljan.nijtmans2021-01-081-2/+2
|\ \ | |/
* | Merge 8.7. TIME_WITH_SYS_TIME is now obsolete (due to autoconf-2.70)jan.nijtmans2021-01-051-8/+2
|\ \ | |/
* | Fix aqua MapNotify and UnmapNotifyculler2020-09-271-0/+6
|\ \ | |/
| * Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-0/+6
* | Merge 8.6jan.nijtmans2020-09-081-2/+0
|\ \ | |/
| * Merge 8.5. jan.nijtmans2020-09-081-2/+0
| |\
* | \ The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-191-1/+1
|\ \ \ | |/ /
| * | The semantics of TkpWillDrawWidget was reversed in a previous commit in this ...fvogel2020-07-191-1/+1
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
|\ \ \ | |/ /
| * | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
* | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+2
|\ \ \ | |/ /
| * | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+2
* | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11jan.nijtmans2020-04-011-16/+13
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-0/+3
* | | Merge 8.6jan.nijtmans2020-02-261-7/+8
|\ \ \ | |/ /
| * | Add errno.h include to tkMacOSXPort.h and tkUnixPort.h: now needed in tkConso...jan.nijtmans2020-02-261-7/+8
| * | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-0/+1
* | | Make MacOSX aqua and X11 share the same X11 stub table.jan.nijtmans2019-09-251-10/+0
* | | Header include file cleanupjan.nijtmans2019-08-041-0/+1
* | | Don't bother compat/stdlib.h and compat/unistd.h any more: All currently supp...jan.nijtmans2019-07-231-10/+2
|/ /
* | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-241-5/+1
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead br...jan.nijtmans2013-07-121-3/+1
|\ \ | |/
| * On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead br...jan.nijtmans2013-07-121-3/+1
| * Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-231-1/+1
| * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-0/+4
| |\
| | * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-0/+4
* | | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-151-0/+4
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-9/+10
|\ \ \ | |/ /
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-1/+3
| |\ \ | | |/
| | * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-19/+17
* | | unbreak Linux buildjan.nijtmans2012-06-011-0/+9
* | | Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-18/+0
* | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-0/+9
|\ \ \ | |/ /
| * | merge core-8-4-branch, still to be tested on Unixjan.nijtmans2012-05-291-9/+9
| |\ \ | | |/
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-23/+30
* | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-10/+14
|\ \ \ | |/ /