Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file notebook.tcl version 91cf8ee67f
2004-09-09
| ||
22:17 |
* panelframe.tcl (new): new PanelFrame widget which creates a * pkgIndex.tcl: frame with boxed title area that accepts * Makefile.in: additional widgets. * BWman/contents.html: * BWman/navtree.html: * BWman/PanelFrame.html (new):check-in: 57cc13b104 user: hobbs tags: trunk | |
22:17 |
* xpm2image.tcl (xpm-to-image): correctly recognize None with -nocasecheck-in: ff086d3619 user: hobbs tags: trunk | |
22:16 |
* statusbar.tcl: improve init to use bwidget's automated arg passing for subwidgets. Simplify delete subcommand to call remove.check-in: 4552f26ab4 user: hobbs tags: trunk | |
2004-09-03
| ||
04:34 | change dialogs to anchor buttons e check-in: effdf3d3d9 user: hobbs tags: trunk | |
04:34 | default button width to -11 on Win8.4, 8 otherwise check-in: 633b5f9916 user: hobbs tags: trunk | |
04:33 | code safety fixes check-in: 77d2799e69 user: hobbs tags: trunk | |
01:05 |
* statusbar.tcl: better -bg handling (configure too), and tighten up spacing on resize control to place it flush bottom rightcheck-in: 7132855567 user: hobbs tags: trunk | |
2004-09-02
| ||
01:24 |
* statusbar.tcl: add -showseparator optional horizontal separator.check-in: d3c0f94106 user: hobbs tags: trunk | |
2004-08-31
| ||
17:05 |
* statusbar.tcl: correct name of image for use on unix. Try to use of PNG image at each create (it just looks better).check-in: 542767d9a0 user: hobbs tags: trunk | |
2004-08-26
| ||
19:45 |
* tree.tcl (Tree::delete): call -selectcommand if we delete something that was selected.check-in: c002e37252 user: hobbs tags: trunk | |
01:12 |
* statusbar.tcl: correct use of PNG vs. GIF image. Don't abort creation of statusbar when gridded - just don't try to resize. Correct example to use label -width 1check-in: a256d9e77b user: hobbs tags: trunk | |
2004-08-21
| ||
01:02 |
* statusbar.tcl (new): Addition of a statusbar container widget * pkgIndex.tcl: with resize control * Makefile.in: * BWman/contents.html: * BWman/navtree.html: * BWman/StatusBar.html (new):check-in: 9864f36163 user: hobbs tags: trunk | |
2004-05-12
| ||
21:10 |
* font.tcl (SelectFont::create): don't hardcode -bd 2 when creating the style selectbuttons.check-in: f0153b81c4 user: hobbs tags: trunk | |
21:09 | (_show_help): account for OS X help style check-in: b5f6f82b56 user: hobbs tags: trunk | |
2004-05-04
| ||
15:57 |
* listbox.tcl (_keyboard_navigation): make sure you can see the item that you key navigate to. (aas)check-in: 06e4ff58b0 user: hobbs tags: trunk | |
2004-04-26
| ||
18:42 |
* tree.tcl (_update_nodes): align with _draw_nodes code, specifically correcting placement of cross on new nodes and anchor of changed window/image.check-in: add122cb8e user: hobbs tags: trunk | |
2004-04-23
| ||
17:54 |
* listbox.tcl (create): don't force -highlightthickness 1 as it prevents the user changing it on creation. (_draw_item): pass more cached info from _redraw_items for speed. (_redraw_selection): correct drawing of selfill for items that extend beyond the width of the window.check-in: a9181d9407 user: hobbs tags: trunk | |
2004-04-22
| ||
22:50 |
(create): Insert $path into the canvas bindings, so that anyone binding directly onto the widget will see their bindings activated when the canvas has focus. Add slightly modified up/down bindings to the canvas, in case it gets the focus (like with -autofocus).check-in: 9a3b6fef63 user: hobbs tags: trunk | |
21:29 |
* listbox.tcl: correct eval/after/lists usage. (_redraw_listbox): call _update_select_fill on redraw, otherwise the insert of items causes wonkiness. (_redraw_items): call update idle after changing cursor.check-in: 2cb484bc9e user: hobbs tags: trunk | |
21:29 |
* tree.tcl (edit): correct inversion of verifycmd emptiness test.check-in: 9207f0321a user: hobbs tags: trunk | |
2004-04-21
| ||
22:26 |
* tree.tcl (_draw_subnodes): Adjust the drawing of the line to the first root node to start at the vertical point (not go up). * entry.tcl, arrow.tcl, combobox.tcl: better space/list handling * entry.tcl: make the icursor not appear for non-editable and/or state disabled comboboxes.check-in: 1db0c901a1 user: hobbs tags: trunk | |
2004-03-09
| ||
02:56 | (bugfix) Use <<PrevWindow>> virtual event instead of <Shift-Tab> event for back-tab binding. check-in: f89f41ed20 user: jenglish tags: trunk | |
2004-02-07
| ||
23:01 |
* progressbar.tcl (ProgressBar::_modify): convert rect coords to ints to prevent left-over lines that are likely due to a bug in core Tk related to fractional coord refresh.check-in: 24ec7f5b1d user: hobbs tags: trunk | |
2004-02-04
| ||
00:11 |
* mainframe.tcl (MainFrame::_create_menubar): set the bg for menus only on unix (otherwise disturbs menu native L&F) Correct some eval/list issues. * BWman/MainFrame.html: * mainframe.tcl (MainFrame::_create_entries): correct 'cascade' spelling, but support old 'cascad' as well.check-in: f039451eac user: hobbs tags: trunk | |
00:11 |
* scrollw.tcl (ScrolledWindow::create): correctly set -relief and -bd at creation time. [Bug #873666]check-in: e1af40104b user: hobbs tags: trunk | |
00:07 |
* init.tcl: don't modify *Listbox.background and *Button.padY options - leave core widgets alone.check-in: 9e3c8ad8ac user: hobbs tags: trunk | |
2004-01-28
| ||
16:51 | *** empty log message *** check-in: 3a20747917 user: rmax tags: trunk | |
16:51 | * configure.in: bumped to v1.7. This should have happened before releasing 1.7.0. check-in: 77d769d7fb user: rmax tags: trunk | |
16:51 | * Makefile.in: fixed support for DESTDIR. check-in: d3f9a6b27c user: rmax tags: trunk | |
2004-01-06
| ||
07:22 |
* init.tcl: Added a binding to the Tk spinbox to handle
traversal as loading BWidgets seems to screw up the default
handling for Tk. [Bug #867604]
* utils.tcl: Fixed a bug that would cause some geometry calculations in BWidget::place to behave incorrectly. This would occasionally make it appear as though a drawn dialog would freeze the application. [Bug #868315] check-in: cd1f34685b user: damonc tags: trunk | |
2003-12-18
| ||
19:11 | Corrected date. check-in: 100ba912c6 user: techentin tags: trunk | |
19:02 | Corrected date typo. check-in: 7f9167142b user: techentin tags: trunk | |
18:32 | Changed revision to 1.7.0. Note that 1.7.0 does not include 2003-11-26 mod to notebook.tcl. check-in: a089c45cf0 user: techentin tags: trunk | |
2003-11-26
| ||
18:42 |
* notebook.tcl (NoteBook::bindtabs): correct tab name returned. (groth)check-in: 1e50948b19 user: hobbs tags: trunk | |