summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
Commit message (Collapse)AuthorAgeFilesLines
* Removed proc ::tk_getFileType since it is used nowhere in Tk, is ↵fvogel2016-11-021-1/+0
| | | | undocumented, is superseded by the -typevariable option of file dialogs, and was anyway only available if tk_strictMotif is true.
* Factor out some of the megawidget machinery.dkf2010-03-121-0/+1
|
* Factor out the IconList megawidget.dkf2009-02-121-28/+1
|
* TIP #324 IMPLEMENTATIONdas2008-12-101-0/+1
|
* * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-0/+1
| | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups.
* Fix bits that (should, and now do) refer to tk::IconList_CurSelectiondkf2005-11-251-1/+1
|
* Applied patch #546910 -- international postscript outputa_kovalenko2002-06-251-0/+1
|
* * Cleaned up namespace usage of the bgerrordgp2002-05-081-3/+3
| | | | dialog. Completes soft dependence on msgcat. [FR 539309]
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-208/+239
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * tests/filebox.test:ericm2000-03-241-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/choosedir.test: Updated tests. * library/xmfbox.tcl: Updated to stash data array in ::tk::dialog::file namespace instead of in global namespace. * library/tkfbox.tcl: Extended some functions to support creation of a choosedir dialog, to allow greater code reuse between the two dialogs. Moved tkFDialog* functions into a namespace (::tk::dialog::file). Because these are private Tk functions (and should thus not be used directly by users), this should not impact anybody (the tk_getOpenFile and tk_getSaveFile commands still exist at the global scope). * library/tk.tcl: * library/tclIndex: Updated function names for tkFDialog* functions and choosedir functions. * library/choosedir.tcl: New and improved implementation of tk_chooseDirectory dialog. Based on tk_getOpenFile dialog. * library/listbox.tcl: (tkListboxCancel) Added a check for empty string value for tkPriv(listboxPrev). Without this check, it's possible to get a stack trace under certain conditions. [Bug: 4373].
* * library/tk.tcl:ericm2000-02-011-1/+1
| | | | | | | | * library/tclIndex: * library/choosedir.tcl: Moved choosedir functions into the ::tk::dialog::chooseDir namespace instead of a toplevel ::tkChooseDirectory namespace. Additional cleanup on the chooseDir dialog.
* * doc/getOpenFile.n:ericm2000-01-271-0/+1
| | | | | | | | | | | * doc/chooseDirectory.n: Man page/cross links for tk_chooseDirectory (bug #1786). * library/tk.tcl: * library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786) * library/choosedir.tcl: tk_chooseDirectory implementation for Unix/Mac (bug #1786).
* plugin updateswelch1998-06-271-0/+3
|
* Initial revisionrjohnson1998-04-011-0/+241