Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2006-06-03 15:49:13.
|
2006-08-19
| ||
| 00:12 | Properly initialize root item [Fixes #1541739 "crash in treeview widget 'see' method'] check-in: 84ff37c846 user: jenglish tags: master, trunk | |
|
2006-08-16
| ||
| 17:40 | BUGFIX: don't sort list of [source] commands alphabetically, there are dependencies between them [#1541094]. check-in: d2df69627c user: jenglish tags: master, trunk | |
|
2006-08-05
| ||
| 23:18 | Added tests/sgtest.tcl, interactive test driver for ttk::sizegrip widget check-in: 95abfd4483 user: jenglish tags: master, trunk | |
| 05:59 | Added sizegrip widget. check-in: da90c14b65 user: jenglish tags: master, trunk | |
| 04:27 | Add sizegrip element to default theme. check-in: 4684ca37dc user: jenglish tags: master, trunk | |
|
2006-08-04
| ||
| 23:22 | Added identify command to all widgets. check-in: 430aa94a27 user: patthoyts tags: master, trunk | |
| 23:19 | Silence cast warning check-in: b9453be250 user: patthoyts tags: master, trunk | |
| 19:37 | Shamefully admit that this manpage is woefully incomplete, and add a pointer to some documentation that might actually be useful. check-in: fc755f07dc user: jenglish tags: master, trunk | |
| 12:05 | Added new elements (tabs,sash,sizegrip) to blue theme and fixed the progressbar element name. check-in: b85d72e3b9 user: patthoyts tags: master, trunk | |
| 05:04 | Use "ttk::" namespace prefix in the NAME section of all widget manpages. check-in: f7faf7c3d7 user: jenglish tags: master, trunk | |
| 05:00 | Moved description of '-xscrollcommand' and '-yscrollcommand' into their own section; these are not "supported by all Tile widgets" as the manpage claimed. check-in: 4ebbdbcfd7 user: jenglish tags: master, trunk | |
|
2006-08-02
| ||
| 14:30 | Stubs lib to be called ttkstub.lib check-in: ab576d1c23 user: patthoyts tags: master, trunk | |
|
2006-07-30
| ||
| 18:16 | Cast to avoid warning check-in: 997a7149fe user: patthoyts tags: master, trunk | |
| 14:57 | Build the stubs lib in the msvc makefile. Added a version resource. check-in: 47dba2dc86 user: patthoyts tags: master, trunk | |
|
2006-07-29
| ||
| 21:27 | Added 'sizegrip' element. check-in: fb24da8500 user: jenglish tags: master, trunk | |
|
2006-07-22
| ||
| 16:37 | winnative theme: added sizegrip element Updated cursors.tcl check-in: 02fff17a0c user: jenglish tags: master, trunk | |
|
2006-07-14
| ||
| 05:04 | Markup fix: .IP instead of .TP for check-in: 3f0fe226ea user: jenglish tags: master, trunk | |
|
2006-07-11
| ||
| 21:36 | Fixed the generated pkgIndex to be safe in the face of paths with spaces. check-in: 1349834441 user: patthoyts tags: master, trunk | |
|
2006-07-09
| ||
| 18:59 | Removed 'style map . -underline {{} -1}' hack, since it doesn't work anymore. check-in: a353a2bd9c user: jenglish tags: master, trunk | |
| 18:28 | Change precedence order for element options: widget options now take precedence over [style map ...] settings [See #1517110]. check-in: 616b298d06 user: jenglish tags: master, trunk | |
|
2006-07-04
| ||
| 18:32 | TransferGrab: Use [tk_popup] instead of explicit [grab -global] call [Fixes #1486417] check-in: 7efe22346b user: jenglish tags: master, trunk | |
| 17:21 | library/utils.tcl: Check [winfo viewable $w] in tile::takefocus, since tk_focusNext/tk::FocusOK require this behavior [Fixes #1516479]. Merged [tile::wantsFocus] and [tile::takesFocus], since there's no easy way to distinguish these two conditions any more (see also 2006-04-07 ChangeLog entry). library/notebook.tcl: Adjust for the above changes. check-in: 974643d243 user: jenglish tags: master, trunk | |
|
2006-07-03
| ||
| 18:30 | test treeview-9.0 - comment that "-yscrollcommand only invoked if widget is visible" inoperative. check-in: 5d3fabcd06 user: jenglish tags: master, trunk | |
|
2006-06-03
| ||
| 15:51 | Regenerated configure scripts check-in: 5ca754c74e user: jenglish tags: master, trunk | |
| 15:49 | Bumped version number to 0.7.7 check-in: 84756c8176 user: jenglish tags: master, trunk | |
|
2006-05-27
| ||
| 16:38 | Fix documentation error ([$pb stop] doesn't take an argument [#1494162] check-in: 6b14d32248 user: jenglish tags: master, trunk | |
|
2006-05-06
| ||
| 17:59 | * generic/notebook.c(SelectTab): Check TabState(nb,index) instead of tab->state to determine if tab is disabled -- tabs can also be disabled by setting notebook state disabled [fixes #1476923] check-in: 8d46397cef user: jenglish tags: master, trunk | |
|
2006-04-22
| ||
| 20:43 | Notebooks: add support for proper (Jaguar-style) Aqua tab views. check-in: 030e8fbc5a user: jenglish tags: master, trunk | |
| 20:33 | ... check-in: b311b3c0e6 user: jenglish tags: master, trunk | |
| 19:51 | generic/configure: regenerated configure.in: *tested* the previous change, fixed it. check-in: 3de8b11e9e user: jenglish tags: master, trunk | |
| 19:38 | generic/configure.in: Add --disable-private-headers autoconf switch. Sometimes you have to have these, sometimes you can't use them. Hard to guess which condition obtains, so punt to the packager. check-in: b4c411063f user: jenglish tags: master, trunk | |
|
2006-04-20
| ||
| 22:08 | Regenerated. check-in: a84da5990e user: jenglish tags: master, trunk | |
| 22:07 | Bumped version number to 0.7.6 in anticipation of forthcoming ActiveTcl release check-in: 071b94782a user: jenglish tags: master, trunk | |
|
2006-04-17
| ||
| 15:56 | Added [$entry identify] method; useful for [ttk::entry]-based megawidgets. check-in: 1bfe9049e4 user: jenglish tags: master, trunk | |
| 03:29 | Oops! Missed a spot. (Forgot to move -expandtab setting) check-in: 21a81c6ee8 user: jenglish tags: master, trunk | |
| 01:55 | (No change, just added note to self that new values for -labelanchor are intentionally undocumented for now). check-in: 5a8de2ec4d user: jenglish tags: master, trunk | |
| 01:53 | Labelframe flexibility enhancements: Additional values for -labelanchor ("nwe", "wns", etc) allow label parcel to stretch across parcel; -labelinset and -labelspace style options replaced with -labelmargins. * * * POTENTIAL INCOMPATIBILITY * * * for third-party themes and custom styles. -labelanchor wn, ws, en, and es label placement different now. check-in: b8395a1e2f user: jenglish tags: master, trunk | |
|
2006-04-16
| ||
| 19:28 | Added typedef Ttk_PositionSpec, Ttk_PositionBox(). check-in: aa390d251e user: jenglish tags: master, trunk | |
| 19:23 | Ttk_AnchorBox() takes a Tk_Anchor, not an int. Regenerated ttkDecls.h. check-in: e9eaddf6c5 user: jenglish tags: master, trunk | |
| 18:45 | More flexible tab arrangement, part 1: Added TNotebook -tabmargins style option, Moved TNotebook -expandtab option to Tab -expand option. This mostly helps with pixmap themes: can now expand tabs into the margins, or overlap with adjacent tabs / client area. check-in: bc65efb802 user: jenglish tags: master, trunk | |
| 17:00 | Added test for ttk::treeview::edit (see themebag/inplace.tcl) check-in: 623ad21f9a user: jenglish tags: master, trunk | |
| 16:41 | (earlier, forgot to commit) Added interactive tests for bbox command check-in: bcd67134c2 user: jenglish tags: master, trunk | |
|
2006-04-08
| ||
| 00:48 | library/utils.tcl: Split [tile::takesFocus] into two parts, [tile::wantsFocus] and [tile::takesFocus]. The former decides if the widget wants to take keyboard focus, the latter decides if it can. Changed tile::takefocus to return "wants to take focus" instead of "can take focus". library/notebook.tcl(ActivateTab): Set focus to the first navigable descendant of the activated tab (tk_focusNext sometimes picks the wrong widget). demos/demo.tcl: Make scales pane a direct child of $nb, so <Control-KeyPress-Tab> navigation works again. doc/notebook.n: Added note that [ttk::notebook::enableTraversal] only works properly if the panes are direct children of the notebook. check-in: 438c4b7d9b user: jenglish tags: master, trunk | |
|
2006-04-07
| ||
| 20:08 | ttk::frame and ttk::labelframe widgets: only issue size requests if -width, -height, or one of the other geometry-related options has been changed in the current 'configure' call [Fixes #1446608] check-in: 580aa87e45 user: jenglish tags: master, trunk | |
| 19:46 | Handle traversal and mnemonic activation when there are multiple notebooks in a toplevel, nested notebooks, and when traversal-enabled notebooks are destroyed. [Fixes #1368921] * * * BEHAVIORAL CHANGE * * * Control-Tab and Shift-Control-Tab now only cycle the notebook if the focus is inside the notebook. (Previously they worked when the focus was anywhere inside the toplevel). This is a change from how Tile used to work, but it's consistent with other toolkits. check-in: 10a3b1fefc user: jenglish tags: master, trunk | |
| 19:30 | BUGFIX: *correctly* account for condition where the current default button was destroyed. check-in: cffd310a89 user: jenglish tags: master, trunk | |
| 18:47 | BUGFIX: didn't account for condition where the current default button was destroyed. check-in: 65e07aa060 user: jenglish tags: master, trunk | |
| 16:20 | Regenerated. check-in: a5da0d8d0f user: jenglish tags: master, trunk | |
| 16:18 | Added descriptions to AC_DEFINE calls. check-in: d3ade283e7 user: jenglish tags: master, trunk | |
|
2006-04-06
| ||
| 20:02 | "alt" and "winnative" themes: use rectangular sliders in ttk::scale widget instead of pointy ones. check-in: 49337111e5 user: jenglish tags: master, trunk | |