Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename typedef Ttk_Element => Ttk_ElementImpl. | jenglish | 2006-12-10 | 7 | -23/+30 |
| | |||||
* | fix warning | das | 2006-12-10 | 1 | -2/+2 |
| | |||||
* | Merged duplicate functionality between image element factory, | jenglish | 2006-12-09 | 10 | -306/+302 |
| | | | | | | image element, and -image option processing. Image element factory now takes an imageSpec argument instead of a separate image name and -map option. | ||||
* | typo | das | 2006-12-08 | 1 | -2/+2 |
| | |||||
* | Bug 1609616 | Kevin B Kenny | 2006-12-06 | 3 | -1/+11 |
| | |||||
* | add new platform package files and earlier new test files | das | 2006-12-06 | 1 | -0/+22 |
| | |||||
* | Whitespace cop | dkf | 2006-12-04 | 1 | -35/+34 |
| | |||||
* | * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged | hobbs | 2006-12-04 | 2 | -5/+15 |
| | | | | not needed - just call EventuallyRedrawRange. [Bug 1608046] (rezic) | ||||
* | TIP#286 implementation. [Patch 1152376] | dkf | 2006-12-04 | 4 | -43/+109 |
| | |||||
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 10 | -25/+320 |
| | |||||
* | * doc/wm.n, tests/winWm.test: | hobbs | 2006-12-01 | 4 | -55/+157 |
| | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. | ||||
* | Dead code removal. | jenglish | 2006-12-01 | 3 | -8/+7 |
| | |||||
* | * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use | das | 2006-12-01 | 2 | -1/+8 |
| | | | | | buttons with standard Escape key binding as -default button (reported on tcl-mac by Hans-Christoph Steiner). | ||||
* | * macosx/tkMacOSXWm.c (WmAttributesCmd): fix getting [wm attr -alpha]. | das | 2006-12-01 | 2 | -4/+10 |
| | | | | [Bug 1581932] | ||||
* | * library/ttk/fonts.tcl: Clean up temporary variables. | jenglish | 2006-11-28 | 2 | -45/+55 |
| | |||||
* | Corrected Xft configuration so that Xft | Kevin B Kenny | 2006-11-27 | 3 | -1/+11 |
| | | | | actually does get turned on if available | ||||
* | * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506 | jenglish | 2006-11-27 | 9 | -101/+123 |
| | | | | | | | | * library/ttk/button.tcl, library/ttk/combobox.tcl, library/ttk/utils.tcl: Rename ttk::CopyBindings to ttk::copyBindings * generic/ttk/ttkTreeview.c, doc/ttk_treeview.n: -displaycolumns {} now means "no columns" instead of "all columns". Use -displaycolumns #all for "all columns" [Fixes #1547622]. | ||||
* | * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] | das | 2006-11-26 | 3 | -29/+109 |
| | | | | * configure: autoconf-2.59 | ||||
* | whitespace | das | 2006-11-26 | 1 | -34/+34 |
| | |||||
* | add tclMathOp.c | das | 2006-11-26 | 1 | -0/+4 |
| | |||||
* | * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 if | hobbs | 2006-11-24 | 2 | -13/+25 |
| | | | | | it isn't already defined. Allows embedders to set it to 0 to prevent the console appearing on OS X. [Bug 1487701] | ||||
* | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage | hobbs | 2006-11-24 | 4 | -21/+42 |
| | | | | * tests/menu.test (menu-36.1): [Bug 1599877] | ||||
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 12 | -53/+70 |
| | | | | | | | | | | library/ttk/defaults.tcl, library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl: explicitly specify -anchor w on TMenubutton * tests/ttk/entry.test: Fixed font dependency; test entry-3.2 should work on all platforms now. * library/classicTheme.tcl: Don't define or use TkClassicDefaultFont. * generic/ttk/ttkTreeview.c, generic/ttk/ttkPanedwindow.c: Handle missing layouts. | ||||
* | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline): | hobbs | 2006-11-24 | 2 | -24/+39 |
| | | | | handle unichar underlining correctly and safely. [Bug 1599877] | ||||
* | removed tcl/tools/genWinImage.tcl tcl/win/README.binary and ↵ | das | 2006-11-23 | 1 | -38/+32 |
| | | | | | | tk/win/rc/wish.exe.manifest corrected link order of ttk files | ||||
* | Add support for alternate/indeterminate checkbutton state. | jenglish | 2006-11-21 | 3 | -45/+48 |
| | | | | | Fix various spacing parameters [#1596020, patch from Tim Baker]. Remove unused uxtheme hooks. | ||||
* | Minor fixes/improvements | dkf | 2006-11-16 | 3 | -8/+10 |
| | |||||
* | Minor correction of abbreviation | dkf | 2006-11-16 | 1 | -2/+2 |
| | |||||
* | Highlighted keyword in example | dkf | 2006-11-16 | 1 | -2/+2 |
| | |||||
* | Added example | dkf | 2006-11-16 | 2 | -3/+44 |
| | |||||
* | Added example for labels | dkf | 2006-11-15 | 2 | -3/+22 |
| | |||||
* | Convert \fP to \fR so that man-page scrapers have an easier time. | dkf | 2006-11-15 | 28 | -490/+502 |
| | |||||
* | Fix off-by-one bug in tree indicator size computation [#1596021, | jenglish | 2006-11-14 | 2 | -7/+13 |
| | | | | patch from Tim Baker]. Increased default size from 7 to 9 pixels. | ||||
* | *correct* fix for #1588251. | jenglish | 2006-11-13 | 2 | -7/+13 |
| | |||||
* | Workaround for #1583038 | jenglish | 2006-11-12 | 2 | -1/+5 |
| | |||||
* | Reworked cleanup procedure -- "self-cancelling" idle call is not robust, | jenglish | 2006-11-12 | 2 | -15/+19 |
| | | | | | call Tcl_CancelIdleCall() in TtkFreeScrollHandle instead. [fixes #1588251] | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: remove tclParseExpr.c and | das | 2006-11-10 | 5 | -6/+128 |
| | | | | | | | | | | bwidget.test. * unix/tcl.m4 (Darwin): suppress linker arch warnings when building universal for both 32 & 64 bit and no 64bit CoreFoundation is available; sync with tcl tcl.m4 change. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 | ||||
* | Bug 1592667 | Kevin B Kenny | 2006-11-08 | 3 | -4/+184 |
| | |||||
* | fixed typo in last commit | Kevin B Kenny | 2006-11-08 | 2 | -3/+3 |
| | |||||
* | Silence warnings about Xft unless Xft is requested explicitly. | Kevin B Kenny | 2006-11-08 | 3 | -24/+43 |
| | |||||
* | correct typo | dgp | 2006-11-08 | 2 | -3/+3 |
| | |||||
* | make --enable-xft the default | Kevin B Kenny | 2006-11-07 | 3 | -5/+11 |
| | |||||
* | Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS: | jenglish | 2006-11-07 | 12 | -166/+53 |
| | | | | | | fix comments damaged by overzealous search-and-destroy; removed obsolete [style default] synonym for [ttk::style configure]; removed other dead code. | ||||
* | Theme it | patthoyts | 2006-11-03 | 2 | -9/+13 |
| | |||||
* | We do not want to require tkInt in all the ttk files so added the | patthoyts | 2006-11-03 | 5 | -9/+25 |
| | | | | | definition of MODULE_SCOPE to ttkTheme.h Ensure everyone gets to see the definition from someplace. | ||||
* | In a safe interp there is no osVersion field in tcl_platform so work around it. | patthoyts | 2006-11-03 | 2 | -6/+20 |
| | |||||
* | #include tkInt.h to ensure MODULE_SCOPE is defined | das | 2006-11-03 | 1 | -2/+2 |
| | |||||
* | Oops. Removing rogue flag | patthoyts | 2006-11-03 | 1 | -3/+2 |
| | |||||
* | * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c: | das | 2006-11-03 | 36 | -659/+720 |
| | | | | | | | | | | | | | | | | | | | | | | | * generic/ttk/ttkClamTheme.c, generic/ttk/ttkClassicTheme.c: * generic/ttk/ttkDecls.h, generic/ttk/ttkDefaultTheme.c: * generic/ttk/ttkElements.c, generic/ttk/ttkEntry.c: * generic/ttk/ttkFrame.c, generic/ttk/ttkImage.c: * generic/ttk/ttkInit.c, generic/ttk/ttkLabel.c: * generic/ttk/ttkLayout.c, generic/ttk/ttkManager.h: * generic/ttk/ttkNotebook.c, generic/ttk/ttkPanedwindow.c: * generic/ttk/ttkProgress.c, generic/ttk/ttkScale.c: * generic/ttk/ttkScroll.c, generic/ttk/ttkScrollbar.c: * generic/ttk/ttkSeparator.c, generic/ttk/ttkSquare.c: * generic/ttk/ttkStubInit.c, generic/ttk/ttkStubLib.c: * generic/ttk/ttkTheme.c, generic/ttk/ttkTheme.h: * generic/ttk/ttkThemeInt.h, generic/ttk/ttkTrack.c: * generic/ttk/ttkTreeview.c, generic/ttk/ttkWidget.c: * generic/ttk/ttkWidget.h, macosx/ttkMacOSXTheme.c: * win/ttkWinMonitor.c, win/ttkWinTheme.c, win/ttkWinXPTheme.c: ensure all global Ttk symbols have Ttk or ttk prefix; declare all externally visible Ttk symbols not contained in stubs table as MODULE_SCOPE (or as static when possible); so that 'make check{exports,stubs}' once again complete without errors. | ||||
* | * macosx/tkMacOSXColor.c (TkMacOSXCompareColors): ifdef out when unused. | das | 2006-11-03 | 1 | -1/+3 |
| |