Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file demos/demo.tcl version bf0bb8c0e3
|
2005-11-10
| ||
| 20:22 | Namespace cleanup: Maintainable => Ttk_Maintainable. Dead code removal: removed unused procedure 'Manageable'. check-in: c340f1d243 user: jenglish tags: master, trunk | |
| 19:09 | Recognize button press in "*track" element as well as "*trough" (scale widgets can be put together either way, depending on the theme). [#1338254, patch from Victor Bonilla]. check-in: 7deda5b090 user: jenglish tags: master, trunk | |
| 18:18 | Purged all compatibility options and compatibility option support. check-in: 9ed045b9c3 user: jenglish tags: master, trunk | |
|
2005-11-02
| ||
| 22:14 | ttk::dialog: Add '-parent' option, allow user to explicitly specify transient parent. If set to the empty string, dialog isn't transient [fixes #1283014] check-in: 06921490bc user: jenglish tags: master, trunk | |
|
2005-11-01
| ||
| 21:33 | Regenerated configure scripts check-in: 86c36b7a6f user: jenglish tags: master, trunk | |
| 21:31 | Bumped version number to 0.7.3 check-in: 6d1e7df2a5 user: jenglish tags: master, trunk | |
|
2005-10-27
| ||
| 14:55 | BUGFIX: forgot to free variable trace when widget is destroyed [#1338148] check-in: aea9c6bbea user: jenglish tags: master, trunk | |
|
2005-10-23
| ||
| 22:45 | Fixed target names check-in: 9b2e09ca52 user: patthoyts tags: master, trunk | |
|
2005-10-20
| ||
| 03:47 | Bumped version number to 0.7.2 for release. check-in: 92aad8b69b user: jenglish tags: master, trunk | |
|
2005-10-19
| ||
| 20:30 | Only update pane request size if slave is currently unmapped, in order to avoid unexpected pane resizes (esp. while the user is dragging a sash [#1325286]). Also fixed an off-by-one bug in size computations (nSashes vs. nPanes). check-in: 9a34628755 user: jenglish tags: master, trunk | |
|
2005-10-15
| ||
| 02:22 | Updated configure scripts check-in: 0e3ba33528 user: jenglish tags: master, trunk | |
| 02:15 | Bumped version number to 0.7.2, will make a new Tile release to match CVS snapshot included with ActiveTcl 8.4.11.2. check-in: f7b00d6618 user: jenglish tags: master, trunk | |
|
2005-10-08
| ||
| 16:39 | Add some internal padding to treeview headers [#1208194] check-in: ca2ed50eca user: jenglish tags: master, trunk | |
| 15:53 | Don't Panic. generic/blink.c: bug already found and fixed. generic/label.c: program invariants, unreachable by inspection. generic/manager.c, generic/widget.c: these were just landmines. Left one call to Tcl_Panic() in, in tkTheme.c; this is also a landmine, but it's in a place that developers will hit before end users do. check-in: a58d34fc22 user: jenglish tags: master, trunk | |
| 14:56 | fix 'pressed' feedback for vertical scales (thanks to Victor Bonilla for catching this). check-in: 2592ec12b5 user: jenglish tags: master, trunk | |
| 14:24 | Documentation clarification and namespace fix: use "ttk::notebook::enableTraversal". Earlier names registered as deprecated aliases. Changed notebook library procedure namespace to "ttk::notebook" while at it. check-in: 2f95ef6ed9 user: jenglish tags: master, trunk | |