Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch 289825: Enable unlimited multiple file selection from the open files ↵ | patthoyts | 2010-01-05 | 1 | -112/+304 |
| | | | | dialog | ||||
* | Patch 2848897: Support the system keyboard cues setting on Windows | patthoyts | 2010-01-03 | 1 | -20/+77 |
| | | | | Backported this patch from HEAD (kovalenko, thoyts) | ||||
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+2 |
| | |||||
* | Highlight for cascade items in torn-off menus is incorrect on Windows. | patthoyts | 2009-12-27 | 1 | -4/+7 |
| | | | | Applied patch from [Bug 2879927]. | ||||
* | Fix the selection of treeview rows on Windows XP and Vista | patthoyts | 2009-12-03 | 1 | -2/+6 |
| | |||||
* | doc/GetHINSTANCE.3 correct mentioned header file | nijtmans | 2009-12-02 | 1 | -15/+7 |
| | | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. | ||||
* | Make sure the window is still present when handling delayed activation [Bug ↵ | patthoyts | 2009-11-22 | 1 | -4/+15 |
| | | | | 2899949] | ||||
* | [Bug 2307837] Backported fix for running dialog tests on non-English locales | patthoyts | 2009-11-13 | 1 | -2/+25 |
| | |||||
* | [Bug 2891541] fix minimization of main window when it is grabbed. | patthoyts | 2009-11-03 | 1 | -2/+9 |
| | | | | | | This fixes a fault in some applications that fail to release a grab set on the main toplevel which were prevented from minimizing on windows following the changes for bug 1847002. | ||||
* | *** 8.5.8 TAGGED FOR RELEASE *** | dgp | 2009-11-03 | 2 | -3/+3 |
| | | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.8 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.8 release. | ||||
* | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 1 | -2/+40 |
| | |||||
* | [Bug 1825353]: Backported patch for tiny fixed font on Russian Windows systems. | patthoyts | 2009-10-29 | 1 | -3/+19 |
| | |||||
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -15/+21 |
| | | | | with global variables (the only way it *can* work...) | ||||
* | Update dll version numbers of dde/reg extension in the makefile. | patthoyts | 2009-10-15 | 1 | -3/+3 |
| | |||||
* | * generic/tkConsole.c: Relax the runtime version requirements on Tcl | dgp | 2009-10-15 | 2 | -4/+4 |
| | | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: | ||||
* | [Bug 2860827] Backported patch avoiding 3D effects with user-specified ↵ | patthoyts | 2009-10-05 | 1 | -9/+13 |
| | | | | backgrounds | ||||
* | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -4/+21 |
| | | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] | ||||
* | [Bug 2799589] Backported fix for crash on delayed window activation. | patthoyts | 2009-06-02 | 1 | -3/+13 |
| | |||||
* | [Bug 2794778]: backported fix for keyboard transversal of the menus on Windows. | patthoyts | 2009-05-21 | 1 | -4/+5 |
| | |||||
* | Backported support for the Vista theme. | patthoyts | 2009-05-14 | 1 | -35/+222 |
| | | | | This requires the vsapi element engine, the hover state and the theme script definition. | ||||
* | Fix [Bug 2785744]. | dkf | 2009-05-03 | 1 | -2/+2 |
| | |||||
* | [Patch 2504402] backported change to create wm icons as device independent ↵ | patthoyts | 2009-04-30 | 1 | -11/+66 |
| | | | | bitmaps. (cjmcdonald) | ||||
* | Backported fix for [Bug 2080533]. | dkf | 2009-04-30 | 1 | -5/+52 |
| | |||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to set | hobbs | 2009-04-24 | 1 | -3/+2 |
| | | | | cwd on selchange. Prevents delete of selected folder in dialog. | ||||
* | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the new | hobbs | 2009-04-23 | 1 | -10/+16 |
| | | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910] | ||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2009-04-10 | 2 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509] | dkf | 2009-04-10 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 1871101]. | dkf | 2009-03-25 | 1 | -20/+27 |
| | |||||
* | [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵ | patthoyts | 2009-02-23 | 1 | -1/+5 |
| | | | | requested (danckaert) | ||||
* | [Patch 2513104] fix cursor hotspots (cjmcdonald) | patthoyts | 2009-02-23 | 28 | -0/+0 |
| | |||||
* | [Patch 2507419] fix menu image display issue on windows | patthoyts | 2009-02-23 | 1 | -29/+56 |
| | |||||
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 2 | -76/+150 |
| | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. | ||||
* | * win/configure.in, win/configure: align better with tcl | hobbs | 2009-02-16 | 2 | -428/+498 |
| | | | | version. Ensures finding correct CPP for Win64. | ||||
* | Backported fix for [Bug 1847002] to prevent the bypassing of grab ↵ | patthoyts | 2009-01-07 | 1 | -20/+81 |
| | | | | restrictions via the taskbar on Windows. | ||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2008-12-21 | 2 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 1 | -1/+7 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 2 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | * unix/Makefile.in: Relax constraints in index script so that | dgp | 2008-10-10 | 2 | -5/+4 |
| | | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438]. | ||||
* | * generic/tk.h: Bump to 8.5.5 for release. | dgp | 2008-10-10 | 2 | -3/+3 |
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 1 | -5/+5 |
| | |||||
* | Commit mysteriously missing autoconf results | dgp | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.5b1 to distinguish | dgp | 2008-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.4 and * unix/configure.in: 8.5.5 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | * generic/tk.h: Bump to 8.5.4 for release. | dgp | 2008-08-08 | 2 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Backported fixes for handling unmapped parent toplevels. [Bug 2009788, 2028703] | patthoyts | 2008-08-01 | 1 | -8/+12 |
| | |||||
* | bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue. | patthoyts | 2008-07-26 | 1 | -1/+4 |
| | |||||
* | * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3 | dgp | 2008-06-30 | 2 | -3/+3 |
| | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updates for 8.5.3 release. | ||||
* | improve handling of various versions for patchlevel to winversion conversion | hobbs | 2008-06-13 | 2 | -13/+13 |
| | |||||
* | * win/configure, win/configure.in (TK_WIN_VERSION): fix handling | hobbs | 2008-06-13 | 2 | -9/+9 |
| | | | | of interim a/b versioning for manifest usage. | ||||
* | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 2 | -3/+8 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 2 | -3/+3 |
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |