summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+6
* Apply patch [#2932808]: Canvas itemsnijtmans2010-01-181-1/+23
* [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-3/+4
* Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-062-4/+4
* [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-2/+13
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-2/+15
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-19/+78
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-012-63/+22
* Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-13/+25
* generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()jenglish2009-12-161-4/+1
* [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-121-2/+2
* Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.dkf2009-12-091-8/+11
* doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-023-4/+29
* *** 8.5.8 TAGGED FOR RELEASE ***dgp2009-11-031-3/+3
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-222-23/+79
* * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-153-6/+6
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-251-3/+3
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-2/+6
* Backport of "misconfigured xft font engine" fixes.dkf2009-09-101-1/+14
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-041-2/+2
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+11
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...nijtmans2009-06-274-23/+75
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-231-11/+7
* [Bug 1923684]: backported checkbutton fix for confused state when -offvalue e...patthoyts2009-05-141-6/+23
* Backported support for the Vista theme.patthoyts2009-05-143-4/+21
* [Bug 2791352] backported fix and tests for mis-parsing of certain font descri...patthoyts2009-05-131-1/+15
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-274-28/+191
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-2/+1
* * generic/tk.h: Bump to 8.5.6 for release.dgp2009-04-101-3/+3
* * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-101-2/+2
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-101-5/+5
* * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/das2009-04-101-2/+2
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-1/+2
* * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
* Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-102-286/+2
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-3/+3
* Backported some fixes for uninitialized variables identified by das using cla...patthoyts2009-03-033-7/+8
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-271-1/+8
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-067-13/+33
* fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-141-1/+6
* * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointergeorgeps2009-01-111-1/+7
* Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-3/+3
* Add missing headerdgp2008-12-221-1/+2
* Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-221-1/+3
* Backport of fix for [Bug 2107938].dkf2008-12-221-2/+2
* Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-214-19/+117
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-2/+2
* Fix leaks flagged by clang static analyzerdas2008-12-071-2/+2
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-192-25/+68
* [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-152-2/+13