summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Little simplification in tkBind.cnijtmans2010-01-291-5/+2
* genStubs.tcl: No longer generate a space afternijtmans2010-01-298-1278/+1223
* fix more gcc warnings: missing initializernijtmans2010-01-2213-59/+61
* [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+6
* fix more gcc warnings: missing initializernijtmans2010-01-1829-334/+362
* Eliminate tkpMenubuttonClassnijtmans2010-01-1316-41/+66
* CONSTify Tk_SetClassProcsnijtmans2010-01-104-9/+9
* [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-3/+9
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-063-14/+19
* Win doesn't have round(), but does have floor()dkf2010-01-051-2/+2
* [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-2/+13
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-052-4/+8
* cast needed on msvc6 for ushort to char to avoid warningpatthoyts2010-01-031-2/+2
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-2/+15
* Simplify the postscript generation.dkf2010-01-032-101/+105
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-0239-315/+295
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-16/+76
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-012-69/+28
* Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-13/+25
* 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