Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend the public and private stub tables with dummy NULL entries, up to the ↵ | jan.nijtmans | 2013-02-15 | 6 | -1/+226 |
| | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.5/8.6 features but (erroneously) are attempted to be loaded in wish8.4 | ||||
* | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵ | jan.nijtmans | 2013-01-22 | 2 | -5/+7 |
| | | | | fails, in stead of simply abort() | ||||
* | 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. | ||||
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -8/+8 |
| | | | | | | 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. | ||||
* | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵ | jan.nijtmans | 2013-01-04 | 1 | -59/+86 |
| | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c | ||||
* | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-11-22 | 1 | -3/+12 |
| | |||||
* | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 19 | -85/+33 |
| | | | | systems. | ||||
* | Remove all the long dead mac entries in tk*.decls files | jan.nijtmans | 2012-11-15 | 7 | -1823/+117 |
| | | | <p>re-generate all tk*Decls.h files. | ||||
* | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵ | jan.nijtmans | 2012-09-28 | 2 | -189/+228 |
| | | | | lime, olive, silver and teal), part of TIP #403 | ||||
* | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 1 | -0/+2 |
| | | | | <p>PLEASE DON'T PUT THIS ASIDE TO A <b>MISTAKE</b> BRANCH OR SOMETHING! It's simply a fork, in fossil there's nothing wrong with that!</p> | ||||
* | Backport fix for [Bug 3546073] | jenglish | 2012-07-31 | 1 | -5/+2 |
| | |||||
* | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 1 | -1/+30 |
| | |||||
* | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 4 | -5/+170 |
| | | | remove TkBindDeadWindow from Cygwin stub table | ||||
* | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 16 | -70/+70 |
| | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
* | function def in front | jan.nijtmans | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 2 | -56/+126 |
| | |||||
* | OXS Tiger Breakage | jan.nijtmans | 2012-06-08 | 2 | -5/+5 |
| | |||||
* | merge core-8-4-branchbug_3508771 | jan.nijtmans | 2012-06-05 | 4 | -89/+144 |
|\ | |||||
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 4 | -135/+193 |
| | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 11 | -280/+396 |
|\ \ | |/ | |||||
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 4 | -36/+34 |
| | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
| * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 7 | -205/+191 |
| | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
| * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 6 | -87/+87 |
| | | |||||
| * | fix some visual studio warnings, eliminate some ANSI_ARGS | jan.nijtmans | 2012-05-14 | 2 | -9/+9 |
| | | |||||
| * | typo | jan.nijtmans | 2012-05-14 | 1 | -1/+1 |
| | | |||||
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 5 | -117/+255 |
| | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | ||||
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 3 | -6/+6 |
| | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-05 | 3 | -14/+12 |
|\ \ | |/ | |||||
| * | [Bug 2768586]: Only do menu correction on Windows < Win7 | jan.nijtmans | 2012-05-05 | 1 | -53/+70 |
| |\ | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | ||||
| * | | unneccessary variable | jan.nijtmans | 2012-05-02 | 1 | -8/+0 |
| | | | |||||
* | | | merge core-8-4-branch | jan.nijtmans | 2012-05-02 | 4 | -37/+18 |
|\ \ \ | |/ / | |||||
| * | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 4 | -37/+18 |
| |\ \ | |||||
| | * | | unused variable | jan.nijtmans | 2012-04-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix (hopefully) menu posting in the same way as window placement | jan.nijtmans | 2012-04-20 | 16 | -125/+97 |
| | |\ \ | |||||
* | | | | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 4 | -308/+310 |
| |_|_|/ |/| | | | |||||
* | | | | merge trunk | jan.nijtmans | 2012-04-26 | 2 | -73/+83 |
|\ \ \ \ | |/ / / | | | | | | | | | shorten command table, and make sure that tk.dll, when loaded in cygwin, doesn't use the win32 file dialogs | ||||
| * | | | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 1 | -20/+25 |
| | | | | |||||
| * | | | provide dummy Tk_AttachHWND and friends for OSX as well | jan.nijtmans | 2012-04-26 | 1 | -1/+3 |
| | | | | |||||
| * | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 5 | -400/+143 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 6 | -402/+159 |
|/ / / | |||||
* | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 |
| |/ |/| | |||||
* | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 12 | -24/+24 |
| | | |||||
* | | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-17 | 1 | -65/+62 |
|/ | | | reduce command table size | ||||
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 2 | -6/+6 |
| | | | some more tkInt.decls formatting | ||||
* | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 5 | -1884/+1344 |
| | |||||
* | make genstubs | dgp | 2012-04-09 | 3 | -980/+971 |
| | |||||
* | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 4 | -3/+3 |
| | |||||
* | format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.h | jan.nijtmans | 2012-04-06 | 3 | -1835/+1590 |
| | |||||
* | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 1 | -1/+1 |
| |