summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-272-4/+12
| | | | Applied patch from [Bug 2879927].
* [Bug 2914943]: Correct the first option(n) example.dkf2009-12-252-9/+48
| | | | | Also define what the format of option patterns is; that's a much less commonly known fact than it used to be.
* ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356].jenglish2009-12-232-3/+11
|
* [Bug 2919205]: Correct ordering of arguments to tk_messageBox.dkf2009-12-222-2/+7
|
* Apply (a version of) [Patch 2917663].dkf2009-12-202-38/+62
|
* generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()jenglish2009-12-162-4/+5
| | | | [Bug 2915709], backport fix for [Bug 2496162].
* Rename variable to avoid clash with floorplan demo. Reported bydkf2009-12-161-3/+3
| | | | Emiliano Gavilan.
* * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-152-19/+51
| | | | | | | | right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention.
* [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-121-1/+1
| | | | through the stubs table since 8.5.9
* [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-122-2/+8
| | | | through the stubs table since 8.5.9
* [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-112-75/+89
|
* Added demo of ttk::scale widget.dkf2009-12-103-5/+52
|
* * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed accessandreas_kupries2009-12-102-3/+14
| | | | | | to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-12-09. See Tcl's ChangeLog.
* Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.dkf2009-12-092-15/+24
|
* [Bug 2864685] backported extended window manager hinting from HEADpatthoyts2009-12-082-1/+38
|
* * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661]cc_benny2009-12-062-4/+19
| | | | Merge fix from HEAD (1.44).
* Fix the selection of treeview rows on Windows XP and Vistapatthoyts2009-12-034-4/+37
|
* doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-026-23/+46
| | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690].
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.stwo2009-11-252-1/+6
|
* Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-242-43/+52
| | | | with it.
* Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-223-5/+66
| | | | 2899949]
* [Bug 2307837] Backported fix for running dialog tests on non-English localespatthoyts2009-11-133-35/+78
|
* * changes: Updated for 8.5.8 release.core_8_5_8dgp2009-11-122-3/+7
|
* move tagdgp2009-11-041-5/+5
|
* [Bug 2891541] fix minimization of main window when it is grabbed.patthoyts2009-11-033-3/+17
| | | | | | 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-0310-37/+77
| | | | | | | | | | | | | | * 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-022-2/+47
|
* Minor correction.dkf2009-11-021-2/+2
|
* [Bug 1825353]: Backported patch for tiny fixed font on Russian Windows systems.patthoyts2009-10-292-3/+24
|
* Minor glitch fix.dkf2009-10-271-2/+2
|
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-252-5/+22
|
* Fix [Bug 1854913] by improving the class bindings.dkf2009-10-252-9/+17
|
* Backport of fix for [Bug 2883712].dkf2009-10-242-18/+28
|
* [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-243-10/+127
|
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-224-24/+97
|
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-226-36/+61
| | | | 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
|
* tracker numberdgp2009-10-151-1/+1
|
* * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-158-14/+24
| | | | | | | | | * 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 1961455]: Draw underlines and overstrikes when using Xft for font renderingdkf2009-10-102-4/+63
|
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-082-3/+8
|
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵patthoyts2009-10-072-2/+22
| | | | Windows 7.
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-072-5/+10
|
* * changes: Updated for 8.5.8 release.dgp2009-10-052-1/+49
|
* [Bug 2860827] Backported patch avoiding 3D effects with user-specified ↵patthoyts2009-10-052-9/+18
| | | | backgrounds
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-252-8/+13
| | | | on comp.lang.tcl.
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-143-6/+35
| | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
* Backport of "misconfigured xft font engine" fixes.dkf2009-09-103-3/+42
|
* [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-252-3/+52
|
* Correct bindings for [tk_messageBox].dkf2009-08-242-6/+11
|