summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* genStubs.tcl: No longer generate a space afternijtmans2010-01-299-1278/+1237
* fix more gcc warnings: missing initializernijtmans2010-01-2224-218/+395
* [Bug 2931374]: Stop overflow of working buffer during construction of longdonal.k.fellows@manchester.ac.uk2010-01-193-7/+25
* TIP #359: Extended window manager hints support for X11.patthoyts@users.sourceforge.net2010-01-1911-25/+223
* fix more gcc warnings: missing initializernijtmans2010-01-1830-334/+395
* Add SPI_SETKEYBOARDCUES definition,nijtmans2010-01-142-2/+7
* Adjust formatting to make this look nicerdonal.k.fellows@manchester.ac.uk2010-01-141-11/+10
* Improve linking between pages, put Tk variables in Tk docs.donal.k.fellows@manchester.ac.uk2010-01-141-3/+12
* Eliminate tkpMenubuttonClassnijtmans2010-01-1336-128/+173
* Embolden literalsdonal.k.fellows@manchester.ac.uk2010-01-131-24/+29
* Tidy up subcommand order and formattingdonal.k.fellows@manchester.ac.uk2010-01-131-18/+20
* Improve links/keywordsdonal.k.fellows@manchester.ac.uk2010-01-131-5/+6
* Add subcommands to SYNOPSIS, small improvement to cross-linksdonal.k.fellows@manchester.ac.uk2010-01-132-6/+33
* Formatting correctiondonal.k.fellows@manchester.ac.uk2010-01-131-2/+2
* Reorganize to split "interesting" variables from internal/debug ones.donal.k.fellows@manchester.ac.uk2010-01-131-17/+39
* Better keywordsdonal.k.fellows@manchester.ac.uk2010-01-131-2/+3
* Small doc improvements to improve cross-links.donal.k.fellows@manchester.ac.uk2010-01-132-4/+10
* Changes to make this convert betterdonal.k.fellows@manchester.ac.uk2010-01-131-24/+27
* Small improvements in language use, added cross-linksdonal.k.fellows@manchester.ac.uk2010-01-121-17/+23
* Sync tcl.m4 and configure with Tcl versionnijtmans2010-01-103-2/+34
* Small cleanups to improve HTML generation.donal.k.fellows@manchester.ac.uk2010-01-103-13/+15
* CONSTify Tk_SetClassProcsnijtmans2010-01-106-11/+19
* TIP 360: Remove special handling of .help menu on X11.patthoyts@users.sourceforge.net2010-01-094-7/+28
* TIP 360: Make Tk menu activation follow mouse movement.patthoyts@users.sourceforge.net2010-01-093-5/+28
* Minor formatting fixdonal.k.fellows@manchester.ac.uk2010-01-081-3/+43
* [Bug 2927569] Corrected image put documentation for -to option.patthoyts@users.sourceforge.net2010-01-082-3/+9
* [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdonal.k.fellows@manchester.ac.uk2010-01-073-4/+40
* Centralize the definitions of what keys do particular types of left and rightdonal.k.fellows@manchester.ac.uk2010-01-067-55/+173
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdonal.k.fellows@manchester.ac.uk2010-01-068-18/+129
* Oopsdonal.k.fellows@manchester.ac.uk2010-01-061-2/+2
* [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdonal.k.fellows@manchester.ac.uk2010-01-063-8/+35
* Patch 289825: Enable unlimited multiple file selection from the open files di...patthoyts@users.sourceforge.net2010-01-053-114/+310
* Win doesn't have round(), but does have floor()donal.k.fellows@manchester.ac.uk2010-01-051-2/+2
* [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdonal.k.fellows@manchester.ac.uk2010-01-053-3/+29
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]donal.k.fellows@manchester.ac.uk2010-01-056-28/+81
* Bug 1958848: be more positive in canvas item demopatthoyts@users.sourceforge.net2010-01-041-2/+2
* Bug 2192104: mention the USE_TK_STUBS macro in the man pagepatthoyts@users.sourceforge.net2010-01-042-8/+12
* Fix the <Return> binding for tk_dialog to invoke the focused button.patthoyts@users.sourceforge.net2010-01-042-24/+13
* Fix the default size of the font chooser and set minimum sizepatthoyts@users.sourceforge.net2010-01-042-9/+32
* Fix the console <<Cut>> binding to actually remove textpatthoyts@users.sourceforge.net2010-01-042-27/+39
* Fix keyboard access to console menu and restored broken comment.patthoyts@users.sourceforge.net2010-01-042-2/+4
* Make the filebox demo prettierpatthoyts@users.sourceforge.net2010-01-042-8/+11
* Fix display of source code for fontchooser demopatthoyts@users.sourceforge.net2010-01-042-2/+4
* Correctly handle quoted ampersands in AmpMenuArgs and friendspatthoyts@users.sourceforge.net2010-01-042-19/+8
* [Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedonal.k.fellows@manchester.ac.uk2010-01-032-2/+31
* cast needed on msvc6 for ushort to char to avoid warningpatthoyts@users.sourceforge.net2010-01-031-2/+2
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts@users.sourceforge.net2010-01-033-22/+99
* Simplify the postscript generation.donal.k.fellows@manchester.ac.uk2010-01-034-193/+213
* tearoff menus should be transient and use the toolwindow style on Windowspatthoyts@users.sourceforge.net2010-01-032-1/+8
* cast away const needed for msvc6 when calling Tcl_SetResultpatthoyts@users.sourceforge.net2010-01-031-2/+3