Bwidget Source Code
Timeline
Not logged in

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

50 most recent check-ins tagged with "trunk"

2010-12-14
17:01
* tree.tcl [Bug 3106208]: Followup. Moved the fixed code of the last entry I did (2010-11-09) into a new command Tree::MergeFlag and call this from both Tree::itemconfigure and Tree::insert. Missing the place in Tree::insert caused another problem, found by Dustin Littau. Leaf check-in: c3b144fc1f user: andreas_kupries tags: trunk, tcllib-1-13, tcllib-1-14
2010-11-21
17:29
Dialog.html Removed documentation of unavailable option -buttonwidth. check-in: 7eee767759 user: oehhar tags: trunk
2010-11-10
07:57
tree.tcl (Tree::itemconfigure): Fix intermingling of node names and flag values which can cause an lsearch to fail, by mistaking a flag value as the node searched for, and then treating a node name as flags. As the upd,nodes value is a dictionary it should not be search as a list. Now using a temporary array for quicker check and append/replace [Bug 3106208](report and fix by Andreas Kupries). check-in: 1656afaa2b user: oehhar tags: trunk
2010-11-09
16:04
* mainframe.tcl Menu text shows white on white on Mac aqua [Bug 3105665] reported by Scott Smedley fixed by Kevin Walzer. check-in: d4c86b7b85 user: oehhar tags: trunk
2010-05-31
14:56
* listbox.html Reflected patch 2010-05-12 in documentation. The selection may not be disabled any more by binding button 1. check-in: d16ef303ec user: oehhar tags: trunk
2010-05-12
08:28
* listbox.tcl(ListBox::bindText and ListBox::bindImage) Method bindText and bindImage overwrote internal selection bindings [Bug 3000293] reported by Robert Karen. check-in: 834cfffa2b user: oehhar tags: trunk
08:24
* listbox.tcl(ListBox::see) Method see shifts image out of view. Showed up, by a selection click on a long item with icon [Bug 2999764] reported by Robert Karen. check-in: 17f103959e user: oehhar tags: trunk
08:22
* listbox.tcl(ListBox::_configureSelectmode) Drag modifies multiple selection [Bug 2995969] reported by Robert Karen. Bound events on ButtonRelease-1 instead Button-1 for multiple selections to avoid bug. * listbox.tcl(ListBox::_drag_and_drop) The default drag and drop routine only handled single drag and drop. It was extended to handle also drag and drop of multiple entries. check-in: 672bf13068 user: oehhar tags: trunk
2009-11-01
20:46
*** bug fixed - related to ttk behaviour # without this function, an error occures # when operating under tile control proc Button::instate { path args } { return [expr { [$path cget -state] == "normal" ? 1 : 0}] } check-in: f64f8938dc user: oberdorfer tags: trunk, tcllib-1-12
20:20
*** code consolidation + refracturing related to BWSlim.Toolbutton style, attempt to improve Button behavior when ttk is used (still not perfect thought) check-in: e3d15ada17 user: oberdorfer tags: trunk
2009-10-27
22:14
* continuous developement, minor changes check-in: afb47531db user: oberdorfer tags: trunk
2009-10-25
20:57
*** important: programming interface changed:

# BWidget::use # Argument usage: # -package ttk # | # specify a package name to be initialized, currently # support for the following packages is implemented: # ttk ... try to use tile'd widget set (if available) # # -style default / native / myFavoriteStyleName # | | | # | | specify a valid style name, # | | use "BWidget::_get_colordcls" which gives # | | you a list of what's avaliable for tk # | | # | if specified, BW tries to emulate OS color scheme, # | a specific color schema associated to each individual # | operationg system is going to be used # | # same behaviour as before, stay compatible # with previous releases # # -setoptdb [no=default|0|yes|1] # | # maintain the option database # if you need a dynamic behavior when changing # the underlying style, activate this option! # # -themedirs {} = default / a list of valid directory names, # to specifing additional ttk theme packages check-in: 10d9b3e6db user: oberdorfer tags: trunk

