Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for color.tcl
2024-10-15
| ||
09:35 | Changes after static migration checker file: [e1897d0880] check-in: [5ace0c3895] user: oehhar branch: b78ac94ee6_tcl9, size: 31457 | |
2024-10-14
| ||
16:23 | [b78ac94ee6] Provided patch for TCL9 file: [ede53372d7] check-in: [0be172c2a0] user: oehhar branch: b78ac94ee6_tcl9, size: 31355 | |
2024-08-21
| ||
16:20 | Merge bwidget branch file: [f8d9500757] check-in: [8acfd06d90] user: oehhar branch: 4f9a4205-named-colors-alt, size: 31346 | |
16:16 | [4f9a4205f0] fix color display in color picker dialog after manual color entry (#ff0) and clicking on intensity pane (far right) file: [7648a53979] check-in: [a17d9fc909] user: oehhar branch: bwidget, size: 30790 | |
2024-08-19
| ||
11:46 | Ticket [4f9a4205] color names in color picker: alternate solution file: [1c903d9c2b] check-in: [9616d6dea2] user: oehhar branch: 4f9a4205-named-colors-alt, size: 31328 | |
10:09 | Ticket [4f9a4205f0]: add named color handling for color selection box file: [f0a2a81e5b] check-in: [2605c8c3e2] user: oehhar branch: 4f9a4205-named-colors, size: 40018 | |
2018-01-10
| ||
17:33 | color.tcl: replace the help widget by balloons bound to the widgets. Ticket [2cc70ce1cb] file: [7bdeacaf4b] check-in: [053b970494] user: oehhar branch: bwidget, size: 30772 | |
2018-01-09
| ||
17:45 | Rudimentary French localisation, help not on on by default (compatibility), ChangeLog file: [a7b92da85c] check-in: [31afcaf544] user: oehhar branch: patch-75101, size: 31515 | |
2017-10-28
| ||
00:18 |
REVISIONS TO color.tcl
1. Remove option -variable 2. Remove variable _varName which held the value of option -variable 3. Use variable _unsavedSelection in place of $_varName when a value must be stored 4. Add option -command 5. Add variable _command which holds the value of option -command 6. Set the default value for option -help to 1 7. Add command _userCommand to evaluate $_command at stack level #0. _userCommand is called whenever the selected color changes, i.e. instead of setting $_varName. 8. To avoid issues with trace, fully qualify ::SelectColor::_unsavedSelection when its value is set or it is used in a trace command. 9. Use 8.4-compatible syntax for string indices in "string range" commands. 10. Amend SelectColor::_SetWithoutTrace so it sets the colors in the Color Selectors when the value in the entry widget changes. PURPOSE Tracing the variable set by the "-variable" option is too awkward in practice, and so the "-variable" option has been replaced with "-command" which allows the caller to specify a command to be executed whenever the selected color changes. The use of the -command option is now included in the demo. The properties of DynamicHelp balloon help have been changed in the demo, to make the text easier to read. The manual page has been updated to reflect the changes in color.tcl. file: [3506171357] check-in: [9f462bd2fa] user: kjnash branch: patch-75101, size: 31534 | |
2013-07-03
| ||
08:16 | Corrected de.rc line endings and converted no.rc to utf8 file: [2b856212bb] check-in: [84ff7343f7] user: oehhar branch: patch-75101, size: 31144 | |
2013-06-25
| ||
12:38 | Patch [d439b24425] of ticket [75101bf5ce] localizes strings, adds option -help file: [a05ace875f] check-in: [5747b2943a] user: oehhar branch: patch-75101, size: 31140 | |
2013-06-21
| ||
15:58 | SelectColor widget enhancements: traceable variable, setable background, visual changes [patch75101] file: [c4296107e4] check-in: [6f1b04a125] user: oehhar branch: patch-75101, size: 31356 | |
2009-09-06
| ||
21:03 | theme related mod's done file: [f12cb28564] check-in: [2303975b87] user: oberdorfer branch: trunk, size: 15450 | |
2005-11-02
| ||
00:09 |
* color.tcl (SelectColor::menu): use native dialog for palette menu item where possible (and Widget::theme is used).file: [9d987a751b] check-in: [2947648353] user: hobbs branch: trunk, size: 14690 | |
2005-09-19
| ||
20:22 | correct $top reference file: [9b7b91c488] check-in: [997c0241bd] user: hobbs branch: trunk, size: 14277 | |
2004-09-24
| ||
23:57 |
* color.tcl: use toplevel instead of menu for dropdown color menu and do better focus/grab restoration.file: [43021ea9f8] check-in: [14bda5baef] user: hobbs branch: trunk, size: 14279 | |
2004-09-03
| ||
04:34 | change dialogs to anchor buttons e file: [957fac8c72] check-in: [effdf3d3d9] user: hobbs branch: trunk, size: 14243 | |
2003-10-20
| ||
21:23 |
This is a huge commit with a lot of changes. I've tested through it
with the demo as well as some of my own software, and everything
seems to be working properly. I have no doubt that there will be
little inconsistencies discovered through some thorough use.
Please checkout this latest version and give it a spin through your applications and tests. I am available to fix any and every bug that crops up, as I want to see this in really good shape for the next ActiveTcl release (which will follow the next Tcl release shortly). * arrow.tcl, bitmap.tcl, button.tcl, buttonbox.tcl, color.tcl, * combobox.tcl, dialog.tcl, dragsite.tcl, dropsite.tcl, entry.tcl * font.tcl, label.tcl, labelentry.tcl, labelframe.tcl, listbox.tcl * mainframe.tcl, messagedlg.tcl, notebook.tcl, pagesmgr.tcl * panedw.tcl, passwddlg.tcl, progressbar.tcl, progressdlg.tcl * scrollframe.tcl, scrollview.tcl, scrollw.tcl, separator.tcl * spinbox.tcl, titleframe.tcl, tree.tcl, utils.tcl, widget.tcl * xpm2image.tcl: Revamp again to let core Widget commands handle most of the esoteric work of creating and destroying widgets properly in the BWidget environment. The command Widget::define defines a class, its filename and a list of classes which it uses. This command handles creating the command to create new widgets, creates a ::use command for the class and calls the ::use command for each class included. The command Widget::create does the renaming of the widget to $path:cmd and creates the proc to redirect the widget commands. Widget::destroy now does the rename $path "" that almost all widgets do. * button.tcl: Added a -state option to configure the state of the entire box at once. Added new insert and delete subcommands. Added an after cancel to stop button repeat upon release. [Bug 697022] * combobox.tcl: Added -bwlistbox, -listboxwidth and -hottrack options. -images option already existed, but now it actually does something. Added getlistbox, get, icursor, post and unpost subcommands. * dynhelp.tcl: Added add subcommand to replace the (now) deprecated register command. The new command adds for a lot more flexibility in applying dynamic help. Help popup now comes up -topmost 1 on Windows if available. * entry.tcl: Added -disabledbackground option so that the BWidget entry more closely resembles the standard Tk entry. [Bug 638236]. * init.tcl: Moved Widget::traverseTo into widget.tcl. * label.tcl: Renamed BWLabel class to just Label. * listbox.tcl: Added a default -dropcmd so that if -dragenabled and -dropenabled are true, drag-and-drop within the same widget is possible without any other options. Added -autofocus option to specify that clicking within the listbox should draw the focus in order to handle mouse wheel events. Added -selectfill option for drawing a full selection rectangle around selected items instead of just around the item. Added getcanvas subcommand. [Bug 436762]. bindImage and bindText now map %W to $path in order to get an accurate path in events. This can probably be fixed better when we have more control over event parameters. [Bug 607745] Added mouse wheel bindings by default. Added <<ListboxSelect>> event when selection changes. * mainframe.tcl: Fixed bug for adding CTRL-F items to a mainframe [Bug 784269] * messagedlg.tcl: Added -buttonwidth option. * notebook.tcl: Added dynamic help to tabs. Added -tabpady option to specify the padding between the text and the tab. Notebooks now handle multi-line text properly. [Bug 565284] * scrollview.tcl: Rewritten to use a variable per path instead of a big array. * tree.tcl: Added -anchor option to nodes to specify the anchor for an image or window when displayed. Added -crossopenimage, -crosscloseimage, -crossopenbitmap and -crossclosebitmap options to change the open / close cross. Added mouse wheel bindings by default. Added toggle subcommand to toggle a single tree node. Added <<TreeSelect>> event when selection changes. The characters "& | ^ !" are all converted to | silently in node names. This is to avoid errors because these characters are special to the canvas widget. [Bug 746960] bindImage and bindText now map %W to $path in order to get an accurate path in events. This can probably be fixed better when we have more control over event parameters. [Bug 607745] * utils.tcl: Added BWidget::wrongNumArgsString command to return a standard wrong # args error string. Added BWidget::classes command that returns a list of all classes required by a given class. Added BWidget::inuse command to determine if a given class is inuse. Added BWidget::library command to return a body of code that can be saved into a project or other code based on the given classes. When called with a list of classes, all the classes and code necessary to use those classes is returned in a large string which can then be written out to a file. Added BWidget::write command to write to a given file the current set of classes that are in use. Added BWidget::bindMouseWheel command to setup default mouse bindings on a given widget. * widget.tcl: Added a new option type 'Padding' which will accept the standard padding arguments in Tcl 8.4+. Added Widget::define command to define a new BWidget class. Added Widget::create command to create a BWidget properly. Widget::destroy now attempts to delete a widget command created through Widget::create. Added Widget::options command to return the current options of a given widget in a style that can be used to serialize a widget. Added Widget::getOption command to get options based on children having the same option. * wizard.tcl: Added new Wizard widget. file: [0ae3d4c6d4] check-in: [b363fd16f2] user: damonc branch: trunk, size: 14235 | |
2003-10-17
| ||
18:33 |
* arrow.tcl, bitmap.tcl, button.tcl, buttonbox.tcl, color.tcl, * combobox.tcl, dialog.tcl, dragsite.tcl, dropsite.tcl, entry.tcl * font.tcl, label.tcl, labelentry.tcl, labelframe.tcl, listbox.tcl * mainframe.tcl, messagedlg.tcl, notebook.tcl, pagesmgr.tcl * panedw.tcl, passwddlg.tcl, progressbar.tcl, progressdlg.tcl * scrollframe.tcl, scrollview.tcl, scrollw.tcl, separator.tcl * spinbox.tcl, titleframe.tcl, tree.tcl, utils.tcl, widget.tcl * xpm2image.tcl: major revamp to reduce incorrect use of eval and other list-safetiness evils. Also change !strcomp to streq.file: [54efdec752] check-in: [ebde8e280e] user: hobbs branch: trunk, size: 14242 | |
2003-02-08
| ||
10:21 |
* BWman/SelectColor.html
* color.tcl: Cleaned up some of the documentation of SelectColor
and made it actually work like the documentation says it does.
* BWman/DynamicHelp.html * dynhelp.tcl: Added -topbackground, -padx and -pady options to allow a little more flexibility in the look-and-feel of balloons. Added the ability to bind dynamic help to individual items or tags on a canvas. * BWman/Tree.html * tree.tcl: Added -padx and -deltax options to individual nodes within a tree. Each option defaults to -1, meaning to take its value from the global option of the same name. Added dynamic help to nodes within a tree. Adds the following options: -helptext, -helptype and -helpvar to each node. * BWman/BWidget.html * utils.tcl: Added BWidget::badOptionString utility to return a standard error string when a given option doesn't match a list. * BWman/Widget.html * widget.tcl: Added Widget::getVariable proc to create a reference to a variable relative to the given widget path. file: [525ea486d4] check-in: [ecd5aec25e] user: damonc branch: trunk, size: 14162 | |
2002-09-11
| ||
19:33 |
* color.tcl (SelectColor::menu): added tkwait and update to make sure that the grab doesn't fail on Unix.file: [af6eddde77] check-in: [3ad83c2251] user: hobbs branch: trunk, size: 12831 | |
2001-08-08
| ||
20:42 |
2001-08-08 Andreas Kupries <[email protected]>
* color.tcl: Added the missing definition of the main 'SelectColor' procedure. This prevented users from creating these widgets in the documented way. Bug [449276].file: [f45e74da71] check-in: [f545019fec] user: andreas_kupries branch: trunk, size: 12741 | |
2001-06-11
| ||
23:58 |
* passwddlg.tcl: * xpm2image.tcl: * mainframe.tcl: * panedw.tcl: * utils.tcl: * entry.tcl: * dynhelp.tcl: * dragsite.tcl: * color.tcl: added braces to expr where appropriatefile: [30b92dcef1] check-in: [ce9f3f3ee8] user: hobbs branch: trunk, size: 12646 | |
2000-02-19
| ||
02:07 | Additional fixes from Eric Boudaillier. file: [084f1991c5] check-in: [ac17439246] user: ericm branch: trunk, size: 12676 | |
2000-02-11
| ||
22:54 |
* tree.tcl: Integrated changes from Eric Boudaillier:
[itemconfigure -open ...]
optimized to only call redraw_idle 3 if node has subnodes.
_cross_event:
itemconfigure -open called before -opencmd/closecmd; no more
call to _redraw_idle (handled by other procedures)
_over_cmd:
allow position {root 0} when tree is empty
new [find] command:
[find @x,y ?confine?]
if confine is "confine" returns the node at window
coordinate x,y (x,y must be inside the bbox of the
node) else returns the node found on the line (in
pixel) pixel y
[find line]
returns the node on the line $line (in -deltay coords)
new [line] command:
[line node]
returns the line where node is drawn
-selectfill option added:
if true, selection is draw on full width of tree (instead of
just highlighting the bbox of the selected nodes)
* combobox.tcl: Integrated changes from Eric Boudaillier: internal widget restructuring. * tree.tcl: Added "range" subcommand to selection. Given two nodes, node1 and node2, it will set the selection to the visible nodes between (and including) node1 and node2. If node1 or node2 is not visible, it will find the first visible ancestor of the node and use that as the start/end point instead. * listbox.tcl: Integrated changes from Eric Boudaillier: _over_cmd: allow position 0 when listbox is empty find command, similar to tree find command. * spinbox.tcl: Integrated changes from Eric Boudaillier: cosmetic changes. * color.tcl: Integrated changes from Eric Boudaillier: split widget into two commands: SelectColor::menu and SelectColor::dialog. * progressbar.tcl: Integrated changes from Eric Boudaillier: added -idle option to prevent call to update in case where task is done in idle (ie, fileevents) * scrollview.tcl: Integrated changes from Eric Boudaillier: bindings changed. * scrollw.tcl: Integrated changes from Eric Boudaillier: -managed option: if true, scrollbar are managed during creation, so their size are included in the requested size of the ScrolledWindow. If false, they are not. -sides option: specifies the side of the scrollbar. -size option: specifies size of scrollbar. -ipad option: specifies pad between scrollbar and scrolled widget. * mainframe.tcl: Integrated changes from Eric Boudaillier: support for function keys in accelerators, support for no modifier in accelerators. * notebook.tcl: Integrated changes from Eric Boudaillier: -internalborderwidth (-ibd) option specifies pad around pages; -foreground, -background, -activeforeground, -activebackground, -disabledforeground options for each tab. Code cleanup. file: [0376695f80] check-in: [651774cb09] user: ericm branch: trunk, size: 12684 | |
1999-08-03
| ||
20:20 | Added: BWidget 1.2.1 import file: [eaa395c0be] check-in: [48bc375a03] user: ericm branch: bwidget-vendor-branch, size: 10577 | |