summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
...
* fix for bug report #530212 "Bad Window Path Name in tkMenuFind"jenglish2002-06-111-5/+3
* Added "magic ampersand" approach for translated strings in standard dialogs.a_kovalenko2002-06-1014-306/+458
* * library/bgerror.tcl (tk::dialog::error::bgerror):mdejong2002-06-091-5/+2
* 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
* * mac/tkMacInit.c:das2002-05-202-13/+24
* * Cleaned up namespace usage of the bgerrordgp2002-05-082-59/+62
* 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
* 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
* 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
* * library/scale.tcl: mirror B2 bindings to B3 on Windows to betterhobbs2002-02-261-1/+9
* improved proxy sash handling. (boudaillier)hobbs2002-02-261-7/+9
* Added proc comments. Made configuring sash cursor more efficient.hobbs2002-02-231-22/+65
* * library/panedwindow.tcl (ReleaseSash): changed to not pass x andhobbs2002-02-221-4/+4
* 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 (tk::TextButton1): made text receive focus evenhobbs2001-12-281-2/+5
* * library/entry.tcl:hobbs2001-12-273-241/+130
* Added code to guess the correct default extension from whatever valuedkf2001-12-141-6/+27
* 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
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-233-7/+6
* 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
* 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
* * library/console.tcl (ConsoleOutput): fixed undefined widgethobbs2001-10-181-3/+4
* * library/xmfbox.tcl: fixed filtering in motif file dialog.hobbs2001-10-161-5/+9
* * library/console.tcl: added more smarts extracted from tkcon tohobbs2001-10-091-125/+566
* Added labelframe widget. TIP#18.pspjuth2001-09-263-4/+89