Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/entry.tcl: | mdejong | 2002-02-15 | 2 | -6/+4 |
| | | | | | | | | | * library/text.tcl: Adjust <Double-1> and <Triple-1> bindings so that no anchor point is set and the insertion cursor is set to the last character in the selection. [Bug 220943] * tests/event.test: Add test cases for double click and drag as well as triple click and drag in the text and entry widgets. | ||||
* | * library/text.tcl (tk::TextButton1): made text receive focus even | hobbs | 2001-12-28 | 1 | -2/+5 |
| | | | | | in disabled state for Windows to show selection and allow mouse-wheel scrolling. | ||||
* | * library/entry.tcl: | hobbs | 2001-12-27 | 3 | -241/+130 |
| | | | | | | * library/spinbox.tcl: * library/text.tcl: added extra checks against bug #220269 and made spinbox reuse more of the entry procedure code. | ||||
* | Added code to guess the correct default extension from whatever value | dkf | 2001-12-14 | 1 | -6/+27 |
| | | | | | was selected in the filetypes option menu. Adapted from code by Chris Nelson submitted in Patch #492220. | ||||
* | More widget demo improvements. | dkf | 2001-11-30 | 1 | -13/+44 |
| | |||||
* | Made tk_setPalette guess a reasonable default for the foreground colour. | dkf | 2001-11-29 | 1 | -3/+11 |
| | |||||
* | When a menu is torn off, a new "clone" menu is created which is an exact | drh | 2001-11-27 | 1 | -2/+4 |
| | | | | | | | | copy of the original. The copy even includes the tearoff bar, though the tearoff bar is not displayed. But even though it wasn't displayed, the tearoff bar on the tearoff menu could be visited using keyboard traversal. This change makes it so that the (invisible) tearoff bar of tearoff menus is no longer visited on keyboard traversal. | ||||
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 3 | -7/+6 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details | ||||
* | Some neatening up of the widget demo launcher, and a new validated entry demo | dkf | 2001-11-19 | 2 | -109/+256 |
| | |||||
* | * library/menu.tcl: corrected menu traversal code on Unix to | hobbs | 2001-11-16 | 1 | -11/+10 |
| | | | | better handle entering cascades. [Patch #481219] | ||||
* | stupid typo | dkf | 2001-11-15 | 1 | -2/+2 |
| | |||||
* | tk_setPalette now works correctly under CDE, + an image demo update | dkf | 2001-11-15 | 2 | -17/+52 |
| | |||||
* | Minor improvements to undo (demo,docs&bindings) | dkf | 2001-11-15 | 2 | -4/+17 |
| | |||||
* | added TIP#26 text widget undo/redo functionality | hobbs | 2001-11-13 | 2 | -5/+56 |
| | |||||
* | fixed unix tk_chooseColor to allow full 0..255 range selection via mouse | hobbs | 2001-11-12 | 1 | -6/+8 |
| | |||||
* | Yet more -compound showing off, prompted by Vince Darley | dkf | 2001-11-12 | 1 | -1/+7 |
| | |||||
* | More fancying up of the demo suite | dkf | 2001-11-12 | 1 | -14/+29 |
| | |||||
* | Minor fixes from wohnivec@iol.cz Thanks! | dkf | 2001-11-05 | 4 | -8/+8 |
| | |||||
* | Improvements to widget demo (integrates/demonstrates the new 8.4 widgets) | dkf | 2001-10-30 | 3 | -14/+71 |
| | |||||
* | More demo upgrades derived from 8.3.4 and using new features | dkf | 2001-10-30 | 2 | -96/+119 |
| | |||||
* | More demo upgrades derived from 8.3.4 | dkf | 2001-10-29 | 2 | -14/+28 |
| | |||||
* | Improvements to the demo scripts, mostly up-ported from 8.3.4 | dkf | 2001-10-29 | 3 | -165/+185 |
| | |||||
* | * library/console.tcl: removed transpose ability until the console | hobbs | 2001-10-19 | 1 | -5/+5 |
| | | | | can get a proper rewrite of tag handling. | ||||
* | * library/console.tcl (ConsoleOutput): fixed undefined widget | hobbs | 2001-10-18 | 1 | -3/+4 |
| | | | | argument. | ||||
* | * library/xmfbox.tcl: fixed filtering in motif file dialog. | hobbs | 2001-10-16 | 1 | -5/+9 |
| | | | | [Patch #469670] (nelson) | ||||
* | * library/console.tcl: added more smarts extracted from tkcon to | hobbs | 2001-10-09 | 1 | -125/+566 |
| | | | | the default console. | ||||
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 3 | -4/+89 |
| | |||||
* | Fixed string/list confusion in directory browser, and a typo in ChangeLog | dkf | 2001-09-17 | 2 | -15/+17 |
| | |||||
* | Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used | drh | 2001-09-12 | 1 | -1/+7 |
| | | | | | to appear when you would point the file browser box at an empty directory and click on the canvas. | ||||
* | * Corrected TIP 44 typo | dgp | 2001-08-27 | 1 | -2/+2 |
| | | | | | that broke binding. Thanks to "Michal" for the fix. [Bug 455468] | ||||
* | [#450020] Messages for czech language | bagnonm | 2001-08-24 | 1 | -0/+67 |
| | | | | from http://web.telecom.cz/WoodPrint/cs.msg.gz | ||||
* | * library/dialog.tcl (tk_dialog): changed dialog to show bar on | hobbs | 2001-08-22 | 1 | -3/+4 |
| | | | | | Windows as well and added some y padding between the buttons and the bar. [Patch #442835] (harrismh) | ||||
* | Converted [glob [file join]] to [glob -directory] (Bug #223313) | dkf | 2001-08-10 | 1 | -2/+2 |
| | | | | | Also cleaned up a few space/tab issues in the ChangeLog which make a difference if you're using a highlighting editor like emacs... | ||||
* | Corrections to problems introduced by | dgp | 2001-08-09 | 2 | -8/+7 |
| | | | | the TIP 44 changes. [Bug 449261] | ||||
* | * TIP 44 changes specific to the Mac and | dgp | 2001-08-06 | 4 | -8/+11 |
| | | | | | | Windows platforms that were overlooked before: tkOpenDocument, tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: . Thanks to Vince Darley for prompting another look. | ||||
* | Correction to TIP 44 implementation. | dgp | 2001-08-01 | 1 | -3/+3 |
| | |||||
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp | 2001-08-01 | 24 | -1886/+2207 |
| | | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. | ||||
* | The new tk_chooseDirectory dialog box implementation was sometimes giving | drh | 2001-07-19 | 1 | -1/+2 |
| | | | | | an error like this: can't read "data(list)": no such element in array. The problem is a race condition. This patch should fix the problem. | ||||
* | Added missing backslash in Motif File Selector code. | dkf | 2001-07-03 | 1 | -2/+2 |
| | |||||
* | * library/console.tcl: | hobbs | 2001-07-03 | 5 | -16/+48 |
| | | | | | | | | | | | | | | | | | | | | | * library/entry.tcl: * library/spinbox.tcl: * library/text.tcl: * library/tk.tcl: added private ::tk::GetSelection command to handle requesting selection. This is to support requesting UTF8_STRING before generic STRING on Unix. Changed Text, Spinbox, Entry and Console to use this command. * tests/select.test: * generic/tkSelect.c (Tk_CreateSelHandler, Tk_DeleteSelHandler): on Unix, a UTF8_STRING handler will be created when the user requests a STRING handler (in addition to the STRING handler). This provides implicit support for the new UTF8_STRING selection target. * unix/tkUnixSelect.c (TkSelEventProc, ConvertSelection): Added support for UTF8_STRING target. [RFE #418653, Patch #433283] * generic/tkInt.h: added utf8Atom to TkDisplay structure. | ||||
* | Added braces to expressions. | dkf | 2001-06-14 | 17 | -138/+142 |
| | |||||
* | * tests/safe.test: added note about correcting failures in | hobbs | 2001-03-31 | 1 | -6/+3 |
| | | | | | | safe.test. * library/tk.tcl: moved package require msgcat inside if case to not be used in safe interps. | ||||
* | * library/bgerror.tcl (bgerror): allow focus into details window | hobbs | 2001-03-30 | 1 | -2/+3 |
| | | | | for Windows C&P to work. [Bug #220929] | ||||
* | * library/tk.tcl: put a catch around adding <hpBackTab> to the | hobbs | 2001-03-30 | 1 | -2/+5 |
| | | | | | <<PrevWindow>> virtual event as it doesn't seem to work on all HP systems. [Bug #411669] | ||||
* | * library/tkfbox.tcl: fixed selecting directories and single files | hobbs | 2001-03-30 | 1 | -9/+15 |
| | | | | with spaces using tk_getOpenFile -multiple 1. [Bug #411640] | ||||
* | * library/msgs/de.msg: fixed translations. [Patch #403525] | hobbs | 2001-03-30 | 1 | -3/+3 |
| | |||||
* | * library/entry.tcl (tkEntryMouseSelect): | mdejong | 2001-03-29 | 2 | -10/+7 |
| | | | | | | | | | | * library/text.tcl (tkTextSelectTo): When the mouse is dragged with the button down, move the insertion cursor to the current mouse position. * tests/event.test: Add a series of tests for event generation. Add tests for selection, check the position of the insertion cursor. | ||||
* | updated copyright | hobbs | 2000-11-02 | 1 | -3/+3 |
| | |||||
* | threw catch around tk useinputmethods call for safe interps | hobbs | 2000-10-31 | 1 | -3/+4 |
| | |||||
* | simplified tk_library path normalization call | hobbs | 2000-10-31 | 1 | -2/+2 |
| |