| Commit message (Expand) | Author | Age | Files | Lines |
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 1 | -2/+2 |
|
|
* | library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding | jenglish | 2008-01-30 | 1 | -2/+2 |
|
|
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 2 | -18/+64 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 14 | -14/+14 |
|
|
* | s/style/ttk::style/ | jenglish | 2007-12-08 | 2 | -63/+61 |
|
|
* | * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: | jenglish | 2007-11-19 | 1 | -7/+1 |
|
|
* | * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labels | jenglish | 2007-11-18 | 7 | -26/+28 |
|
|
* | ttkMacOSXTheme.c: Resynchronize with Tile codebase | jenglish | 2007-11-18 | 1 | -3/+3 |
|
|
* | Add mandatory 8.5-isms. | jenglish | 2007-11-17 | 1 | -3/+3 |
|
|
* | Swap in core scrollbars for [ttk::scrollbar]s on OSX. | jenglish | 2007-11-17 | 1 | -1/+19 |
|
|
* | * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding | jenglish | 2007-11-06 | 1 | -5/+8 |
|
|
* | BUGFIX: Unpost can be called with no preceding Post. | jenglish | 2007-10-31 | 1 | -2/+4 |
|
|
* | use size -12 TkFixedFont (was -10) | hobbs | 2007-10-30 | 1 | -2/+2 |
|
|
* | * generic/ttk/ttkWidget.c: Split up RedisplayWidget() | jenglish | 2007-10-30 | 1 | -2/+2 |
|
|
* | use Monaco 11 (was 9) as Aqua TkFixedFont | hobbs | 2007-10-30 | 1 | -2/+2 |
|
|
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -2/+2 |
|
|
* | * library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0] | jenglish | 2007-10-28 | 2 | -39/+41 |
|
|
* | * library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wm | hobbs | 2007-10-23 | 1 | -7/+17 |
|
|
* | [namespace import ::ttk::scrollbar] doesn't work, | jenglish | 2007-10-23 | 1 | -4/+7 |
|
|
* | * library/ttk/combobox.tcl: ttk::combobox overhaul; | jenglish | 2007-10-22 | 3 | -104/+133 |
|
|
* | * library/ttk/fonts.tcl: check for TIP #145 fonts on all | das | 2007-10-21 | 1 | -28/+21 |
|
|
* | Clean up stale comments. | jenglish | 2007-10-21 | 1 | -13/+8 |
|
|
* | s/style/ttk::style/ | jenglish | 2007-10-19 | 1 | -25/+22 |
|
|
* | * library/ttk/fonts.tcl: Create all the tip 145 font names on all | patthoyts | 2007-10-18 | 1 | -1/+22 |
|
|
* | s/style/ttk::style/ | jenglish | 2007-10-16 | 2 | -56/+55 |
|
|
* | Fix private routines accidentally defined in global namespace [Bug 1803836] | jenglish | 2007-09-30 | 1 | -3/+3 |
|
|
* | Try to improve combobox appearance on OSX + Tk 8.5 [#1780286]. | jenglish | 2007-09-17 | 1 | -40/+65 |
|
|
* | Explicitly set -anchor w for TMenubuttons [#1614540] | jenglish | 2007-07-06 | 1 | -1/+2 |
|
|
* | * library/ttk/ttk.tcl: should require Tk before pseudo-providing | hobbs | 2007-06-21 | 1 | -2/+2 |
|
|
* | Ttk_Manager API overhaul: | jenglish | 2007-06-09 | 1 | -3/+3 |
|
|
* | Removed ttk::dialog and dependencies. | jenglish | 2007-05-25 | 4 | -544/+1 |
|
|
* | TIP #145 implementation | patthoyts | 2007-05-04 | 1 | -8/+11 |
|
|
* | * library/ttk/panedwindow.tcl (ttk::panedwindow::Press): handle | hobbs | 2007-04-13 | 1 | -2/+2 |
|
|
* | inverted logic in previous commit | das | 2007-02-24 | 1 | -3/+3 |
|
|
* | * library/ttk/notebook.tcl (ttk::notebook::enableTraversal): OS X | hobbs | 2007-02-24 | 1 | -3/+8 |
|
|
* | Add no-op [package ifneeded] script for tile 0.8.0, | jenglish | 2007-02-06 | 1 | -1/+4 |
|
|
* | Big batch of ttk::treeview improvements: | jenglish | 2006-12-18 | 8 | -52/+108 |
|
|
* | Add combobox -height option; only show scrollbar if the listbox | jenglish | 2006-12-17 | 1 | -3/+6 |
|
|
* | Try to straighten out theme loading and selection logic. | jenglish | 2006-12-13 | 3 | -94/+116 |
|
|
* | Remove nonfunctional code and incorrect comments. | jenglish | 2006-12-13 | 1 | -39/+1 |
|
|
* | * library/ttk/fonts.tcl: Clean up temporary variables. | jenglish | 2006-11-28 | 1 | -45/+51 |
|
|
* | * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506 | jenglish | 2006-11-27 | 3 | -12/+37 |
|
|
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 7 | -27/+28 |
|
|
* | Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS: | jenglish | 2006-11-07 | 4 | -43/+25 |
|
|
* | In a safe interp there is no osVersion field in tcl_platform so work around it. | patthoyts | 2006-11-03 | 1 | -6/+15 |
|
|
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n: | hobbs | 2006-10-31 | 25 | -0/+3906 |
|
|