Bwidget Source Code
Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

19 check-ins using file passwddlg.tcl version 7c9fa30384

2009-06-10
16:21
Documented option -buttonwidth of Dialog (Bug 1668587) check-in: 18e2681d6e user: oehhar tags: trunk
08:48
Bwidget commited patches for bugs 2762361, 2340320, 1752755 check-in: 66d9e2414f user: oehhar tags: trunk
2009-02-19
19:24
note internal use of \1..\5 for node names check-in: ebc691aac7 user: hobbs tags: trunk
2008-10-31
00:49
* tree.tcl (Tree::_node_name_rev): Return node names as they are input, and properly handle :: in node names. This changes internal node name reps, but should be transparent to the user, except for the result of [insert].
check-in: 258d381702 user: hobbs tags: trunk, tcllib-1-11-1, tklib-0-5
2008-05-26
07:06
* tree.tcl (Tree::_redraw_selection): do not allow empty * listbox.tcl (ListBox::_redraw_selection): fill color as that creates a transparent item that doesn't return a bbox. This showed up on OS X/Aqua, where the listbox selectforeground defaults to empty. [AS Bug 77186 74923]
check-in: 9080f32145 user: hobbs tags: trunk, tcllib-1-11
2007-10-31
19:02
* lang/nl.rc (new): Dutch translation [Bug 1804469]
check-in: 1816e8c8a8 user: hobbs tags: trunk
19:00
* lang/hu.rc (new): Hungarian translation [Bug 1821842]
check-in: 213df2ab07 user: hobbs tags: trunk
18:54
* tree.tcl (Tree::insert): do node_name on parent arg [Bug 1046955]
check-in: ba001ed071 user: hobbs tags: trunk
18:13
* listbox.tcl: speed up ListBox insertion significantly. [Bug 1472443]
check-in: c8a2a977dd user: hobbs tags: trunk
2007-05-11
17:55
* widget.tcl (Widget::theme): make sure Tk 8.5a6 is recognized as having the themed widgets
check-in: 9654878933 user: hobbs tags: trunk
2006-12-21
00:00
* util.tcl: fixed BWidget::write for widgets that require DynamicHelp. [bug 1518803]
check-in: 4297c8b06f user: dev_null42a tags: trunk
2006-12-05
20:43
* demo/demo.tcl (Demo::main): Removed the 'inscope' qualifier from the 'package require Bwidget'. The package system already forces loading and sourcing of package code in the global namespace, so this is bogus. check-in: 48c4b5eef4 user: andreas_kupries tags: trunk
2006-11-13
14:43
* panedw.tcl: if activator is set to line then its width is set to
  1. --activator was an undocumented option; updated man page to make it documented. Thanks to Jos Decoster for pointing this out.
check-in: b7fce4f498 user: dev_null42a tags: trunk
2006-11-10
22:45
* widget.tcl: remove relative namespace resolution of variables, in anticipation of TIP 278. Widget should have been doing this anyways. [bug 1579744]
check-in: a5e0422c98 user: dev_null42a tags: trunk
21:55
* DragSite.html: noted that -draginitcmd can return an empty string to prevent a drag [bug 740499]
* DropSite.html: fixed documentation with DropSite::register command [bug 740474]
* combobox.tcl: allow autocomplete and autopost be enabled/disabled after the widget was created [bug 1588808]; fixed keysym in autopost binding [bug 1589111]
check-in: 4f8bff39bf user: dev_null42a tags: trunk
20:39
* tree.tcl: fixed error with drag & drop's autoscroll [bug 1408494]
* listbox.tcl: fixed error with drag & drop's autoscroll; fixed error when dropping at the end of the list
check-in: 0893707ee0 user: dev_null42a tags: trunk
19:58
Added dynamic help to text tags (man page updated); fixed resize bug with scrollframes. Thanks to Jos Decoster for these patches. check-in: 7df2e13fad user: dev_null42a tags: trunk
2006-10-20
17:40
* utils.tcl (BWidget::bindMouseWheel): do not make special mousewheel bindings if global ones exist (like from style::as)
check-in: 66c0273ecc user: hobbs tags: trunk
2006-09-28
22:31
* removed Makefile.in
* font.tcl: correctly handle code path when user cancels dialog
* passwd.tcl: fixed Dialog::enddialog error; fixed ordering error
check-in: fc94efbefb user: dev_null42a tags: trunk, bwidget-1_8_0