| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell fossil and Eclipse that the default eol-convention is LF. | jan.nijtmans | 2013-04-11 | 6 | -0/+38 |
|
|
* | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-13 | 3 | -80/+7 |
|
|
* | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 6 | -1/+226 |
|
|
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin... | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
|
|
* | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 4 | -151/+366 |
|
|
* | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 2 | -5/+7 |
|
|
* | Don't compile Tk with -DTCL_NO_DEPRECATED by default | jan.nijtmans | 2013-01-16 | 3 | -8/+16 |
|
|
* | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 2 | -10/+7 |
|
|
* | add [file normalize] to UNIX pkgIndex.tcl too | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
* | wrong end brace location | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 11 | -33/+31 |
|
|
* | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ... | jan.nijtmans | 2013-01-04 | 1 | -59/+86 |
|
|
* | Minor improvements now that we're no longer tracking a standard API. | dkf | 2012-12-06 | 1 | -3/+2 |
|
|
* | Force the use of the correct internal function for parsing hex colors rather | dkf | 2012-12-06 | 1 | -85/+64 |
|
|
* | Fixed commit date | fvogel | 2012-12-03 | 1 | -1/+1 |
|
|
* | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-12-03 | 3 | -3/+39 |
|\ |
|
| * | Added tests for weird embedded windows namesbug_3588824 | fvogel | 2012-11-24 | 1 | -5/+15 |
|
|
| * | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-11-22 | 3 | -3/+29 |
|/ |
|
* | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 51 | -1881/+86 |
|
|
* | Remove all the long dead mac entries in tk*.decls files
| jan.nijtmans | 2012-11-15 | 7 | -1823/+117 |
|
|
* | Remove all long-dead mac/* files (for Mac OS9 !?!). | dgp | 2012-11-15 | 57 | -36235/+0 |
|
|
* | Avoid crashing the test suite due to apparent Xlib bug handling the | dgp | 2012-11-14 | 1 | -1/+0 |
|
|
* | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 3 | -203/+315 |
|
|
* | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -4/+5 |
|
|
* | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim... | jan.nijtmans | 2012-09-28 | 6 | -282/+374 |
|
|
* | Compile win32 binaries with -DTCL_NO_DEPRECATED | jan.nijtmans | 2012-09-26 | 2 | -9/+19 |
|
|
* | [Bug 3562426]: Context menu goes out of edge of screen | jan.nijtmans | 2012-08-28 | 2 | -0/+7 |
|\ |
|
| * | [Bug 3562426]: Context menu goes out of edge of screen.
| jan.nijtmans | 2012-08-28 | 2 | -0/+7 |
|
|
* | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 2012-08-25 | 2 | -28/+57 |
|
|
* | | 3554026 3561016 Better fix from Emiliano Gavilan. | dgp | 2012-08-25 | 1 | -2/+2 |
|
|
* | | 3554026,3561016 Stop crash with tearoff menus. | dgp | 2012-08-23 | 2 | -0/+11 |
|/ |
|
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 2 | -4/+11 |
|
|
* | Fixed [Bug 3554081]: Test bind-22.10 failed | fvogel | 2012-08-03 | 2 | -2/+6 |
|
|
* | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fix | dkf | 2012-07-31 | 2 | -9/+17 |
|
|
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 2 | -60/+272 |
|
|
* | Backport fix for [Bug 3546073] | jenglish | 2012-07-31 | 2 | -10/+5 |
|
|
* | Fixed previous commit date in changelog | fvogel | 2012-07-19 | 1 | -1/+1 |
|
|
* | Bug 3545457: Crash on packing a menubutton | fvogel | 2012-07-19 | 2 | -2/+8 |
|\ |
|
| * | [Bug 3545457]: Crash on packing a menubuttonbug_3545457 | fvogel | 2012-07-18 | 2 | -2/+8 |
|/ |
|
* | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 |
|
|
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar... | jan.nijtmans | 2012-07-08 | 2 | -4/+4 |
|
|
* | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 2 | -1/+35 |
|
|
* | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 2 | -0/+14 |
|
|
* | typo | jan.nijtmans | 2012-07-04 | 1 | -1/+1 |
|
|
* | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 2 | -32/+37 |
|
|
* | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 6 | -20/+170 |
|
|
* | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 6 | -8/+20 |
|
|
* | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 4 | -31/+45 |
|
|
* | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -24/+38 |
|
|
* | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 4 | -223/+224 |
|
|