Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file library/notebook.tcl version f7b27f8e2d
|
2004-09-18
| ||
| 22:08 | Forgot about -offrelief. check-in: 633d4568c6 user: jenglish tags: master, trunk | |
| 05:41 | Updated to use 'image' element factory instead of 'pixmap'. Minor tweaks. check-in: 362cfb3be3 user: jenglish tags: master, trunk | |
| 05:29 | BUGFIX: clicking in text area in editable comboboxes posted the listbox instead of setting insert cursor. (bug exposed by recent changes to layout.c). check-in: 556f9ffb0f user: jenglish tags: master, trunk | |
| 04:46 | Use #ffffff instead of activebg for unchecked indicators. check-in: b9a13324ff user: jenglish tags: master, trunk | |
|
2004-09-17
| ||
| 18:53 | BUGFIX: missing :: prefix on namespace eval. check-in: b8b1fcfc13 user: jenglish tags: master, trunk | |
| 05:22 | Consistently use "ttk::*" in widget documentation. check-in: 5f7ee17815 user: jenglish tags: master, trunk | |
| 05:21 | Tile widgets now defined in the "ttk::*" namespace; t* and tile::* still provided as aliases for now. check-in: efac686621 user: jenglish tags: master, trunk | |
| 04:45 | (new file) check-in: 2b9654ac1e user: jenglish tags: master, trunk | |
| 04:44 | BUGFIX: initialization of defaultTheme to 0 removed in r1.70 was *not* dead code. check-in: 968a3e5c5a user: jenglish tags: master, trunk | |
| 01:08 | Squeeze tabs if there's not enough space to display all of them at their natural width. check-in: 8ccda2cf07 user: jenglish tags: master, trunk | |
|
2004-09-15
| ||
| 22:36 | Use TTK_PlaceLayout instead of LayoutGeometry. Renamed TTK_LayoutDraw() -> TTK_DrawLayout(). check-in: 119a95dc4e user: jenglish tags: master, trunk | |
| 20:18 | * library/combobox.tcl: add mouse-over tracking as a default ComboboxListbox behavior. Only apply *TCombobox*Listbox.background white for X11. (tile::combobox::PopdownShell): alter look to be more "standard" with relief on toplevel instead of higlight around lb only. check-in: 95b27324f8 user: hobbs tags: master, trunk | |
| 18:26 | Added "image" element factory, enhanced version of "pixmap" factory. Added TTK_GetBorderFromObj. demos/themes/WinXP-Blue.tcl: Use "style element create image" instead of "pixmap". check-in: b47acfd127 user: jenglish tags: master, trunk | |
| 18:24 | Control-Shift-ButtonPress-1 now launches state monitor window if it's not currently active. Put .states window contents inside a TFrame so background color is right. check-in: 0437d8c806 user: jenglish tags: master, trunk | |
|
2004-09-14
| ||
| 19:37 | Use same inheritance chain for layout templates as for elements (specific names to generic names, fallback in parent theme.) This way a custom style like "Blue.TButton" will inherit the layout from "TButton". check-in: ce641a4b49 user: jenglish tags: master, trunk | |
| 18:10 | * library/combobox.tcl (tile::combobox::PopdownShell): make popdown a transient of the parent toplevel. This makes Win/Tk recognize it as a child and doesn't lose focus from the main toplevel when displaying the combobox (8.4.8+). check-in: 107c15e432 user: hobbs tags: master, trunk | |
|
2004-09-13
| ||
| 20:10 | generic/compat.h: Regenerated. check-in: 316a7b2518 user: jenglish tags: master, trunk | |
| 20:02 | Added -justify and -wraplength options to label widget. (NB: I don't think these work right.) (demo.tcl, "Others" pane): Use [tlabel] instead of [message] widget for help text. check-in: 07c66832be user: jenglish tags: master, trunk | |
| 15:20 | Notebook: Expand selected tab based on "-expandtab" style option. Put client area in main layout instead of using a separate one. Added TTK_ExpandBox(), TTK_QueryOption(); Removed TTK_RootNode() (no longer used). XP theme: Use notebook -expandtab feature instead of custom element and dynamic -padding. check-in: 2f2bc79acf user: jenglish tags: master, trunk | |
|
2004-09-12
| ||
| 23:17 | Add some default text to the entry widget. check-in: dbb9de6305 user: jenglish tags: master, trunk | |
| 23:08 | Specify X11 font size in pixels even with Xft; Xft doesn't seem to be any more consistent than core X11 wrt. resolution. check-in: ad186048e8 user: jenglish tags: master, trunk | |
|
2004-09-11
| ||
| 01:47 | Generate <<NotebookTabChanged>> from [$nb select] instead of from the widget bindings, so the event is delivered when the tab is changed under program control as well as by the user. Added SendVirtualEvent() utility routine. check-in: 5cfa07f51c user: jenglish tags: master, trunk | |