Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | update changes | dgp | 2012-07-25 | 1 | -1/+5 | |
| | | | ||||||
| * | | merge 8.5 | dgp | 2012-07-24 | 4 | -17/+11 | |
| |\ \ | |/ / |/| | | ||||||
* | | | silence compiler warnings | dgp | 2012-07-24 | 2 | -2/+2 | |
| | | | ||||||
* | | | Fix for [Bug 3546073]: | root | 2012-07-23 | 2 | -10/+4 | |
| | | | | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow(). | |||||
* | | | autoconf-2.59 | jan.nijtmans | 2012-07-19 | 1 | -3/+3 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | 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 | |
| |/ / | ||||||
* | | | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -4/+4 | |
| | | | ||||||
| | * | Release note tidiness | dgp | 2012-07-17 | 1 | -0/+16 | |
| | | | ||||||
| | * | merge 8.5 | dgp | 2012-07-17 | 2 | -4/+7 | |
| | |\ | |_|/ |/| | | ||||||
* | | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 | |
| | | | ||||||
| | * | merge 8.5 | dgp | 2012-07-16 | 4 | -19/+78 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Update changes for Tk 8.5.12 release. | dgp | 2012-07-16 | 2 | -16/+75 | |
| | | | ||||||
* | | | Type correctness fix, to stop compiler complaint. | dkf | 2012-07-12 | 2 | -3/+3 | |
| | | | ||||||
| | * | missed a spot | dgp | 2012-07-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 8 | -16/+19 | |
| |/ |/| | ||||||
* | | 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 | |
| | | ||||||
* | | [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 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 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 | -1/+1 | |
| | | ||||||
* | | [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. | |||||
* | | 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::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish | 2012-07-02 | 3 | -3/+3 | |
| | | | | | | are statically allocated. Caught by Michael Kirkham. | |||||
* | | 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 | 3 | -4/+6 | |
|\ \ | |/ | ||||||
| * | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 4 | -31/+45 | |
| | | | | | | install tk84.dll | |||||
* | | 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 | |
| | | ||||||
* | | [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 | |||||
| * | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-22 | 3 | -2/+13 | |
| | | ||||||
* | | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 12 | -307/+300 | |
|\ \ | |/ | | | | | make various other tables const (all backported from Tk 8.6) | |||||
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 19 | -172/+165 | |
| | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | |||||
* | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash with | dkf | 2012-06-15 | 2 | -4/+9 | |
| | | | | | | some libc versions. | |||||
* | | Backport of [Bug 3532186] fix | jan.nijtmans | 2012-06-15 | 1 | -3/+3 | |
| | | ||||||
* | | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 5 | -2/+63 | |
| | | ||||||
* | | fix test failure | dkf | 2012-06-11 | 1 | -3/+3 | |
| | | ||||||
* | | make it build | dkf | 2012-06-11 | 1 | -1/+1 | |
| | |