summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-0/+13
|
* [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+7
| | | | tag expressions.
* Apply patch [#2932808]: Canvas itemsnijtmans2010-01-181-0/+5
| | | | not updating on widget state change
* TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-0/+4
|
* TIP 360: Make Tk menu activation follow mouse movements.patthoyts2010-01-091-0/+5
|
* [Bug 2927569] Backported documentation fix for image put -topatthoyts2010-01-081-0/+6
|
* [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-0/+6
| | | | unable to cover the whole widget. Fix is to reify the range to update sooner.
* Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-061-0/+10
|
* [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-1/+7
| | | | correctly.
* Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-051-0/+5
| | | | dialog
* [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-0/+6
| | | | what was intended.
* Backported fix for tk_dialog <Return> bindingpatthoyts2010-01-041-0/+1
|
* Backported fix for console keyboard menu activation and <<Cut>> handling.patthoyts2010-01-041-0/+2
|
* Correctly handle quoted ampersands in AmpMenuArgs and friendspatthoyts2010-01-041-0/+4
|
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-0/+7
| | | | Backported this patch from HEAD (kovalenko, thoyts)
* tearoff menus should be transient and use the toolwindow style on Windowspatthoyts2010-01-031-1/+3
|
* menu tests using 'tkwait visibility' are unix onlypatthoyts2010-01-031-0/+4
|
* Revert my last commit on grounds it is more likely to cause problems than not.dkf2010-01-021-5/+0
|
* Added point-size conversion, from Ubuntu port.dkf2010-01-021-0/+5
|
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-0/+18
|
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-5/+20
|
* Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-0/+6
| | | | backported from HEAD.
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-271-0/+5
| | | | Applied patch from [Bug 2879927].
* [Bug 2914943]: Correct the first option(n) example.dkf2009-12-251-2/+8
| | | | | 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-231-0/+5
|
* [Bug 2919205]: Correct ordering of arguments to tk_messageBox.dkf2009-12-221-0/+5
|
* Apply (a version of) [Patch 2917663].dkf2009-12-201-8/+12
|
* generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()jenglish2009-12-161-0/+4
| | | | [Bug 2915709], backport fix for [Bug 2496162].
* * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-151-0/+10
| | | | | | | | 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-121-0/+6
| | | | through the stubs table since 8.5.9
* [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-111-0/+5
|
* Added demo of ttk::scale widget.dkf2009-12-101-4/+8
|
* * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed accessandreas_kupries2009-12-101-0/+7
| | | | | | 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-091-7/+13
|
* [Bug 2864685] backported extended window manager hinting from HEADpatthoyts2009-12-081-0/+5
|
* * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661]cc_benny2009-12-061-0/+5
| | | | Merge fix from HEAD (1.44).
* Fix the selection of treeview rows on Windows XP and Vistapatthoyts2009-12-031-1/+6
|
* doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-021-0/+8
| | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690].
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.stwo2009-11-251-0/+6
|
* Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-241-5/+11
| | | | with it.
* Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-221-0/+5
| | | | 2899949]
* [Bug 2307837] Backported fix for running dialog tests on non-English localespatthoyts2009-11-131-0/+5
|
* * changes: Updated for 8.5.8 release.core_8_5_8dgp2009-11-121-1/+5
|
* move tagdgp2009-11-041-5/+5
|
* [Bug 2891541] fix minimization of main window when it is grabbed.patthoyts2009-11-031-0/+5
| | | | | | 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-031-0/+16
| | | | | | | | | | | | | | * 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-0/+7
|
* [Bug 1825353]: Backported patch for tiny fixed font on Russian Windows systems.patthoyts2009-10-291-0/+5
|
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-0/+4
|