summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* CONSTify return values of TkKeysymToString,nijtmans2009-12-164-18/+18
* Fix gcc warning: ignoring return value of ‘strtol’,nijtmans2009-12-161-2/+2
* * generic/tkConfig.c: Added another dimension of refCounting to thedgp2009-12-153-10/+51
* [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-121-2/+2
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-121-2/+2
* Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.dkf2009-12-091-1/+4
* Improve generation of EWMH hints for windows.dkf2009-12-092-22/+54
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-024-5/+24
* Make all internal initializationnijtmans2009-11-294-32/+18
* [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-217-135/+185
* Compile tkTest.c and friends with Stubsnijtmans2009-11-193-3/+37
* [Bug 2899685]: fix the redraw logic of [imove]ferrieux2009-11-191-3/+8
* Fix [Bug 2900121] by inverting the sense of the test.dkf2009-11-191-8/+8
* Undo formatting breakagedkf2009-11-191-25/+25
* * generic/tkPlatDecls.h: Restore C++ friendliness to thedgp2009-11-111-1/+9
* Some code consolidation (don't scatter deletion code where unnecessary).dkf2009-11-091-111/+43
* Uniform, extensible syntax for [$w identify] methods:jenglish2009-11-013-46/+97
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-222-23/+79
* Add cast to int to silence warning on msvc.patthoyts2009-10-211-2/+3
* [Bug 1961455]: Draw underlines and overstrikes when using Xft.dkf2009-10-101-3/+8
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-251-3/+3
* Bug fix in grid/pack collision detect.pspjuth2009-09-182-2/+5
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-2/+6
* Put the armouring in the right place.dkf2009-09-101-9/+14
* Try to make Tk more resilient in the face of Xft allocation failures.dkf2009-09-091-1/+9
* * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-0710-18/+40
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* Finish purging remains of old XID hacks (a bunch of unused/write-only fields indkf2009-09-042-40/+3
* Improve consistency of formatting of comments and function declsdkf2009-09-041-61/+57
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-4/+2
* * 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-196-6/+191
* Eliminate various gcc warningsnijtmans2009-08-094-113/+112
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-041-7/+17
* Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-232-18/+27
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+11
* Corrected drawing of rotated underlines. [Bug 2356057]dkf2009-07-211-3/+3
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse...ferrieux2009-07-201-4/+5
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts2009-07-021-2/+2
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-305-8/+28
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-299-65/+80
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premergenijtmans2009-06-274-31/+54
* fix [Bug #220935] canvas dash update problemmacosx_carbon_freezenijtmans2009-06-231-10/+6
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-221-3/+3
* regen stubsdkf2009-06-122-2/+29
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-122-8/+10
* BUGFIX: last commit did not account for possibility of 0 tabs.jenglish2009-05-171-17/+20
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]jenglish2009-05-171-23/+42