Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | * | Much more cleaning up of result handling. | dkf | 2012-07-23 | 70 | -1521/+1864 | |
| | | | | | | | | | | | ||||||
| | | | | | | | | | * | consistent error formatting, added error codes | dkf | 2012-07-21 | 14 | -223/+321 | |
| | | | | | | | | | | | ||||||
| | | | | | | | | | * | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 46 | -757/+1006 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ** WORK IN PROGRESS ** | |||||
* | | | | | | | | | | merge-mark | jan.nijtmans | 2012-07-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Type correctness fix, to stop compiler complaint. | dkf | 2012-07-12 | 2 | -3/+3 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Type correctness fix, to stop compiler complaint | jan.nijtmans | 2012-07-12 | 2 | -3/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | don't forget to escape quotes | jan.nijtmans | 2012-07-08 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | don't forget to excape quotes | jan.nijtmans | 2012-07-08 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | use "in" operator in stead | jan.nijtmans | 2012-07-08 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | use "in" operator in stead | jan.nijtmans | 2012-07-08 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵ | jan.nijtmans | 2012-07-08 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | ::argv variable before trying to use it | |||||
| * | | | | | | | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵ | jan.nijtmans | 2012-07-08 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | ::argv variable before trying to use it | |||||
| | * | | | | | | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵ | jan.nijtmans | 2012-07-08 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ::argv variable before trying to use it | |||||
* | | | | | | | | | merge-mark | jan.nijtmans | 2012-07-08 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 2 | -1/+35 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 2 | -1/+35 | |
| | | | | | | | | | ||||||
* | | | | | | | | | [Bug 3540127]: Better solution, using Tcl_GetIndexFromObj in stead of ↵ | jan.nijtmans | 2012-07-05 | 2 | -34/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObjStruct | |||||
* | | | | | | | | | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 2 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | and [winfo geometry] | |||||
| * | | | | | | | | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 2 | -0/+15 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | and [winfo geometry] | |||||
| | * | | | | | | | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 2 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and [winfo geometry] | |||||
* | | | | | | | | | typo | jan.nijtmans | 2012-07-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | typo | jan.nijtmans | 2012-07-04 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | typo | jan.nijtmans | 2012-07-04 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Improved solution to [Bug 3540127] that disconnects options from their order, | dkf | 2012-07-04 | 2 | -35/+52 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | so reducing the likelihood of nausea when contemplating the dialog code. | |||||
| * | | | | | | | | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 2 | -35/+52 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | options are listed in error messages in alphabetical order. | |||||
| | * | | | | | | | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 2 | -32/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | there's no longer any need to have mysterious increments. | |||||
* | | | | | | | | | [Bug 3540127]: filebox.test fails on win32 | jan.nijtmans | 2012-07-04 | 2 | -10/+15 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 7 | -28/+211 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32 | |||||
| | * | | | | | | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 6 | -20/+170 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | remove TkBindDeadWindow from Cygwin stub table | |||||
* | | | | | | | | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288] | jenglish | 2012-07-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288] | jenglish | 2012-07-02 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish | 2012-07-02 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | are statically allocated. Caught by Michael Kirkham. | |||||
| * | | | | | | | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish | 2012-07-02 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | are statically allocated. Caught by Michael Kirkham. | |||||
* | | | | | | | | | fix select-5.15 test case [Bug 2441988] | jan.nijtmans | 2012-07-01 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | autoconf-2.59 | jan.nijtmans | 2012-06-28 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 5 | -10/+25 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 6 | -9/+28 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 6 | -8/+20 | |
| | | | | | | | | | ||||||
* | | | | | | | | | merge | jan.nijtmans | 2012-06-27 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | merge | jan.nijtmans | 2012-06-27 | 3 | -4/+6 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 4 | -31/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | install tk84.dll | |||||
* | | | | | | | | | autoconf-2.59 | jan.nijtmans | 2012-06-26 | 2 | -8/+18 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -11/+26 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -24/+38 | |
| | | | | | | | | | ||||||
* | | | | | | | | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 2 | -6/+13 | |
| | | | | | | | | | ||||||
* | | | | | | | | | [Frq-3536507]: clientData field in Tk_OptionSpec should be "const void *" | jan.nijtmans | 2012-06-24 | 19 | -147/+153 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 18 | -147/+147 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-23 | 4 | -2/+24 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / / | ||||||
| * | | | | | | | | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-23 | 4 | -2/+24 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 4 | -223/+224 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | autoconf-2.13 |