summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Split out presentation-form decision code into clearer procedure.dkf2009-12-152-56/+85
* * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-152-21/+52
* [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-121-1/+1
* [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-122-2/+8
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-122-2/+4
* Fix dependancies on ${TKSTUBLIB} whennijtmans2009-12-122-5/+10
* Simplified this code following observation by Brian Griffindkf2009-12-111-7/+3
* [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-112-17/+35
* Added demo of ttk::scale widget.dkf2009-12-103-1/+48
* Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.dkf2009-12-092-1/+8
* Ooops!dkf2009-12-091-2/+2
* Improve generation of EWMH hints for windows.dkf2009-12-094-110/+166
* [Bug 2864685] Set correct extended window manager hints on Tk menus.patthoyts2009-12-082-19/+57
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-027-38/+58
* win/configure (regenerated, previous version didn't match tcl.m4)nijtmans2009-12-022-9/+11
* Better dependancies in case of static build.nijtmans2009-11-302-10/+29
* Make all internal initializationnijtmans2009-11-2910-61/+49
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.stwo2009-11-252-1/+6
* Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-242-100/+115
* * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed accessandreas_kupries2009-11-232-6/+15
* Better fix for the problem when someone tricks make into thinking 'test' is adkf2009-11-232-3/+19
* Commented out broken rule that stopped 'make test' from working.dkf2009-11-231-9/+9
* Make sure the window is still present when handling delayed activation [Bug 2...patthoyts2009-11-222-4/+18
* Include tk stubs in the tktest link line due to nijtmans recent changespatthoyts2009-11-222-2/+6
* [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-218-148/+209
* Added some OSX-specific thingsdkf2009-11-211-0/+5
* Compile tkTest.c and friends with Stubsnijtmans2009-11-201-3/+3
* Compile tkTest.c and friends with Stubsnijtmans2009-11-197-14/+109
* doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-193-14/+13
* [Bug 2899685]: fix the redraw logic of [imove]ferrieux2009-11-192-3/+12
* [Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-195-5/+101
* Fix [Bug 2900121] by inverting the sense of the test.dkf2009-11-192-8/+13
* Undo formatting breakagedkf2009-11-191-25/+25
* Added note that the 'move' operation restores detached nodes.dkf2009-11-152-30/+36
* [update] hygiene.jenglish2009-11-125-11/+22
* * generic/tkPlatDecls.h: Restore C++ friendliness to thedgp2009-11-112-1/+15
* Undo the reversal of the win/Makefile.in changes, that part was ok.andreas_kupries2009-11-102-11/+6
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-103-6/+22
* Some code consolidation (don't scatter deletion code where unnecessary).dkf2009-11-092-130/+67
* Fix for [Bug 1739613]Joe Mistachkin2009-11-022-2/+47
* Minor correction.dkf2009-11-021-2/+2
* minor doc fix for htmlhelpJoe Mistachkin2009-11-012-2/+6
* Uniform, extensible syntax for [$w identify] methods:jenglish2009-11-017-128/+201
* [Bug 1825353] Fix tiny fixed font on Russian Windows.patthoyts2009-10-292-17/+27
* Minor glitch fix.dkf2009-10-271-2/+2
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-262-2/+7
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-252-5/+22
* Fix [Bug 1854913] by improving the class bindings.dkf2009-10-252-9/+17
* [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-243-13/+137
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-224-25/+97