summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-0/+7
| | | | | | | | | This patch by Anton Kovalenko adds support for the Windows system-wide UI setting that prevents accelerators being underlined unless the Alt key is pressed. Modified to support the system keyboard cues flag and to handle dynamic changes to the system parameters by the user.
* Simplify the postscript generation.dkf2010-01-031-0/+9
|
* tearoff menus should be transient and use the toolwindow style on Windowspatthoyts2010-01-031-0/+2
|
* 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/+19
|
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-8/+22
|
* Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-0/+6
| | | | | | | | The torn-off menu entries do not activate except immediately over the label or icon. If the window containing the torn-off menu is expanded then a lot of dead space may be created, including the cascade arrow. This patch fixes this making the whole width for any menu entry capable of activation when the pointer hovers over the item.
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-271-0/+5
| | | | Applied patch from [Bug 2879927].
* Reworked ActivateTab focus selection logicjenglish2009-12-251-0/+6
| | | | ([Bug 2917688], also fixes [Bug 2546779]).
* [Bug 2914943]: Correct the first option(n) example.dkf2009-12-251-10/+17
| | | | | Also define what the format of option patterns is; that's a much less commonly known fact than it used to be.
* Use EXE_SUFFIX for Cygwin, andnijtmans2009-12-231-14/+20
| | | | install libtk8.6.dll in bin directory
* ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356].jenglish2009-12-231-0/+5
|
* Apply (a version of) [Patch 2917663] to make [send] work on recent Linux.dkf2009-12-201-12/+18
|
* CONSTify return values of TkKeysymToString,nijtmans2009-12-161-4/+10
| | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast.
* Fix gcc warning: ignoring return value of ‘strtol’,nijtmans2009-12-161-0/+9
| | | | | | declared with attribute warn_unused_result Fix gcc warning: dereferencing pointer ‘xgePtr’ does break strict-aliasing rules
* * generic/tkConfig.c: Added another dimension of refCounting to thedgp2009-12-151-0/+9
| | | | | | | | * generic/tkInt.c: "option" Tcl_ObjType to improve memory troubles * generic/tkObj.c: detailed in [Bug 2492179]. Also removed registration of the "option" Tcl_ObjType. *** POTENTIAL INCOMPATIBILITY *** for callers of Tcl_GetObjType("option") which must now handle a NULL return.
* Split out presentation-form decision code into clearer procedure.dkf2009-12-151-15/+21
| | | | Add some more different languages (Devanagari script needs attention...)
* * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-151-2/+11
| | | | | | | | 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
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-121-0/+2
| | | | warning: array subscript has type 'char'
* Fix dependancies on ${TKSTUBLIB} whennijtmans2009-12-121-0/+5
| | | | TCL_USE_STATIC_PACKAGES is defined
* [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-0/+4
|
* Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.dkf2009-12-091-0/+4
|
* Improve generation of EWMH hints for windows.dkf2009-12-091-11/+18
|
* [Bug 2864685] Set correct extended window manager hints on Tk menus.patthoyts2009-12-081-18/+24
|
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-021-1/+7
| | | | | | | | win/tkWinInt.h mark various functions MODULE_SCOPE generic/tkInt.decls make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. generic/tkIntPlatDecls.h (regenerated) generic/tkStubInit.c (regenerated)
* win/configure (regenerated, previous version didn't match tcl.m4)nijtmans2009-12-021-0/+4
|
* Better dependancies in case of static build.nijtmans2009-11-301-0/+5
| | | | Generate tktest86.dll and tktest86.lib.
* Make all internal initializationnijtmans2009-11-291-0/+12
| | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
* [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-0/+6
| | | | with it.
* * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed accessandreas_kupries2009-11-231-0/+7
| | | | | | to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-11-05/06. See Tcl's ChangeLog.
* Better fix for the problem when someone tricks make into thinking 'test' is adkf2009-11-231-2/+7
| | | | real target.
* Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-221-0/+3
| | | | 2899949]
* Include tk stubs in the tktest link line due to nijtmans recent changespatthoyts2009-11-221-0/+4
|
* [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-13/+24
| | | | | | | practises; the typePtr field is now cleared when an object ceases to be of the type. Also remove some anachronistic techniques (pointless casts, mixed assignments and tests, etc.)
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-0/+4
|
* doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-191-0/+3
| | | | | win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure"
* [Bug 2899685]: fix the redraw logic of [imove]ferrieux2009-11-191-0/+4
|
* [Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-191-0/+6
| | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES
* Fix [Bug 2900121] by inverting the sense of the test.dkf2009-11-191-0/+5
|
* Added note that the 'move' operation restores detached nodes.dkf2009-11-151-6/+11
|
* [update] hygiene.jenglish2009-11-121-0/+11
| | | | | | | + Where possible, replace [a; update; b] with [a ; after 0 b]. + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks].
* * generic/tkPlatDecls.h: Restore C++ friendliness to thedgp2009-11-111-0/+6
| | | | | tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635].
* Undo the reversal of the win/Makefile.in changes, that part was ok.andreas_kupries2009-11-101-3/+3
|
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-101-0/+7
| | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example.