summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* [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
* * 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