summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
* Added "magic ampersand" approach for translated strings in standard dialogs.a_kovalenko2002-06-1014-306/+458
| | | | | All translations were modified to work with "magic ampersand". Russian translations added.
* * library/bgerror.tcl (tk::dialog::error::bgerror):mdejong2002-06-091-5/+2
| | | | | Don't set the bgerror dialog as a transient of itself since this operation is ill defined.
* Make non-default buttons in messagebox have -default normala_kovalenko2002-06-061-1/+3
|
* * A little namespace cleanup on Daniel Steffen'sdgp2002-05-201-16/+21
| | | | latest revisions to avoid defining new global commands.
* * mac/tkMacInit.c:das2002-05-202-13/+24
| | | | | | | * library/console.tcl: * library/tk.tcl: fix tk.tcl not sourcing library files that define bindings at startup on mac. (independent of tk library files being in resources or on auto_path)
* * Cleaned up namespace usage of the bgerrordgp2002-05-082-59/+62
| | | | dialog. Completes soft dependence on msgcat. [FR 539309]
* new feature, make dependence on msgcat soft, [539309]bagnonm2002-05-031-14/+16
|
* new feature, make dependence on msgcat soft, [539309]bagnonm2002-04-298-145/+143
|
* namespacing ::tk message catalogs, bug [546333]bagnonm2002-04-269-579/+594
|
* * library/button.tcl (ButtonLeave): corrected the 3hobbs2002-04-231-10/+11
| | | | | implementations of ButtonLeave to check for Priv(relief) existing before trying to use it. [Patch #541849]
* fixed translation of yes from si to "s\u00ed"bagnonm2002-04-161-1/+1
|
* Modifed the translation of Yes from "Si" to "S\u00ed"bagnonm2002-04-161-1/+1
|
* new feature request, 539309 make dependence on msgcat "soft"bagnonm2002-04-161-3/+30
| | | | | msgcat procedures as used in tk defined in case the package is not available.
* Middle button no longer double pastes into text! Also cleaned some code up.dkf2002-03-071-9/+8
|
* added catch around Triple-1 binding use of sel.lasthobbs2002-03-041-2/+2
|
* * library/console.tcl (ConsoleBind): Corrected console <<Paste>>dgp2002-03-011-2/+4
| | | | binding on Unix platforms.
* * library/scale.tcl: mirror B2 bindings to B3 on Windows to betterhobbs2002-02-261-1/+9
| | | | accomodate two button mice. [Patch #493145]
* improved proxy sash handling. (boudaillier)hobbs2002-02-261-7/+9
|
* Added proc comments. Made configuring sash cursor more efficient.hobbs2002-02-231-22/+65
| | | | | | Added Cursor timer that restores the default cursor when pointer is no longer over the sash. This is necessary because Leave events won't be seen when moving into a paned child.
* * library/panedwindow.tcl (ReleaseSash): changed to not pass x andhobbs2002-02-221-4/+4
| | | | y args at all (they aren't used).
* Fixed panedwindow binding bugs and added demos for it too.dkf2002-02-225-8/+122
|
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-0/+136
|
* * library/entry.tcl:mdejong2002-02-152-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 evenhobbs2001-12-281-2/+5
| | | | | in disabled state for Windows to show selection and allow mouse-wheel scrolling.
* * library/entry.tcl:hobbs2001-12-273-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 valuedkf2001-12-141-6/+27
| | | | | was selected in the filetypes option menu. Adapted from code by Chris Nelson submitted in Patch #492220.
* More widget demo improvements.dkf2001-11-301-13/+44
|
* Made tk_setPalette guess a reasonable default for the foreground colour.dkf2001-11-291-3/+11
|
* When a menu is torn off, a new "clone" menu is created which is an exactdrh2001-11-271-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 newdas2001-11-233-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 demodkf2001-11-192-109/+256
|
* * library/menu.tcl: corrected menu traversal code on Unix tohobbs2001-11-161-11/+10
| | | | better handle entering cascades. [Patch #481219]
* stupid typodkf2001-11-151-2/+2
|
* tk_setPalette now works correctly under CDE, + an image demo updatedkf2001-11-152-17/+52
|
* Minor improvements to undo (demo,docs&bindings)dkf2001-11-152-4/+17
|
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-132-5/+56
|
* fixed unix tk_chooseColor to allow full 0..255 range selection via mousehobbs2001-11-121-6/+8
|
* Yet more -compound showing off, prompted by Vince Darleydkf2001-11-121-1/+7
|
* More fancying up of the demo suitedkf2001-11-121-14/+29
|
* Minor fixes from wohnivec@iol.cz Thanks!dkf2001-11-054-8/+8
|
* Improvements to widget demo (integrates/demonstrates the new 8.4 widgets)dkf2001-10-303-14/+71
|
* More demo upgrades derived from 8.3.4 and using new featuresdkf2001-10-302-96/+119
|
* More demo upgrades derived from 8.3.4dkf2001-10-292-14/+28
|
* Improvements to the demo scripts, mostly up-ported from 8.3.4dkf2001-10-293-165/+185
|
* * library/console.tcl: removed transpose ability until the consolehobbs2001-10-191-5/+5
| | | | can get a proper rewrite of tag handling.
* * library/console.tcl (ConsoleOutput): fixed undefined widgethobbs2001-10-181-3/+4
| | | | argument.
* * library/xmfbox.tcl: fixed filtering in motif file dialog.hobbs2001-10-161-5/+9
| | | | [Patch #469670] (nelson)
* * library/console.tcl: added more smarts extracted from tkcon tohobbs2001-10-091-125/+566
| | | | the default console.
* Added labelframe widget. TIP#18.pspjuth2001-09-263-4/+89
|
* Fixed string/list confusion in directory browser, and a typo in ChangeLogdkf2001-09-172-15/+17
|