| Commit message (Expand) | Author | Age | Files | Lines |
* | (TkpDisplayButton): lint init. [Bug 1618604] | hobbs | 2006-12-19 | 1 | -0/+4 |
|
|
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 1 | -0/+6 |
|
|
* | Big batch of ttk::treeview improvements: | jenglish | 2006-12-18 | 1 | -0/+19 |
|
|
* | Whitespace cleanup | dkf | 2006-12-18 | 1 | -57/+51 |
|
|
* | Add combobox -height option; only show scrollbar if the listbox | jenglish | 2006-12-17 | 1 | -0/+6 |
|
|
* | * doc/cursors.n: Mention "none" in supported | mdejong | 2006-12-17 | 1 | -0/+19 |
|
|
* | Global reduction: use per-file *_Init() routines to reduce | jenglish | 2006-12-14 | 1 | -0/+13 |
|
|
* | * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.n | hobbs | 2006-12-13 | 1 | -0/+10 |
|
|
* | * generic/ttk/ttkInit.c: | hobbs | 2006-12-13 | 1 | -0/+4 |
|
|
* | * win/Makefile.in, unix/Makefile.in (demo): add 'demo' target | hobbs | 2006-12-13 | 1 | -0/+5 |
|
|
* | Try to straighten out theme loading and selection logic. | jenglish | 2006-12-13 | 1 | -0/+7 |
|
|
* | Remove nonfunctional code and incorrect comments. | jenglish | 2006-12-13 | 1 | -0/+5 |
|
|
* | * win/tkWinButton.c (InitBoxes): Call Tcl_Panic() | mdejong | 2006-12-12 | 1 | -0/+13 |
|
|
* | Support the _NET_WM_PING protocol from EWMH. There's no reason to do | dkf | 2006-12-11 | 1 | -10/+20 |
|
|
* | Rename typedef Ttk_Element => Ttk_ElementImpl. | jenglish | 2006-12-10 | 1 | -0/+7 |
|
|
* | Merged duplicate functionality between image element factory, | jenglish | 2006-12-09 | 1 | -0/+12 |
|
|
* | typo | das | 2006-12-08 | 1 | -2/+2 |
|
|
* | Bug 1609616 | Kevin B Kenny | 2006-12-06 | 1 | -0/+6 |
|
|
* | Whitespace cop | dkf | 2006-12-04 | 1 | -35/+34 |
|
|
* | * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged | hobbs | 2006-12-04 | 1 | -0/+5 |
|
|
* | TIP#286 implementation. [Patch 1152376] | dkf | 2006-12-04 | 1 | -0/+9 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -0/+13 |
|
|
* | * doc/wm.n, tests/winWm.test: | hobbs | 2006-12-01 | 1 | -0/+5 |
|
|
* | Dead code removal. | jenglish | 2006-12-01 | 1 | -0/+5 |
|
|
* | * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use | das | 2006-12-01 | 1 | -0/+4 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd): fix getting [wm attr -alpha]. | das | 2006-12-01 | 1 | -0/+5 |
|
|
* | * library/ttk/fonts.tcl: Clean up temporary variables. | jenglish | 2006-11-28 | 1 | -0/+4 |
|
|
* | Corrected Xft configuration so that Xft | Kevin B Kenny | 2006-11-27 | 1 | -0/+6 |
|
|
* | * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506 | jenglish | 2006-11-27 | 1 | -0/+8 |
|
|
* | * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] | das | 2006-11-26 | 1 | -0/+5 |
|
|
* | * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 if | hobbs | 2006-11-24 | 1 | -0/+4 |
|
|
* | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage | hobbs | 2006-11-24 | 1 | -0/+5 |
|
|
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 1 | -0/+11 |
|
|
* | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline): | hobbs | 2006-11-24 | 1 | -0/+5 |
|
|
* | Add support for alternate/indeterminate checkbutton state. | jenglish | 2006-11-21 | 1 | -0/+6 |
|
|
* | Minor fixes/improvements | dkf | 2006-11-16 | 1 | -0/+2 |
|
|
* | Added example | dkf | 2006-11-16 | 1 | -0/+4 |
|
|
* | Added example for labels | dkf | 2006-11-15 | 1 | -0/+2 |
|
|
* | Convert \fP to \fR so that man-page scrapers have an easier time. | dkf | 2006-11-15 | 1 | -57/+69 |
|
|
* | Fix off-by-one bug in tree indicator size computation [#1596021, | jenglish | 2006-11-14 | 1 | -0/+6 |
|
|
* | *correct* fix for #1588251. | jenglish | 2006-11-13 | 1 | -0/+4 |
|
|
* | Workaround for #1583038 | jenglish | 2006-11-12 | 1 | -0/+4 |
|
|
* | Reworked cleanup procedure -- "self-cancelling" idle call is not robust, | jenglish | 2006-11-12 | 1 | -0/+7 |
|
|
* | * macosx/Wish.xcodeproj/project.pbxproj: remove tclParseExpr.c and | das | 2006-11-10 | 1 | -0/+11 |
|
|
* | Bug 1592667 | Kevin B Kenny | 2006-11-08 | 1 | -0/+2 |
|
|
* | Silence warnings about Xft unless Xft is requested explicitly. | Kevin B Kenny | 2006-11-08 | 1 | -0/+6 |
|
|
* | make --enable-xft the default | Kevin B Kenny | 2006-11-07 | 1 | -0/+6 |
|
|
* | Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS: | jenglish | 2006-11-07 | 1 | -0/+11 |
|
|
* | Theme it | patthoyts | 2006-11-03 | 1 | -0/+2 |
|
|
* | We do not want to require tkInt in all the ttk files so added the | patthoyts | 2006-11-03 | 1 | -0/+6 |
|
|