summaryrefslogtreecommitdiffstats
path: root/library/clrpick.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * library/clrpick.tcl (color::BuildDialog):dkf2003-02-211-7/+7
| | | | | | | | * library/msgbox.tcl (MessageBox): Yet more places that did complex and fragile width calculations instead of using grid, though with these it is the -uniform option that saves the day. FossilOrigin-Name: f29e6bb52e801523adfd78fd5b0a17304b9ba742
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-07-221-8/+1
| | | | | | | | | | | | * library/clrpick.tcl (tk::dialog::file::chooseDir): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog): Revert [Tk patch 568278]. The transient window workaround is no longer needed since the fix for [Tk bug 570764] solved the problem for withdrawn transients. FossilOrigin-Name: 292849c2409f5249983e7e27590973fb92ae2c0a
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-06-131-1/+8
| | | | | | | | | | | | | * library/clrpick.tcl (tk::dialog::file::chooseDir): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog): Remove the transient property on dialogs after they have been dismissed to insulate them from further state changes in the master. This keeps a withdrawn dialog from being mapped when the master is deiconified. [Tk patch 568278] FossilOrigin-Name: e3449e31355a45e3e239f8ad595515b228bd311c
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-06-121-2/+11
| | | | | | | | | | | | | | | * library/clrpick.tcl (tk::dialog::color): * library/dialog.tcl (tk_dialog): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog_Create): Only make the dialog window a transient if the master is visible. This check already appeared in some of the dialogs. This patch just copies the check into those that were lacking. FossilOrigin-Name: 627fc4dfc42deeb3dc0a7098e4b91919e6ba543d
* Added "magic ampersand" approach for translated strings in standard dialogs.a_kovalenko2002-06-101-20/+17
| | | | | | | All translations were modified to work with "magic ampersand". Russian translations added. FossilOrigin-Name: f34dcf01ddf22dc24ff6457fca33d8e39ad2c134
* new feature, make dependence on msgcat soft, [539309]bagnonm2002-04-291-11/+13
| | | FossilOrigin-Name: 21bd767606dc25d686705fb734424298a8611515
* fixed unix tk_chooseColor to allow full 0..255 range selection via mousehobbs2001-11-121-6/+8
| | | FossilOrigin-Name: 171898d2ed275a6890f8ec878fc683483111a600
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-127/+133
| | | | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
* Added braces to expressions.dkf2001-06-141-3/+3
| | | FossilOrigin-Name: 486fbd3c546a027744d7834fc68070af4f182d25
* * library/msgs/de.msg: German message catalog.ericm2000-06-301-16/+26
| | | | | | | | | | | | | | | | | | | | | | * library/msgs/en.msg: English message catalog. * library/msgs/es.msg: Spanish message catalog. * library/msgs/fr.msg: French message catalog. * unix/Makefile.in: * unix/configure.in: * library/tk.tcl: * library/clrpick.tcl: * library/choosedir.tcl: * library/console.tcl: * library/msgbox.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: * library/bgerror.tcl: Applied patches from Laurent Duperval to provide localization of Tk dialogs. [RFE: 2671]. FossilOrigin-Name: fba5538c67f2c40b36cf85e267a90136a5a80bbd
* * library/clrpick.tcl (tkColorDialog_Config): error now thrownhobbs2000-04-041-16/+14
| | | | | | when -initialcolor "" specified. [Bug: 4198] FossilOrigin-Name: cfdf219f59bc48bbd22f37fec0b5ddc2bad29f15
* *** empty log message ***ericm2000-03-021-3/+3
| | | FossilOrigin-Name: f6c1d00a6acaa4681609aa9096d8b258b44378f0
* * tests/clrpick.test:ericm2000-03-021-4/+10
| | | | | | | * library/clrpick.tcl: Added code to make color chooser dialog inherit screen setting from parent (bug #2334) FossilOrigin-Name: 5a5744d5950859e0b51d2b32f8ca590231653307
* * library/clrpick.tcl:hobbs1999-11-241-27/+5
| | | | | | | | | | | * library/msgbox.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed dialogs to center over -parent, added utility functions ::tk::PlaceWindow, ::tk::SetFocusGrab, ::tk::RestoreFocusGrab to tk.tcl to help FossilOrigin-Name: 21de21752ffde474338a379bb09367d06c05fc12
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-41/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.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/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators FossilOrigin-Name: 09a6499cb99c0cb6c16ea5a2e6076132489b9b8f
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-4/+4
| | | | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422] FossilOrigin-Name: fc0e0bc2832c490a23f5fe66314a17957bbb8d74
* * Merged 8.1 branch into the main trunkstanton1999-04-161-4/+4
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* plugin updateswelch1998-06-271-44/+44
| | | FossilOrigin-Name: a31d73e5fbaa868008186067e2535e2f9c3140a0
* Initial revisionrjohnson1998-04-011-0/+691
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4