Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 24 | -218/+395 |
| | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures. | ||||
* | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 3 | -7/+25 |
| | | | | tag expressions. | ||||
* | TIP #359: Extended window manager hints support for X11. | patthoyts | 2010-01-19 | 11 | -25/+223 |
| | | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 30 | -334/+395 |
| | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change | ||||
* | Add SPI_SETKEYBOARDCUES definition, | nijtmans | 2010-01-14 | 2 | -2/+7 |
| | | | | needed for original VC++ 6.0 | ||||
* | Adjust formatting to make this look nicer | dkf | 2010-01-14 | 1 | -11/+10 |
| | |||||
* | Improve linking between pages, put Tk variables in Tk docs. | dkf | 2010-01-14 | 1 | -3/+12 |
| | |||||
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 36 | -128/+173 |
| | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
* | Embolden literals | dkf | 2010-01-13 | 1 | -24/+29 |
| | |||||
* | Tidy up subcommand order and formatting | dkf | 2010-01-13 | 1 | -18/+20 |
| | |||||
* | Improve links/keywords | dkf | 2010-01-13 | 1 | -5/+6 |
| | |||||
* | Add subcommands to SYNOPSIS, small improvement to cross-links | dkf | 2010-01-13 | 2 | -6/+33 |
| | |||||
* | Formatting correction | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Reorganize to split "interesting" variables from internal/debug ones. | dkf | 2010-01-13 | 1 | -17/+39 |
| | | | | Improved the list of keywords. | ||||
* | Better keywords | dkf | 2010-01-13 | 1 | -2/+3 |
| | |||||
* | Small doc improvements to improve cross-links. | dkf | 2010-01-13 | 2 | -4/+10 |
| | |||||
* | Changes to make this convert better | dkf | 2010-01-13 | 1 | -24/+27 |
| | |||||
* | Small improvements in language use, added cross-links | dkf | 2010-01-12 | 1 | -17/+23 |
| | |||||
* | Sync tcl.m4 and configure with Tcl version | nijtmans | 2010-01-10 | 3 | -2/+34 |
| | | | | Regenerate configure script with autoconf-2.59 | ||||
* | Small cleanups to improve HTML generation. | dkf | 2010-01-10 | 3 | -13/+15 |
| | |||||
* | CONSTify Tk_SetClassProcs | nijtmans | 2010-01-10 | 6 | -11/+19 |
| | |||||
* | TIP 360: Remove special handling of .help menu on X11. | patthoyts | 2010-01-09 | 4 | -7/+28 |
| | | | | | | | | | | | | Tk is the only toolkit to continue the Motif scheme of anchoring a Help menu to the extreme right of the menubar. This patch disables the special handling of the .help menu so that the help menu will be grouped with the other menu items as is common with other toolkits. The old behaviour can be restored by setting the option *Menu.useMotifHelp to true or by calling 'tk::classic::restore menu'. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | TIP 360: Make Tk menu activation follow mouse movement. | patthoyts | 2010-01-09 | 3 | -5/+28 |
| | | | | | | | | | | | | This patch makes Tk menus on unix follow mouse motion in the same way Windows and GNOME menus follow the mouse. Once a menubar dropdown has been activated, moving the mouse to another menubar button or cascade item will activate the dropdown without needing another click. The previous behaviour can be restored by setting the *Menu.clickToFocus option true or by calling 'tk::classic::restore menu' if this is preferred. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | Minor formatting fix | dkf | 2010-01-08 | 1 | -3/+43 |
| | |||||
* | [Bug 2927569] Corrected image put documentation for -to option. | patthoyts | 2010-01-08 | 2 | -3/+9 |
| | | | | | Multiple edits have peverted the original meaning of the phrase 'image file data' to reference a filename option that does not exist. | ||||
* | [Bug 2677890]: Fix odd text widget update problem that had scrollbars being | dkf | 2010-01-07 | 3 | -4/+40 |
| | | | | unable to cover the whole widget. Fix is to reify the range to update sooner. | ||||
* | Centralize the definitions of what keys do particular types of left and right | dkf | 2010-01-06 | 7 | -55/+173 |
| | | | | movements in entries and text widgets. They vary between platforms! | ||||
* | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 8 | -18/+129 |
| | | | | to work on OSX too. | ||||
* | Oops | dkf | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | [Bug 1163496]: Allow windows to be set to be transients for withdrawn masters | dkf | 2010-01-06 | 3 | -8/+35 |
| | | | | correctly. | ||||
* | Patch 289825: Enable unlimited multiple file selection from the open files ↵ | patthoyts | 2010-01-05 | 3 | -114/+310 |
| | | | | dialog | ||||
* | Win doesn't have round(), but does have floor() | dkf | 2010-01-05 | 1 | -2/+2 |
| | |||||
* | [Bug 220950]: Don't delete the last menu entry when it is obvious that is not | dkf | 2010-01-05 | 3 | -3/+29 |
| | | | | what was intended. | ||||
* | Corrected rounding of coordinates when working with fonts. [Bug 2824916] | dkf | 2010-01-05 | 6 | -28/+81 |
| | |||||
* | Bug 1958848: be more positive in canvas item demo | patthoyts | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | Bug 2192104: mention the USE_TK_STUBS macro in the man page | patthoyts | 2010-01-04 | 2 | -8/+12 |
| | |||||
* | Fix the <Return> binding for tk_dialog to invoke the focused button. | patthoyts | 2010-01-04 | 2 | -24/+13 |
| | | | | | | | | The standard for Windows and Gtk+ is that the <Return> binding invokes the button that currently has the keyboard focus. This can be seen in tk_messageBox which implements this. This patch implements this feature and also makes use of the tk grab utility functions to replace the grab handling code. | ||||
* | Fix the default size of the font chooser and set minimum size | patthoyts | 2010-01-04 | 2 | -9/+32 |
| | |||||
* | Fix the console <<Cut>> binding to actually remove text | patthoyts | 2010-01-04 | 2 | -27/+39 |
| | |||||
* | Fix keyboard access to console menu and restored broken comment. | patthoyts | 2010-01-04 | 2 | -2/+4 |
| | |||||
* | Make the filebox demo prettier | patthoyts | 2010-01-04 | 2 | -8/+11 |
| | |||||
* | Fix display of source code for fontchooser demo | patthoyts | 2010-01-04 | 2 | -2/+4 |
| | |||||
* | Correctly handle quoted ampersands in AmpMenuArgs and friends | patthoyts | 2010-01-04 | 2 | -19/+8 |
| | |||||
* | [Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 2 | -2/+31 |
| | | | | FreeBSD porter. | ||||
* | cast needed on msvc6 for ushort to char to avoid warning | patthoyts | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | Patch 2848897: Support the system keyboard cues setting on Windows | patthoyts | 2010-01-03 | 3 | -22/+99 |
| | | | | | | | | | This patch by Anton Kovalenko adds support for the Windows system-wide UI setting that prevents accelerators being underlined unless the Alt key is pressed. Modified to support the system keyboard cues flag and to handle dynamic changes to the system parameters by the user. | ||||
* | Simplify the postscript generation. | dkf | 2010-01-03 | 4 | -193/+213 |
| | |||||
* | tearoff menus should be transient and use the toolwindow style on Windows | patthoyts | 2010-01-03 | 2 | -1/+8 |
| | |||||
* | cast away const needed for msvc6 when calling Tcl_SetResult | patthoyts | 2010-01-03 | 1 | -2/+3 |
| | |||||
* | menu tests using 'tkwait visibility' are unix only | patthoyts | 2010-01-03 | 2 | -4/+8 |
| |