Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed [3588460fff] - -typevariable buggy in X11. Patch from Christian Gollwitzer | fvogel | 2016-10-12 | 1 | -1/+4 |
| | |||||
* | Fix [1641721]: tk_getOpenFile shows symlinks to directories twice. | jan.nijtmans | 2015-05-26 | 1 | -1/+4 |
|\ | |||||
| * | Fix [1641721]: tk_getOpenFile shows symlinks to directories twice. | jan.nijtmans | 2015-05-26 | 1 | -0/+4 |
| | | |||||
* | | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 1 | -1/+2 |
| | | | | | | using Tcl_Obj API, not the string result API. | ||||
* | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 2012-08-24 | 1 | -59/+58 |
|\ \ | |/ | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
| * | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 2012-08-24 | 1 | -61/+52 |
| | | | | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
* | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| * | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| | * | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa. | dgp | 2011-10-24 | 1 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Fix up the implementation to account for shared options enumeration. | dgp | 2011-10-17 | 1 | -1/+1 |
| | | | |||||
| * | | Revise the proposed "-nocomplain" option to "-confirmoverwrite" | dgp | 2011-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | Contributed implementation patch for TIP 382. | dgp | 2011-10-04 | 1 | -1/+7 |
| | | | |||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | | | | | | | | | | empty dirs. [Bug 1662959] | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | core scripts as this can cause problems with mega-widget libraries like snit. | ||||
| | * | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵ | dgp | 2006-01-25 | 1 | -59/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | instead of button for "File of type", as it properly handles -state disabled now. | ||||
| | * | * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory | hobbs | 2004-07-22 | 1 | -8/+13 |
| | | | | | | | | | | | | | | | [pwd] (instead of .) to get around some VFS edge case bugs. 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 | -1/+13 |
| | | | |||||
| | * | (::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 | -35/+19 |
| | | | | | | | | | | | | | | | | | | | | | 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] | ||||
| | * | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | dkf | 2003-10-29 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717] | ||||
| * | | 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 |
| | | | | | | | | | | | | with global variables (the only way it *can* work...) | ||||
| * | | [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 |
| | | | |||||
* | | | TIP #359: Extended window manager hints support for X11. | patthoyts | 2010-01-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -6/+8 |
| | | | | | | | | | | | | with global variables (the only way it *can* work...) | ||||
* | | | Make filebox.test pass cleanly again. | dkf | 2009-04-14 | 1 | -2/+2 |
| | | | |||||
* | | | Fix [Bug 2759119] and apply [Patch 2739360] (partially). | dkf | 2009-04-13 | 1 | -119/+164 |
| | | | |||||
* | | | Factor out the IconList megawidget. | dkf | 2009-02-12 | 1 | -788/+10 |
| | | | |||||
* | | | Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵ | patthoyts | 2009-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | in the tk_chooseDirectory unix implementation. | ||||
* | | | library/demos/*.tcl: Omit contraindicated [package require Ttk]. | jenglish | 2008-12-11 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl. | ||||
* | | | Bug tracker ID 1936220 | tmh | 2008-08-25 | 1 | -20/+7 |
|/ / | | | | | | | This patch corrects the multiple selection error reported in this bug tracker. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch. | ||||
* | | 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 ↵ | dkf | 2007-11-02 | 1 | -41/+144 |
| | | | | | | | | supports <Tab> completion of file names. [FRQ 805091] |