Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | better formatting of "configure --help" | nijtmans@users.sourceforge.net | 2012-07-18 | 1 | -4/+4 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | [Bug 3544932]: Visual studio compiler check fails | nijtmans@users.sourceforge.net | 2012-07-17 | 2 | -4/+7 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | [Bug 3544932]: Visual studio compiler check fails | nijtmans@users.sourceforge.net | 2012-07-17 | 2 | -4/+7 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | [Bug 3544932]: Visual studio compiler check fails | nijtmans@users.sourceforge.net | 2012-07-17 | 2 | -4/+7 | |
* | | | | merge 8.5 | dgp@users.sourceforge.net | 2012-07-16 | 2 | -15/+73 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Update changes for Tk 8.5.12 release. | dgp@users.sourceforge.net | 2012-07-16 | 2 | -16/+75 | |
* | | | | merge-mark | nijtmans@users.sourceforge.net | 2012-07-12 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Type correctness fix, to stop compiler complaint. | donal.k.fellows@manchester.ac.uk | 2012-07-12 | 2 | -3/+3 | |
| | |/ | |/| | ||||||
* | | | Type correctness fix, to stop compiler complaint | nijtmans@users.sourceforge.net | 2012-07-12 | 2 | -3/+3 | |
* | | | don't forget to escape quotes | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | don't forget to excape quotes | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -2/+2 | |
* | | | use "in" operator in stead | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | use "in" operator in stead | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -2/+2 | |
* | | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar... | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar... | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -4/+4 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar... | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -4/+4 | |
* | | | merge-mark | nijtmans@users.sourceforge.net | 2012-07-08 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3541305]: Xfree/Xsync... should not be macros | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -1/+35 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3541305]: Xfree/Xsync... should not be macros | nijtmans@users.sourceforge.net | 2012-07-08 | 2 | -1/+35 | |
* | | | [Bug 3540127]: Better solution, using Tcl_GetIndexFromObj in stead of Tcl_Get... | nijtmans@users.sourceforge.net | 2012-07-05 | 2 | -34/+24 | |
* | | | [Bug 3538401]: Better description of the key difference between [wm geometry] | donal.k.fellows@manchester.ac.uk | 2012-07-05 | 2 | -0/+15 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3538401]: Better description of the key difference between [wm geometry] | donal.k.fellows@manchester.ac.uk | 2012-07-05 | 2 | -0/+15 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3538401]: Better description of the key difference between [wm geometry] | donal.k.fellows@manchester.ac.uk | 2012-07-05 | 2 | -0/+14 | |
* | | | typo | nijtmans@users.sourceforge.net | 2012-07-04 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | typo | nijtmans@users.sourceforge.net | 2012-07-04 | 1 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | typo | nijtmans@users.sourceforge.net | 2012-07-04 | 1 | -1/+1 | |
* | | | Improved solution to [Bug 3540127] that disconnects options from their order, | donal.k.fellows@manchester.ac.uk | 2012-07-04 | 2 | -35/+52 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | donal.k.fellows@manchester.ac.uk | 2012-07-04 | 2 | -35/+52 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | donal.k.fellows@manchester.ac.uk | 2012-07-04 | 2 | -32/+37 | |
* | | | [Bug 3540127]: filebox.test fails on win32 | nijtmans@users.sourceforge.net | 2012-07-04 | 2 | -10/+15 | |
|\ \ \ | |/ / | ||||||
| * | | Add various X11 stub functions, Cygwin only | nijtmans@users.sourceforge.net | 2012-07-04 | 7 | -28/+211 | |
| |\ \ | | |/ | ||||||
| | * | Add various X11 stub functions, Cygwin only | nijtmans@users.sourceforge.net | 2012-07-04 | 6 | -20/+170 | |
* | | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288] | jenglish@flightlab.com | 2012-07-02 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288] | jenglish@flightlab.com | 2012-07-02 | 1 | -1/+1 | |
* | | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish@flightlab.com | 2012-07-02 | 3 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish@flightlab.com | 2012-07-02 | 3 | -3/+3 | |
* | | | fix select-5.15 test case [Bug 2441988] | nijtmans@users.sourceforge.net | 2012-07-01 | 1 | -1/+1 | |
* | | | autoconf-2.59 | nijtmans@users.sourceforge.net | 2012-06-28 | 1 | -1/+1 | |
* | | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | nijtmans@users.sourceforge.net | 2012-06-28 | 5 | -10/+25 | |
|\ \ \ | |/ / | ||||||
| * | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | nijtmans@users.sourceforge.net | 2012-06-28 | 6 | -9/+28 | |
| |\ \ | | |/ | ||||||
| | * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | nijtmans@users.sourceforge.net | 2012-06-28 | 6 | -8/+20 | |
* | | | merge | nijtmans@users.sourceforge.net | 2012-06-27 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | merge | nijtmans@users.sourceforge.net | 2012-06-27 | 3 | -4/+6 | |
| |\ \ | | |/ | ||||||
| | * | link cygwin wish with tk84.dll | nijtmans@users.sourceforge.net | 2012-06-27 | 4 | -31/+45 | |
* | | | autoconf-2.59 | nijtmans@users.sourceforge.net | 2012-06-26 | 2 | -8/+18 | |
|\ \ \ | |/ / | ||||||
| * | | link cygwin wish8.6 with tk86.dll (configuration part) | nijtmans@users.sourceforge.net | 2012-06-26 | 3 | -11/+26 | |
| |\ \ | | |/ | ||||||
| | * | link cygwin wish8.6 with tk86.dll (configuration part) | nijtmans@users.sourceforge.net | 2012-06-26 | 3 | -24/+38 | |
* | | | link cygwin wish8.6 with tk86.dll (configuration part) | nijtmans@users.sourceforge.net | 2012-06-26 | 2 | -6/+13 | |
* | | | [Frq-3536507]: clientData field in Tk_OptionSpec should be "const void *" | nijtmans@users.sourceforge.net | 2012-06-24 | 19 | -147/+153 | |
|\ \ \ | ||||||
| * | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *" | nijtmans@users.sourceforge.net | 2012-06-20 | 18 | -147/+147 | |