Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. | hobbs | 2005-04-12 | 2 | -14/+53 |
| | | | | | | | | Add undoc'd ::tk::dialog::file::showHiddenBtn var (default 0) that will add a "Show Hidden" checkbutton to tk_get*File and tk_chooseDirectory if set to true. * library/choosedir.tcl (::tk::dialog::file::chooseDir::): fix cancelBtn ref, add hiddenBtn ref for "Show Hidden" button. | ||||
* | * library/comdlg.tcl: Added Macintosh file type validation to | dgp | 2005-04-05 | 1 | -1/+10 |
| | | | | [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley) | ||||
* | * library/panedwindow.tcl (::tk::panedwindow::Cursor): check | hobbs | 2005-02-12 | 1 | -2/+3 |
| | | | | window existence on delayed call. [Bug 949792] | ||||
* | Forgot newline at end | dkf | 2005-01-31 | 1 | -1/+1 |
| | |||||
* | Add es_ES-specific localization. [Bug 1111213] | dkf | 2005-01-31 | 1 | -0/+5 |
| | |||||
* | Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacks | dkf | 2005-01-18 | 1 | -15/+17 |
| | |||||
* | More fixing of [Bug 600313] | dkf | 2005-01-13 | 1 | -18/+24 |
| | |||||
* | Partial fix of [Bug 600313] | dkf | 2005-01-13 | 1 | -9/+13 |
| | |||||
* | Coding style improvements for the widget demo. [FRQ 815118] | dkf | 2004-12-21 | 44 | -45/+131 |
| | |||||
* | * library/console.tcl (::tk::console::ExpandVariable): correct | hobbs | 2004-11-17 | 1 | -2/+2 |
| | | | | array keyname expansion. [Bug 1004508] (bold) | ||||
* | * library/msgs/it.msg: Updated Italian message catalog. | dgp | 2004-11-16 | 1 | -6/+6 |
| | | | | Thanks to Roberto Ugoccioni [Bug 1063675]. | ||||
* | Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith! | dkf | 2004-11-08 | 2 | -1/+1736 |
| | |||||
* | More animation demos | dkf | 2004-11-07 | 3 | -1/+301 |
| | |||||
* | Added a demo of simple animation to the widget tour. | dkf | 2004-11-07 | 2 | -1/+164 |
| | |||||
* | TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928) | jenglish | 2004-10-19 | 3 | -9/+21 |
| | |||||
* | Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835] | dkf | 2004-10-19 | 13 | -27/+27 |
| | |||||
* | remove debug code | vincentdarley | 2004-10-18 | 1 | -2/+1 |
| | |||||
* | updated as of en.msg 1.14 | bagnonm | 2004-10-11 | 1 | -17/+21 |
| | |||||
* | Swedish message catalog from Mats Bengtsson. | bagnonm | 2004-10-11 | 1 | -0/+74 |
| | |||||
* | fix to mousewheel scrolling | vincentdarley | 2004-09-24 | 1 | -2/+13 |
| | |||||
* | Make sure the state is correctly reset on dialog startup. [Bug 845189] | dkf | 2004-09-10 | 1 | -1/+2 |
| | |||||
* | Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942] | dkf | 2004-09-10 | 1 | -2/+6 |
| | |||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 3 | -56/+123 |
| | |||||
* | * library/tkfbox.tcl (::tk::dialog::file::Create): use label | hobbs | 2004-09-06 | 1 | -15/+3 |
| | | | | | instead of button for "File of type", as it properly handles -state disabled now. | ||||
* | * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is | hobbs | 2004-08-26 | 1 | -1/+11 |
| | | | | an atomic op to undo. | ||||
* | Don't add the default extension to env-var references | dkf | 2004-08-11 | 1 | -2/+5 |
| | |||||
* | More fixing of [Bug 987169] and simple support for [FRQ 979101] | dkf | 2004-08-11 | 2 | -8/+26 |
| | |||||
* | Fix [Bug 987169] for tk_messageBox and tk_chooseColor | dkf | 2004-08-05 | 2 | -89/+101 |
| | |||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory | hobbs | 2004-07-22 | 1 | -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. | dgp | 2004-07-15 | 1 | -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] | dkf | 2004-07-11 | 1 | -3/+19 |
| | |||||
* | Fix minor mistake | dkf | 2004-06-28 | 1 | -2/+2 |
| | |||||
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -2/+5 |
| | |||||
* | Enabled TIP#152 style message detail on Unix/X11 platforms. | dkf | 2004-05-13 | 1 | -5/+18 |
| | |||||
* | * library/panedwindow.tcl (MarkSash): call DragSash to stop sash | hobbs | 2004-05-03 | 1 | -1/+3 |
| | | | | jump when B1 is pressed and released without moving. [Bug #932155] | ||||
* | * library/bgerror.tcl (bgerror): rework to only set -topmost bit | hobbs | 2004-04-17 | 1 | -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] | das | 2004-03-17 | 12 | -102/+44 |
| | |||||
* | * (addFormattedText): Correct off-by-one error. | cc_benny | 2004-02-25 | 1 | -2/+2 |
| | |||||
* | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 2 | -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 Trzewik | dkf | 2004-02-10 | 2 | -0/+146 |
| | |||||
* | * doc/menubutton.n: | hobbs | 2004-02-04 | 1 | -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. | pspjuth | 2004-01-25 | 2 | -6/+8 |
| | | | | Added grid anchor commands to restore original behaviour. | ||||
* | library/bgerror.tcl: Truncate displayed error message if it's too long | jenglish | 2003-12-20 | 1 | -3/+3 |
| | | | | (fixes: #231251) | ||||
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 2 | -4/+67 |
| | |||||
* | text widget dbl-click single character fix | vincentdarley | 2003-11-13 | 1 | -21/+37 |
| | |||||
* | text widget insert positioning after double/triple click | vincentdarley | 2003-11-13 | 1 | -3/+3 |
| | |||||
* | (::tk::dialog::file::ActivateEnt): allow typing filename into | hobbs | 2003-11-12 | 1 | -3/+10 |
| | | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -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] | dkf | 2003-11-05 | 3 | -3/+149 |
| | |||||
* | Minor fix that removes dependence on a particular path in the README. | dkf | 2003-11-05 | 1 | -4/+4 |
| |