| Commit message (Expand) | Author | Age | Files | Lines |
* | Change more refCount checks to the form "(...refCount-- <= 1)", so no separat... | nijtmans@users.sourceforge.net | 2017-01-18 | 1 | -2/+1 |
|
|
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | nijtmans@users.sourceforge.net | 2016-09-27 | 1 | -1/+1 |
|\ |
|
| * | [787adc5ed7] Workaround potential crash in Tcl_DStringAppend. | dgp@users.sourceforge.net | 2016-06-22 | 1 | -1/+1 |
|
|
* | | merge 8.6 | dgp@users.sourceforge.net | 2016-07-21 | 1 | -169/+140 |
|\ \ |
|
| * | | Fixup the typecasting | dgp@users.sourceforge.net | 2016-06-21 | 1 | -1/+1 |
|
|
| * | | work in progress | dgp@users.sourceforge.net | 2016-06-21 | 1 | -144/+128 |
|
|
| * | | Start bringing Tk_Init up to date with facilities Tcl provides. | dgp@users.sourceforge.net | 2016-06-21 | 1 | -27/+14 |
|
|
* | | | [450bb0ecad] Proposed fix for [tk busy] corruption in Aqua Tk. | dgp@users.sourceforge.net | 2016-03-02 | 1 | -0/+3 |
|/ / |
|
* | | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | nijtmans@users.sourceforge.net | 2014-05-22 | 1 | -14/+8 |
|
|
* | | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro. | nijtmans@users.sourceforge.net | 2014-02-10 | 1 | -2/+2 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | nijtmans@users.sourceforge.net | 2014-02-10 | 1 | -11/+11 |
|
|
* | | Make "menu" a normal command, initialized like any other Tk command. | nijtmans@users.sourceforge.net | 2013-10-29 | 1 | -2/+1 |
|
|
* | | Add support for X11 GUI-mode on Cygwin64 | nijtmans@users.sourceforge.net | 2013-06-06 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Add support for X11 GUI-mode on Cygwin64 | nijtmans@users.sourceforge.net | 2013-06-06 | 1 | -3/+3 |
|
|
| * | Remove unused variable.
| nijtmans@users.sourceforge.net | 2013-04-03 | 1 | -2/+4 |
|
|
| * | merge release to 8.5; revert features not included in release | dgp@users.sourceforge.net | 2013-04-03 | 1 | -1/+5 |
|
|
| * | Easier solution, with proper protection and configure warnings. | nijtmans@users.sourceforge.net | 2013-03-28 | 1 | -1/+1 |
|
|
| * | more merging | dgp@users.sourceforge.net | 2013-03-22 | 1 | -6/+0 |
|
|
| * | merge trunk | dgp@users.sourceforge.net | 2013-03-22 | 1 | -8/+2 |
| |\ |
|
| * | | Set of changes that permits Tk 8.5.14 to build against the released | dgp@users.sourceforge.net | 2012-12-10 | 1 | -0/+2 |
|
|
* | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th... | nijtmans@users.sourceforge.net | 2013-03-07 | 1 | -4/+10 |
|
|
* | | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers... | nijtmans@users.sourceforge.net | 2013-02-15 | 1 | -3/+3 |
|
|
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | nijtmans@users.sourceforge.net | 2013-01-26 | 1 | -2/+2 |
|
|
* | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | nijtmans@users.sourceforge.net | 2013-01-22 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
* | | | fix comment | nijtmans@users.sourceforge.net | 2013-01-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | fix comment | nijtmans@users.sourceforge.net | 2013-01-15 | 1 | -1/+1 |
|
|
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | nijtmans@users.sourceforge.net | 2013-01-15 | 1 | -8/+2 |
|\ \ \
| |/ / |
|
| * | | Don't use deprecated "case" any more. | nijtmans@users.sourceforge.net | 2013-01-15 | 1 | -8/+2 |
| |\ \ |
|
| | * | | Don't use deprecated "case" any more. | nijtmans@users.sourceforge.net | 2013-01-15 | 1 | -7/+1 |
|
|
* | | | | Replace various functions calls, for functions which are small wrappers aroun... | nijtmans@users.sourceforge.net | 2013-01-14 | 1 | -3/+3 |
|
|
* | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | nijtmans@users.sourceforge.net | 2013-01-11 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | nijtmans@users.sourceforge.net | 2013-01-11 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp@users.sourceforge.net | 2012-11-15 | 1 | -6/+6 |
|
|
* | | | minor improvements to flag handling | donal.k.fellows@manchester.ac.uk | 2012-07-31 | 1 | -13/+17 |
|
|
* | | | more auditing of error codes | donal.k.fellows@manchester.ac.uk | 2012-07-30 | 1 | -2/+3 |
|
|
* | | | Much more cleaning up of result handling. | donal.k.fellows@manchester.ac.uk | 2012-07-23 | 1 | -35/+36 |
|
|
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | donal.k.fellows@manchester.ac.uk | 2012-07-16 | 1 | -67/+91 |
|
|
* | | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | nijtmans@users.sourceforge.net | 2012-06-08 | 1 | -0/+65 |
|\ \ \
| |/ / |
|
| * | | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | nijtmans@users.sourceforge.net | 2012-06-08 | 1 | -0/+65 |
| |\ \
| | |/ |
|
| | * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | nijtmans@users.sourceforge.net | 2012-06-08 | 1 | -41/+106 |
|
|
* | | | Simpify determination whether we are running on cygwin. | nijtmans@users.sourceforge.net | 2012-05-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge core-8-4-branch, still to be tested on Unix | nijtmans@users.sourceforge.net | 2012-05-29 | 1 | -15/+3 |
| |\ \
| | |/ |
|
| | * | Simpify determination whether we are running on cygwin. | nijtmans@users.sourceforge.net | 2012-05-25 | 1 | -15/+5 |
|
|
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | nijtmans@users.sourceforge.net | 2012-05-16 | 1 | -13/+5 |
|\ \ \
| |/ / |
|
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | nijtmans@users.sourceforge.net | 2012-05-16 | 1 | -1/+3 |
| |\ \
| | |/ |
|
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | nijtmans@users.sourceforge.net | 2012-05-09 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | nijtmans@users.sourceforge.net | 2012-05-09 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | nijtmans@users.sourceforge.net | 2012-05-09 | 1 | -3/+3 |
|
|
* | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | nijtmans@users.sourceforge.net | 2012-05-05 | 1 | -75/+91 |
|\ \ \
| |/ / |
|
| * | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | nijtmans@users.sourceforge.net | 2012-05-05 | 1 | -70/+87 |
| |\ \
| | |/ |
|