20:54
*** continous developement, some small improvements check-in: 9c53cf5397 user: oberdorfer tags: trunk
20:53
*** continous developement, minor changes check-in: bd460bc3a4 user: oberdorfer tags: trunk
19:21
ongoing developement check-in: 704815e7b7 user: oberdorfer tags: trunk
19:09
ongoing developement check-in: 0cd7560b8b user: oberdorfer tags: trunk
2009-09-16
20:41
demo themes are now base64 encoded check-in: 1a065c3764 user: oberdorfer tags: trunk
20:31
demo themes are now bas64 encoded check-in: 9e600930e2 user: oberdorfer tags: trunk
20:20
demo themes are now bas64 encoded check-in: dd657c58da user: oberdorfer tags: trunk
2009-09-11
16:04
* button.tcl, "BWSlim.Toolbutton" style related change to ensure that a button created with "-style BWSlim.Toolbutton" keeps it's layout check-in: 8344f45961 user: oberdorfer tags: trunk
2009-09-10
19:23
* combobox hottrack motion bug fixed: "after idle" should fix the problem with very long listbox text items which caused under certain circumstances a complete crash (CDE freeze) this happened under AIX5.3 and CDE, running under tcl/Tk 8.4.7,
check-in: f7d90d78d3 user: oberdorfer tags: trunk
19:00
*** BWidget revitalization to make usage of ttk *** * pkgIndex.tcl, updated to 1.9.1, themeutils.tcl added, requ. initialization sequence * themeutils.tcl, theme support file added * widget.tcl, various changes related to ttk added * init,tcl, BWidget::set_themedefaults "initialize" added * -- arrow.tcl, button.tcl, buttonbox.tcl, color.tcl, dialog.tcl, entry.tcl, font.tcl, label.tcl, labelframe.tcl, listbox.tcl, mainframe.tcl, messagedlg.tcl, pagesmgr.tcl, panedw.tcl, panelframe.tcl, passwddlg.tcl, progressbar.tcl, scrollframe.tcl, scrollview.tcl, scrollw.tcl, separator.tcl, spinbox.tcl, statusbar.tcl, titleframe.tcl, combobox.tcl, notebook.tcl -- theme related mod's done * utils.tcl, BWidget::bindMiddleMouseMovement added, * tree.tcl, BWidget::bindMiddleMouseMovement added),
-- open issues: Tk*Font as default font (like in dynhelp.tcl), tree.tcl _themechanged proc' not perfect for existing tree item colorization (expanding a branch after changing the style still shows the previous fill color !)
-- note: -- **** package ready for testing ***
check-in: 33b0bf7d88 user: oberdorfer tags: trunk
2009-09-09
19:35
color declaration doesn't work for winxp64 - deleted! check-in: f61e385b73 user: oberdorfer tags: trunk
19:29
sample ttk themes check-in: f071091370 user: oberdorfer tags: trunk
19:18
sample ttk themes check-in: 565cdf4698 user: oberdorfer tags: trunk
18:56
language resource file added: pl.rc check-in: 2680629a65 user: oberdorfer tags: trunk
18:51
cr/lf removed check-in: 63920e06d1 user: oberdorfer tags: trunk
2009-09-08
21:21
demo code refractured check-in: 80de6f3fe3 user: oberdorfer tags: trunk
21:19
what has changed for now... check-in: db58d054eb user: oberdorfer tags: trunk
20:59
cvs id added, commented code as reminder added check-in: cf016564f0 user: oberdorfer tags: trunk
20:50
ttk style related mod's done check-in: 1d04512fc7 user: oberdorfer tags: trunk
20:46
BWidget::bindMiddleMouseMovement added check-in: 8cb3726ece user: oberdorfer tags: trunk
20:33
ttk style related change done check-in: eaa66ce996 user: oberdorfer tags: trunk
20:28
BWidget::bindMiddleMouseMovement added check-in: 5ab352a476 user: oberdorfer tags: trunk
19:55
ttk style related code change check-in: 3193692912 user: oberdorfer tags: trunk
2009-09-07
20:11
minor theme related code change check-in: c66dab3edb user: oberdorfer tags: trunk
2009-09-06
21:49
theme related mod's done check-in: 8ca4af4990 user: oberdorfer tags: trunk
21:36
theme related mod's done check-in: b8bf09501c user: oberdorfer tags: trunk
21:28
theme related mod's done check-in: 85325e23c6 user: oberdorfer tags: trunk
21:13
theme related mod's done check-in: 307eeef2b7 user: oberdorfer tags: trunk
21:03
theme related mod's done check-in: 2303975b87 user: oberdorfer tags: trunk
21:00
updated to 1.9.1, themeutils.tcl added, requ. initialization sequence check-in: 2917f5e0c1 user: oberdorfer tags: trunk
20:51
BWidget::set_themedefaults "initialize" added check-in: 224a40daaa user: oberdorfer tags: trunk
20:45
various changes related to ttk added check-in: 478ff3af32 user: oberdorfer tags: trunk
2009-09-05
21:01
theme and tile related utility functions check-in: 050cf9198d user: oberdorfer tags: trunk
20:32
BWidget with style support now to come check-in: 5dba1f00ce user: oberdorfer tags: trunk
2009-09-03
17:23
* util.tcl(BWidget::place), BWidget.html Widget placed incorrectly, when bigger than current screen [Bug 2850031] by Thomas Grausgruber Possible incompatibility: BWidget::place w h -> w,h are reduced to screen width. * dynhelp.tcl Added part of last patch, for pre 8.5 tcl from BWidget branch [Patch 2835180]. check-in: 49151e60c6 user: oehhar tags: trunk
2009-08-12
07:22
* dynhelp.tcl Use balloon help font TkTooltipFont [Patch 2835180] * dynhelp.tcl(DynamicHelp::_show_help)Replaced aqua conditional code check by $Widget::_aqua check-in: c17d1f3e1b user: oehhar tags: trunk
2009-08-04
16:39
* notebook.tcl (NoteBook::delete) Method delete destroyframe=1 and reinsertion -> raise failed - state variables were deleted [Bug 2831785] by kjnash * tree.tcl (Tree::_keynav) Fire virtual event <<TreeSelect>> also on keyboard navigation [Patch 2828086] by Kevin Walzer * combobox.tcl Replaced aqua conditional code check by $Widget::_aqua check-in: 66f7bd69b2 user: oehhar tags: trunk
2009-07-24
17:44
Changed page version from 1.8 to 1.9 check-in: 94ff035b54 user: oehhar tags: trunk