Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 1 | -14/+8 |
| | |||||
* | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro. | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
| | |||||
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵ | jan.nijtmans | 2014-02-10 | 1 | -11/+11 |
| | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | Make "menu" a normal command, initialized like any other Tk command. | jan.nijtmans | 2013-10-29 | 1 | -2/+1 |
| | |||||
* | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 1 | -6/+6 |
|\ | |||||
| * | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 1 | -3/+3 |
| | | |||||
| * | Remove unused variable. | jan.nijtmans | 2013-04-03 | 1 | -2/+4 |
| | | | | | | Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it. | ||||
| * | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 1 | -1/+5 |
| | | |||||
| * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 1 | -1/+1 |
| | | |||||
| * | more mergingdgp_support_tcl_8_6_build | dgp | 2013-03-22 | 1 | -6/+0 |
| | | |||||
| * | merge trunk | dgp | 2013-03-22 | 1 | -8/+2 |
| |\ | |||||
| * | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 1 | -0/+2 |
| | | | | | | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases. | ||||
* | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵ | jan.nijtmans | 2013-03-07 | 1 | -4/+10 |
| | | | | | | | | | | | | the prefered Tcl_EvalEx). | ||||
* | | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵ | jan.nijtmans | 2013-02-15 | 1 | -3/+3 |
| | | | | | | | | | | | | versions in stead. | ||||
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵ | jan.nijtmans | 2013-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | to work with "novem" | ||||
* | | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵ | jan.nijtmans | 2013-01-22 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | fails, in stead of simply abort() | ||||
* | | | fix comment | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix comment | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 1 | -8/+2 |
|\ \ \ | |/ / | | | | | | | | | | Don't use deprecated "case" any more. Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release. | ||||
| * | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 1 | -8/+2 |
| |\ \ | | | | | | | | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.5.x to be loaded in any Tcl 8.5 alpha release. | ||||
| | * | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 1 | -7/+1 |
| | | | | | | | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. | ||||
* | | | | Replace various functions calls, for functions which are small wrappers ↵ | jan.nijtmans | 2013-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | around other functions, to call the wrapped function directly. | ||||
* | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | ||||
| * | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | ||||
| | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 1 | -6/+6 |
| | | | | | | | | | | | | systems. | ||||
* | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -13/+17 |
| | | | |||||
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -2/+3 |
| | | | |||||
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -35/+36 |
| | | | |||||
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -67/+91 |
| | | | | | | | | | ** WORK IN PROGRESS ** | ||||
* | | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵ | jan.nijtmans | 2012-06-08 | 1 | -0/+65 |
|\ \ \ | |/ / | | | | | | | needed for Cygwin | ||||
| * | | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 1 | -0/+65 |
| |\ \ | | |/ | |||||
| | * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 1 | -41/+106 |
| | | | |||||
* | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-31 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll | ||||
| * | | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 1 | -15/+3 |
| |\ \ | | |/ | |||||
| | * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -15/+5 |
| | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -13/+5 |
|\ \ \ | |/ / | | | | cleanup some more unused CYGWIN stuff | ||||
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -3/+3 |
| | | | | | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | jan.nijtmans | 2012-05-05 | 1 | -75/+91 |
|\ \ \ | |/ / | |||||
| * | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | jan.nijtmans | 2012-05-05 | 1 | -70/+87 |
| |\ \ | | |/ | |||||
| | * | merge trunk | jan.nijtmans | 2012-04-26 | 1 | -53/+53 |
| | |\ | | | | | | | | | | | | | shorten command table, and make sure that tk.dll, when loaded in cygwin, doesn't use the win32 file dialogs | ||||
| | * | | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -4/+21 |
| | |/ | |||||
| * | | compiler warnings | dgp | 2012-04-18 | 1 | -3/+3 |
| | | | |||||
* | | | * generic/tkWindow.c (commands): Ensure that all descriptions of | dkf | 2012-04-20 | 1 | -1/+1 |
| | | | | | | | | | commands created by Tk are correct. | ||||
* | | | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-18 | 1 | -73/+72 |
|\ \ \ | |/ / | | | | reduce command table size | ||||
| * | | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-18 | 1 | -74/+72 |
| |\ \ | | |/ | | | | reduce command table size | ||||
| | * | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-17 | 1 | -65/+62 |
| | | | | | | | | | reduce command table size | ||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \ | |/ / |