summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the handling of the filter index the same as in GetFileNameW!dkf2009-10-222-33/+23
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-226-248/+282
* Fix [Bug 2883712] by factoring out the problem code.dkf2009-10-222-20/+30
* Add cast to int to silence warning on msvc.patthoyts2009-10-211-2/+3
* Bug fix for #2875562nijtmans2009-10-214-11/+21
* Also removed the long outdated and brokendgp2009-10-202-84/+6
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-203-17/+14
* * library/msgs/pl.msg: Applied patch to Polish message catalogandreas_kupries2009-10-202-30/+54
* Doc improvements.dkf2009-10-182-121/+186
* Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
* [Bug 1961455]: Draw underlines and overstrikes when using Xft.dkf2009-10-103-10/+135
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-082-25/+30
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for Windo...patthoyts2009-10-072-3/+23
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-072-11/+15
* [Bug #2860827] avoid 3D effects with user-specified backgroundspatthoyts2009-10-052-9/+21
* [Bug 2799589] added a test for grab on deleted window whichpatthoyts2009-09-302-1/+49
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-252-12/+16
* Bug fix in grid/pack collision detect.pspjuth2009-09-184-3/+43
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-143-6/+35
* Put the armouring in the right place.dkf2009-09-101-9/+14
* Improve comment following request by Joe Englishdkf2009-09-091-2/+3
* Try to make Tk more resilient in the face of Xft allocation failures.dkf2009-09-093-3/+36
* * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-0711-18/+55
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* Corrected descriptive textdkf2009-09-041-2/+2
* Finish purging remains of old XID hacks (a bunch of unused/write-only fields indkf2009-09-043-40/+9
* Improve consistency of formatting of comments and function declsdkf2009-09-041-61/+57
* workaround llvm LTO bug on ppcdas2009-08-251-1/+2
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-252-22/+71
* Correct bindings for [tk_messageBox].dkf2009-08-242-4/+9
* Better formattingdkf2009-08-241-12/+12
* * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-242-4/+5
* * carbon/Wish.xcode/project.pbxproj: remove references to obsoletedas2009-08-242-6/+2
* * unix/configure: autoconf-2.59das2009-08-241-0/+1
* * macosx/Wish.sdef (new file): Install and enable sdef filedas2009-08-247-6/+85
* * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" appledas2009-08-242-92/+60
* * macosx/tkMacOSXDraw.c (TkMacOSX{Setup,Restore}DrawingContext):das2009-08-241-1/+3
* * macosx/tkMacOSXWindowEvent.c: Allow WM_DELETE_WINDOW handlers todas2009-08-241-5/+10
* * generic/tkBind.c (HandleEventGenerate): Don't generate events fordas2009-08-241-2/+13
* Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-1910-10/+431
* * macosx/tkMacOSXWm.c: Workaround for textured windows being draggabledas2009-08-142-1/+18
* * macosx/tkMacOSXDraw.c: Avoid exception in XCopyArea() when copyingdas2009-08-141-2/+3
* Eliminate more gcc warningsnijtmans2009-08-104-30/+45
* Eliminate various gcc warningsnijtmans2009-08-098-116/+185
* Make the pendulum demo cope with resizing more gracefully.dkf2009-08-082-15/+23
* Small updates for minor issuesdkf2009-08-061-41/+34
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-042-12/+28
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-0212-52/+84
* Oops; forgot to fix a spot for 64-bitdkf2009-08-011-2/+2