summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure user_data is NULL everywhere it isn't set. [Bug 1021812]dkf2004-09-034-4/+16
* Fix general error-case test. [Bug 1019085]dkf2004-09-012-2/+8
* More doc fixes from Mikhail Kolesnitchenkodkf2004-09-013-6/+13
* TIP#165 (user data field) implementation.dkf2004-08-297-31/+170
* * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-262-1/+16
* * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a fewdgp2004-08-253-10/+10
* More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-2212-23/+30
* More doc fixes. [Patch 1012837]dkf2004-08-207-14/+17
* Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-208-30/+34
* D'oh! Fix [Bug 1012331]dkf2004-08-202-1/+7
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-204-17/+146
* Cast argument 7 of XChangeProperty to 'const unsigned char *'jenglish2004-08-192-3/+10
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-08-193-4/+20
* regendkf2004-08-192-2/+29
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-196-56/+470
* Add missing GEOMETRY flag to -handlepad option. [Bug 1010938]dkf2004-08-182-434/+429
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-1711-129/+140
* Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-167-70/+62
* Spelling and grammar fixesdkf2004-08-162-12/+17
* Don't add the default extension to env-var referencesdkf2004-08-111-2/+5
* More fixing of [Bug 987169] and simple support for [FRQ 979101]dkf2004-08-113-8/+34
* Fix for #1006686 "wm resizable command not working on Solaris/CDE"jenglish2004-08-102-1/+8
* * tests/canvText.test:mdejong2004-08-093-3/+68
* Fix [Bug 987169] for tk_messageBox and tk_chooseColordkf2004-08-053-89/+108
* D'oh!dkf2004-08-041-3/+3
* Clarify code that does pixel compositing. Fix alpha blending in [$photo put]...dkf2004-08-042-68/+119
* Whitespace policing...dkf2004-08-021-5/+5
* * unix/configure:das2004-07-303-4/+10
* TkQueueEventForAllChildren additiongeorgeps2004-07-291-0/+5
* Applied a fix from the core-8-4-branch so that unmapped windows don't queue e...georgeps2004-07-291-1/+5
* * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:das2004-07-272-4/+11
* * library/tkfbox.tcl (::tk::dialog::file::Update): use -directoryhobbs2004-07-222-11/+19
* * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is sethobbs2004-07-212-1/+16
* * macosx/Makefile: added support to tk framework build todas2004-07-204-10/+33
* * unix/Makefile.in:das2004-07-201-0/+6
* * unix/Makefile.in:das2004-07-202-2/+48
* * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after theirhobbs2004-07-165-429/+1035
* 2004-07-14 Jim Ingham <jingham@apple.com>wolfsuit2004-07-152-4/+17
* * library/tkfbox.tcl: Corrected coding errors in most recent change.dgp2004-07-152-3/+8
* Users can cause Unix file dialog to vanish early; treat like Cancel [Bug 987169]dkf2004-07-112-3/+24
* Added paragraph about the canvas origin [Bug 956681]dkf2004-07-072-23/+21
* updated w/ info on the generic/tkEvent.c change.georgeps2004-07-061-0/+6
* The usage of the TK_XIM_SPOT definition was causing a build failure with some...georgeps2004-07-051-5/+5
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-056-6/+35
* Neaten up and make test names closer to standarddkf2004-07-051-94/+72
* Set _NET_WM_NAME and _NET_WM_ICON_NAME (freedesktop.org)jenglish2004-07-052-36/+75
* I added a note about the tkEvent.c refactoring and buf fixes.georgeps2004-07-021-0/+12
* tkEvent.c was refactored to be cleaner and fix two bugs. Two bugs were found...georgeps2004-07-021-315/+650
* Doc fixes. [Tcl Bug 983146]dkf2004-07-013-5/+9
* TIP#153 implementation from Neil McKay, with thanks!dkf2004-06-303-22/+34