Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * tests/tk.test: | hobbs | 2000-10-31 | 1 | -1/+5 |
| | | | | | | | | * doc/tk.n: updated to reflect default on status of useinputmethods. * library/tk.tcl: tk useinputmethods is set to 1 by default. This enables Kanji and dead-char input by default. Intro'd in 1999-12-16 with default off to avoid some problems with older X servers that would slow down widget creation over time. | ||||
* | * library/tkfbox.tcl (OkCmd): Applied patch from [Bug: 6365], | ericm | 2000-10-19 | 1 | -4/+3 |
| | | | | | which adds safety for directory names containing spaces or which are non-lists. | ||||
* | When a dialog box (ex: tk_messageBox) pops up while | drh | 2000-09-30 | 1 | -2/+4 |
| | | | | | another application is holding the grab, the "grab" command fails and the dialog box is inoperative. "catch" the "grab" to prevent this. | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): Corrected | ericm | 2000-08-29 | 1 | -3/+6 |
| | | | | | handling of multi-pattern filters (eg, "* *.*"), which was broken by the getOpenFile performance patches applied earlier. | ||||
* | * library/safetk.tcl: rationalized the setting of tk_library when | hobbs | 2000-08-06 | 1 | -1/+6 |
| | | | | initialized Tk in a safe interpreter. | ||||
* | * library/text.tcl: Enhanced <Tab> binding to behave like normal | ericm | 2000-07-19 | 1 | -6/+11 |
| | | | | | <Tab> bindings when the text widget is disabled (ie, it advances focus to the next widget). | ||||
* | * library/tkfbox.tcl: Fixed keyboard navigation in the iconlist. | ericm | 2000-07-19 | 1 | -37/+38 |
| | |||||
* | Updated Greek message catalog. | ericm | 2000-07-18 | 1 | -68/+67 |
| | |||||
* | Updated German message catalog. | ericm | 2000-07-18 | 1 | -16/+16 |
| | |||||
* | * library/bgerror.tcl: Fixed a typo in one of the bgerror dialog | ericm | 2000-07-17 | 1 | -3/+3 |
| | | | | label. | ||||
* | * library/msgs/it.msg: Italian message catalog, from Paolo | ericm | 2000-07-17 | 1 | -0/+68 |
| | | | | Brutti. [RFE: 6012]. | ||||
* | Greek message catalog from George Petasis. | ericm | 2000-07-08 | 1 | -0/+84 |
| |