summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+2
| | | | array keyname expansion. [Bug 1004508] (bold)
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-161-6/+6
| | | | Thanks to Roberto Ugoccioni [Bug 1063675].
* Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith!dkf2004-11-082-1/+1736
|
* More animation demosdkf2004-11-073-1/+301
|
* Added a demo of simple animation to the widget tour.dkf2004-11-072-1/+164
|
* TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928)jenglish2004-10-193-9/+21
|
* Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]dkf2004-10-1913-27/+27
|
* remove debug codevincentdarley2004-10-181-2/+1
|
* updated as of en.msg 1.14bagnonm2004-10-111-17/+21
|
* Swedish message catalog from Mats Bengtsson.bagnonm2004-10-111-0/+74
|
* fix to mousewheel scrollingvincentdarley2004-09-241-2/+13
|
* Make sure the state is correctly reset on dialog startup. [Bug 845189]dkf2004-09-101-1/+2
|
* Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942]dkf2004-09-101-2/+6
|
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-103-56/+123
|
* * library/tkfbox.tcl (::tk::dialog::file::Create): use labelhobbs2004-09-061-15/+3
| | | | | instead of button for "File of type", as it properly handles -state disabled now.
* * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-261-1/+11
| | | | an atomic op to undo.
* Don't add the default extension to env-var referencesdkf2004-08-111-2/+5
|
* More fixing of [Bug 987169] and simple support for [FRQ 979101]dkf2004-08-112-8/+26
|
* Fix [Bug 987169] for tk_messageBox and tk_chooseColordkf2004-08-052-89/+101
|
* * library/tkfbox.tcl (::tk::dialog::file::Update): use -directoryhobbs2004-07-221-6/+7
| | | | | | [pwd] (instead of .) to get around some VFS edge case bugs. Correct args passes to tk_messageBox when failing to cd. Add -force back to namespace import of msgcat.
* * library/tkfbox.tcl: Corrected coding errors in most recent change.dgp2004-07-151-3/+3
| | | | Use [bind $w], not [$w configure] to modify bindings.
* Users can cause Unix file dialog to vanish early; treat like Cancel [Bug 987169]dkf2004-07-111-3/+19
|
* Fix minor mistakedkf2004-06-281-2/+2
|
* text widget fixesvincentdarley2004-06-041-2/+5
|
* Enabled TIP#152 style message detail on Unix/X11 platforms.dkf2004-05-131-5/+18
|
* * library/panedwindow.tcl (MarkSash): call DragSash to stop sashhobbs2004-05-031-1/+3
| | | | jump when B1 is pressed and released without moving. [Bug #932155]
* * library/bgerror.tcl (bgerror): rework to only set -topmost bithobbs2004-04-171-55/+34
| | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab.
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-1712-102/+44
|
* * (addFormattedText): Correct off-by-one error.cc_benny2004-02-251-2/+2
|
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-182-11/+59
| | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h:
* Esperanto and Polish message catalogs from Artur Trzewikdkf2004-02-102-0/+146
|
* * doc/menubutton.n:hobbs2004-02-041-2/+11
| | | | | * library/menu.tcl (::tk::MbPost): make menubuttons that post above or below reverse direction when not enough space is available.
* The dialogs were affected by the TIP#146 implementation.pspjuth2004-01-252-6/+8
| | | | Added grid anchor commands to restore original behaviour.
* library/bgerror.tcl: Truncate displayed error message if it's too longjenglish2003-12-201-3/+3
| | | | (fixes: #231251)
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-042-4/+67
|
* text widget dbl-click single character fixvincentdarley2003-11-131-21/+37
|
* text widget insert positioning after double/triple clickvincentdarley2003-11-131-3/+3
|
* (::tk::dialog::file::ActivateEnt): allow typing filename intohobbs2003-11-121-3/+10
| | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]
* * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-111-34/+18
| | | | | | | dir/files list separation by using the -tails, -directory and -type option of 'glob'. Also passes the glob the -filetypes filters instead of calling string match over each file. [Patch #833819]
* Dutch messages for widget demo from Arjen Markus. [Patch 836368]dkf2003-11-053-3/+149
|
* Minor fix that removes dependence on a particular path in the README.dkf2003-11-051-4/+4
|
* Add 'Print Code' support to Widget demo [Patch 835644]dkf2003-11-041-2/+122
|
* Make demo location independent of main Tk library location. [Patch 832691]dkf2003-11-0312-53/+59
|
* Updated Dutch messages [Patch 820519]dkf2003-11-011-18/+21
|
* TIP 155 implementationvincentdarley2003-10-311-59/+51
|
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-291-2/+8
| | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717]
* Fixed a typing error in ::tk::PlaceWindow. Please do a test before ↵chengyemao2003-10-291-2/+2
| | | | commiting a change.
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-281-2/+6
|
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-221-1/+11
|
* * library/text.tcl, doc/text.n: Text widget binding forjenglish2003-10-061-9/+4
| | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277]