| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | TIP #359: Extended Window Manager Hints support for 8.4 | patthoyts | 2010-01-23 | 1 | -1/+2 |
|
|
| * | * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues in | hobbs | 2007-02-19 | 1 | -3/+3 |
|
|
| * | catch scrollbar use of highlightthickness | hobbs | 2006-07-07 | 1 | -3/+3 |
|
|
| * | bug #1451587: avoid using abbreviated sub-commands in | patthoyts | 2006-03-17 | 1 | -24/+24 |
|
|
| * | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377... | dgp | 2006-01-25 | 1 | -59/+56 |
|
|
| * | Fix [Bug 1335485] | dkf | 2005-11-22 | 1 | -2/+2 |
|
|
| * | * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. | hobbs | 2005-04-12 | 1 | -11/+41 |
|
|
| * | More state resetting on dialog start. [Bug 845189] | dkf | 2004-09-10 | 1 | -1/+3 |
|
|
| * | * library/tkfbox.tcl (::tk::dialog::file::Create): use label | hobbs | 2004-09-06 | 1 | -15/+3 |
|
|
| * | * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory | hobbs | 2004-07-22 | 1 | -8/+13 |
|
|
| * | Users can cause Unix file dialog to vanish early; treat like Cancel [Bug 987169] | dkf | 2004-07-11 | 1 | -1/+13 |
|
|
| * | (::tk::dialog::file::ActivateEnt): allow typing filename into | hobbs | 2003-11-12 | 1 | -3/+10 |
|
|
| * | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -35/+19 |
|
|
| * | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | dkf | 2003-10-29 | 1 | -2/+8 |
|
|
* | | TIP #359: Extended window manager hints support for X11. | patthoyts | 2010-01-20 | 1 | -1/+2 |
|
|
* | | [Bug 2919205]: Correct ordering of arguments to tk_messageBox. | dkf | 2009-12-22 | 1 | -2/+2 |
|
|
* | | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -8/+10 |
|
|
* | | [Patch 2870648]: Corrected cursor used in file/directory dialogs. | dkf | 2009-10-08 | 1 | -2/+2 |
|
|
* | | fix for bug tracker id 1936220 backported from tk8.6 | tmh | 2008-08-25 | 1 | -20/+7 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * library/tkfbox.tcl (VerifyFileName): Corrected a couple | Kevin B Kenny | 2007-11-26 | 1 | -4/+5 |
|
|
* | | Improve theming of Unix dialogs | dkf | 2007-11-21 | 1 | -5/+8 |
|
|
* | | Updated with improved padding from Emiliano | dkf | 2007-11-02 | 1 | -3/+3 |
|
|
* | | GOOBE tweak; get background from theme | dkf | 2007-11-02 | 1 | -1/+3 |
|
|
* | | Bugfix | dkf | 2007-11-02 | 1 | -2/+2 |
|
|
* | | Tk (non-native) file chooser now uses Ttk widgets for better L&F and supports... | dkf | 2007-11-02 | 1 | -41/+144 |
|
|
* | | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -5/+4 |
|
|
* | | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -4/+27 |
|
|
* | | * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues in | hobbs | 2007-02-19 | 1 | -2/+2 |
|
|
* | | catch scrollbar use of highlightthickness | hobbs | 2006-07-07 | 1 | -3/+3 |
|
|
* | | Fix [1467938] | dkf | 2006-04-10 | 1 | -6/+10 |
|
|
* | | bug #1451587: avoid using abbreviated sub-commands in | patthoyts | 2006-03-17 | 1 | -24/+24 |
|
|
* | | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377... | dgp | 2006-01-25 | 1 | -18/+15 |
|
|
* | | Bits and pieces relating to [Bug 600313] | dkf | 2005-11-22 | 1 | -18/+7 |
|
|
* | | Fix [Bug 1335485] | dkf | 2005-11-22 | 1 | -27/+31 |
|
|
* | | Apply some of the changes suggested in [Patch 1237759] | dkf | 2005-07-25 | 1 | -109/+113 |
|
|
* | | * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. | hobbs | 2005-04-12 | 1 | -11/+42 |
|
|
* | | More fixing of [Bug 600313] | dkf | 2005-01-13 | 1 | -18/+24 |
|
|
* | | Partial fix of [Bug 600313] | dkf | 2005-01-13 | 1 | -9/+13 |
|
|
* | | Make sure the state is correctly reset on dialog startup. [Bug 845189] | dkf | 2004-09-10 | 1 | -1/+2 |
|
|
* | | * library/tkfbox.tcl (::tk::dialog::file::Create): use label | hobbs | 2004-09-06 | 1 | -15/+3 |
|
|
* | | 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 | 1 | -6/+21 |
|
|
* | | * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory | hobbs | 2004-07-22 | 1 | -6/+7 |
|
|
* | | * library/tkfbox.tcl: Corrected coding errors in most recent change. | dgp | 2004-07-15 | 1 | -3/+3 |
|
|
* | | Users can cause Unix file dialog to vanish early; treat like Cancel [Bug 987169] | dkf | 2004-07-11 | 1 | -3/+19 |
|
|
* | | (::tk::dialog::file::ActivateEnt): allow typing filename into | hobbs | 2003-11-12 | 1 | -3/+10 |
|
|
* | | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -34/+18 |
|
|