summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-263-16/+74
| | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-121-2/+2
|
* * generic/tk.h: Bump to 8.5.9 for release.dgp2010-08-042-3/+3
| | | | | | | | | | | | | * 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.9 release.
* Add command line processing for CYGWIN, backported from trunk.nijtmans2010-05-311-2/+130
|
* * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-201-1/+5
| | | | | places that generate key events zero them out first; Tk relies on that being true for the generic parts of the fix for Bug 1924761.
* Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancelnijtmans2010-05-191-1/+8
|
* [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵nijtmans2010-05-171-75/+71
| | | | circumstances. Backported some formatting from trunk.
* [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-3/+13
| | | | Assure modern style dialogs where available
* Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-20/+34
|
* Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-191-28/+30
|
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-1210-172/+85
| | | | | Fix various gcc warnings, all backported from Tk 8.6 VC6++ does not have SPI_SETKEYBOARDCUES
* Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-051-112/+304
| | | | dialog
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-20/+77
| | | | Backported this patch from HEAD (kovalenko, thoyts)
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
|
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-271-4/+7
| | | | Applied patch from [Bug 2879927].
* Fix the selection of treeview rows on Windows XP and Vistapatthoyts2009-12-031-2/+6
|
* doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-021-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 ↵patthoyts2009-11-221-4/+15
| | | | 2899949]
* [Bug 2307837] Backported fix for running dialog tests on non-English localespatthoyts2009-11-131-2/+25
|
* [Bug 2891541] fix minimization of main window when it is grabbed.patthoyts2009-11-031-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 ***dgp2009-11-032-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 Mistachkin2009-11-021-2/+40
|
* [Bug 1825353]: Backported patch for tiny fixed font on Russian Windows systems.patthoyts2009-10-291-3/+19
|
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-15/+21
| | | | with global variables (the only way it *can* work...)
* Update dll version numbers of dde/reg extension in the makefile.patthoyts2009-10-151-3/+3
|
* * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-152-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 ↵patthoyts2009-10-051-9/+13
| | | | backgrounds
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-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.patthoyts2009-06-021-3/+13
|
* [Bug 2794778]: backported fix for keyboard transversal of the menus on Windows.patthoyts2009-05-211-4/+5
|
* Backported support for the Vista theme.patthoyts2009-05-141-35/+222
| | | | This requires the vsapi element engine, the hover state and the theme script definition.
* Fix [Bug 2785744].dkf2009-05-031-2/+2
|
* [Patch 2504402] backported change to create wm icons as device independent ↵patthoyts2009-04-301-11/+66
| | | | bitmaps. (cjmcdonald)
* Backported fix for [Bug 2080533].dkf2009-04-301-5/+52
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
| | | | cwd on selchange. Prevents delete of selected folder in dialog.
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-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.dgp2009-04-102-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]dkf2009-04-101-2/+2
|
* Fix [Bug 1871101].dkf2009-03-251-20/+27
|
* [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵patthoyts2009-02-231-1/+5
| | | | requested (danckaert)
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2328-0/+0
|
* [Patch 2507419] fix menu image display issue on windowspatthoyts2009-02-231-29/+56
|
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-172-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 tclhobbs2009-02-162-428/+498
| | | | version. Ensures finding correct CPP for Win64.
* Backported fix for [Bug 1847002] to prevent the bypassing of grab ↵patthoyts2009-01-071-20/+81
| | | | restrictions via the taskbar on Windows.
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-212-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]patthoyts2008-11-151-1/+7
|
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-232-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 thatdgp2008-10-102-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.dgp2008-10-102-3/+3
| | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: