summaryrefslogtreecommitdiffstats
path: root/generic/tkMain.c
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-2/+2
|\
| * (c) -> ©jan.nijtmans2024-05-091-2/+2
| |\
| * \ Merge 8.6jan.nijtmans2024-04-301-4/+3
| |\ \ | | |/
| | * Backport more error-handling in tkMain.c from 8.7: Tk 8.6 could be run with T...jan.nijtmans2024-04-301-13/+28
| | * Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra...jan.nijtmans2024-04-301-23/+35
| | * Simplify TkCygwinMainEx (int -> void return). Fix --disable-shared build on W...jan.nijtmans2024-04-301-5/+2
* | | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-301-6/+6
|\ \ \ | |/ /
| * | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on...jan.nijtmans2024-04-291-6/+6
| |\ \ | | |/
| | * Make TkCygwinMainEx() MODULE_SCOPE. Make Tk_MainEx TCL_NORETURN1 (which only ...jan.nijtmans2024-04-291-2/+4
* | | Merge 9.0jan.nijtmans2023-11-181-11/+0
|\ \ \
| * | | More legacy "photo" removals. Also the deprecated "-file" argument for wish.jan.nijtmans2023-11-161-11/+0
| |/ /
* | | Rebase to trunk.jan.nijtmans2023-11-081-1/+1
|\ \ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2023-03-311-10/+12
| |\ \
| * | | Merge 8.7. Make minimun Tcl version 8.7jan.nijtmans2022-11-031-1/+1
* | | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-3/+10
|\ \ \ \ | | |_|/ | |/| |
* | | | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-1/+1
| |_|/ |/| |
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-10/+12
* | | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-031-1/+1
| |/ |/|
* | Fix buildjan.nijtmans2022-10-121-1/+1
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* | Eliminate 3 compiler warnings (when compiling agaist 8.x headers)jan.nijtmans2022-04-121-1/+1
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-2/+2
* | Is it dangerous to assume utf-8 for the console?jan.nijtmans2022-02-101-25/+31
* | Fix build with -DTK_NO_DEPRECATEDjan.nijtmans2022-02-101-1/+3
* | Eliminate 'shadowed variable' warning for win32. Eliminate '-file' argument f...jan.nijtmans2022-02-091-4/+6
* | Merge 8.6jan.nijtmans2022-02-071-6/+5
|\ \ | |/
| * Unneeded TEXT() macro in tkMain.c. Comment formattingjan.nijtmans2022-02-071-13/+12
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-8/+0
* | unneeded TEXT macrojan.nijtmans2022-02-041-3/+3
* | Merge 8.7. Go back to using "gotPartial" in stead of a enumjan.nijtmans2022-02-041-25/+8
|\ \
* | | Adapt argc/argv handling from Tcljan.nijtmans2022-02-031-12/+18
* | | Enhance console (ported from Tcl)jan.nijtmans2022-02-031-12/+29
|/ /
* | Fix [0e1b64074]: Build error on Windows 10/VS 2019jan.nijtmans2021-01-261-3/+3
* | Attempt to fix problem in TIP #587 implementation: When reading commands from...jan.nijtmans2021-01-061-0/+6
* | Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-151-2/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-141-3/+3
|\ \ | |/
| * Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+7
| * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-5/+7
* | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu...jan.nijtmans2020-06-111-1/+7
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-3/+4
|\ \
| * \ Merge trunkjan.nijtmans2020-01-281-6/+0
| |\ \ | |/ / |/| |
| * | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-1/+2
* | | Merge 8.6jan.nijtmans2020-01-191-6/+0
|\ \ \ | |/ / |/| / | |/
| * Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-191-6/+0
* | Merge 8.6jan.nijtmans2019-12-051-15/+0
|\ \ | |/
| * Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod...jan.nijtmans2019-12-051-15/+0
* | Merge trunkjan.nijtmans2019-09-161-14/+10
|\ \
| * \ Merge 8.6jan.nijtmans2019-09-161-2/+2
| |\ \ | | |/
| | * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-15/+11