summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 1958848: be more positive in canvas item demopatthoyts2010-01-041-2/+2
* Bug 2192104: mention the USE_TK_STUBS macro in the man pagepatthoyts2010-01-042-8/+12
* Fix the <Return> binding for tk_dialog to invoke the focused button.patthoyts2010-01-042-24/+13
* Fix the default size of the font chooser and set minimum sizepatthoyts2010-01-042-9/+32
* Fix the console <<Cut>> binding to actually remove textpatthoyts2010-01-042-27/+39
* Fix keyboard access to console menu and restored broken comment.patthoyts2010-01-042-2/+4
* Make the filebox demo prettierpatthoyts2010-01-042-8/+11
* Fix display of source code for fontchooser demopatthoyts2010-01-042-2/+4
* Correctly handle quoted ampersands in AmpMenuArgs and friendspatthoyts2010-01-042-19/+8
* [Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-032-2/+31
* 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-033-22/+99
* Simplify the postscript generation.dkf2010-01-034-193/+213
* tearoff menus should be transient and use the toolwindow style on Windowspatthoyts2010-01-032-1/+8
* cast away const needed for msvc6 when calling Tcl_SetResultpatthoyts2010-01-031-2/+3
* menu tests using 'tkwait visibility' are unix onlypatthoyts2010-01-032-4/+8
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-0239-315/+295
* Revert my last commit on grounds it is more likely to cause problems than not.dkf2010-01-022-8/+1
* Added point-size conversion, from Ubuntu port.dkf2010-01-022-1/+8
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-0210-80/+194
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-014-84/+75
* Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-303-14/+73
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-272-3/+10
* Reworked ActivateTab focus selection logicjenglish2009-12-253-38/+71
* [Bug 2914943]: Correct the first option(n) example.dkf2009-12-252-15/+51
* Use EXE_SUFFIX for Cygwin, andnijtmans2009-12-234-82/+138
* ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356].jenglish2009-12-232-3/+11
* Apply (a version of) [Patch 2917663] to make [send] work on recent Linux.dkf2009-12-202-44/+70
* CONSTify return values of TkKeysymToString,nijtmans2009-12-169-32/+38
* Add tk.pc and tkConfig.sh to .cvsignorenijtmans2009-12-161-0/+2
* Fix gcc warning: ignoring return value of ‘strtol’,nijtmans2009-12-163-12/+24
* Rename variable to avoid clash with floorplan demo. Reported bydkf2009-12-161-3/+3
* * generic/tkConfig.c: Added another dimension of refCounting to thedgp2009-12-154-10/+60
* 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