summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-114-9/+13
* * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-8/+13
* * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600]dgp2010-03-081-2/+2
* Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-224-12/+12
* Tiny whitespace changes for readability improvement.dkf2010-02-214-10/+10
* Re-fix [Bug 1799782].dkf2010-02-211-7/+17
* ttk::treeview: Cache the result of the last call to EndPosition()jenglish2010-02-201-10/+30
* Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-182-26/+42
* generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-1718-79/+76
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-164-18/+21
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-1312-193/+46
* Make more internal tables "const"nijtmans2010-02-058-47/+39
* Laxative patch: Revert contravariant const qualifiers added by thejenglish2010-02-0513-44/+43
* Make the various stub tables and hook pointers const,nijtmans2010-02-0518-58/+74
* Follow-up to [2010-01-29] commit:nijtmans2010-02-057-607/+613
* Change signature of widget subcommand procedures to match Tcl_ObjCmdProc.jenglish2010-01-3115-397/+341
* 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