Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various "const" additions in implementation | nijtmans | 2007-01-03 | 8 | -28/+28 |
| | |||||
* | Made the generic fake-X11 glue layer abide by the formatting rules of the core. | dkf | 2007-01-02 | 7 | -360/+414 |
| | |||||
* | Various small syntactic simplifications of ImgPhotoGet() | dkf | 2007-01-02 | 1 | -52/+49 |
| | |||||
* | * macosx/ttkMacOSXTheme.c: Define a constant to make it | cc_benny | 2006-12-30 | 1 | -0/+2 |
| | | | | compile on Mac OS X 10.3. | ||||
* | * Define a constant to make it compile on Mac OS X 10.3. | cc_benny | 2006-12-30 | 1 | -1/+6 |
| | |||||
* | * macosx/tkMacOSXFont.c: Fill-in TkpGetFontAttrsForChar (TIP #300). | cc_benny | 2006-12-30 | 1 | -0/+4 |
| | |||||
* | * TIP #300 Implementation, fill-in TkpGetFontAttrsForChar. | cc_benny | 2006-12-30 | 1 | -69/+144 |
| | |||||
* | * tests/wm.test: Update wm attributes output | mdejong | 2006-12-28 | 2 | -4/+10 |
| | | | | | so that tests pass after addition of -transparentcolor for Win32. | ||||
* | ImageElement clientData no longer needed. | jenglish | 2006-12-25 | 2 | -22/+15 |
| | |||||
* | Style update | dkf | 2006-12-22 | 1 | -7/+15 |
| | |||||
* | Fix [Bug 1522467] using fix similar to that used in Tcl recently. | dkf | 2006-12-22 | 2 | -701/+708 |
| | |||||
* | Spanish always uses "Guardar" to mean "Save" in the computer sense. [Bug ↵ | dkf | 2006-12-22 | 3 | -79/+80 |
| | | | | 1111213] | ||||
* | (TkpDisplayButton): lint init. [Bug 1618604] | hobbs | 2006-12-19 | 2 | -2/+6 |
| | |||||
* | Whitespace/formatting/function-exposure cleanup | dkf | 2006-12-19 | 1 | -148/+126 |
| | |||||
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 3 | -10/+154 |
| | | | | | flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.59 | ||||
* | Remove assert() calls - Don't Panic | jenglish | 2006-12-18 | 1 | -12/+6 |
| | |||||
* | Big batch of ttk::treeview improvements: | jenglish | 2006-12-18 | 13 | -212/+615 |
| | | | | | | | | | | | | | | | Added column '-stretch' and '-minwidth' options. Improved column drag and resize behavior. Added horizontal scrolling [#1518650]. Row height and child indent specifiable on Treeview style. Decreased default row height, no default -padding. Use correct heading height [#1163349]. Apply tag settings to tree item as well as to data columns [NOTE: 'tag configure' still buggy]. Fix off-by-one condition when moving nodes forward [#1618142] Prevent overscroll ([#1173434]) Treeview style settings specified separately in each theme. Added disclosure triangle element in aqua theme. | ||||
* | Use more portable string literals | dgp | 2006-12-18 | 6 | -2185/+2008 |
| | |||||
* | Whitespace cleanup | dkf | 2006-12-18 | 1 | -57/+51 |
| | |||||
* | Add combobox -height option; only show scrollbar if the listbox | jenglish | 2006-12-17 | 4 | -5/+21 |
| | | | | needs to scroll [#1032869]. | ||||
* | * doc/cursors.n: Mention "none" in supported | mdejong | 2006-12-17 | 6 | -72/+403 |
| | | | | | | | | | | | | | | | | | | cursor list. Fix comment that incorrectly claims that the Win32 "no" cursor hides the cursor. * tests/cursor.test: Test "none" cursor. * unix/tkUnixCursor.c (CreateCursorFromTableOrFile, TkGetCursorByName): Define a table of Tk cursors that is searched in addition to the X cursor table. A Tk cursor is loaded from a data string and works with the same options as the built in X cursors. This code makes it possible to use "none" as a cursor name under Unix. * win/rc/cursor9a.cur: Added none Win32 cursor. * win/rc/tk_base.rc: Define a built-in Win32 cursor named "none". [Patch 1615427] | ||||
* | Global reduction: use per-file *_Init() routines to reduce | jenglish | 2006-12-14 | 17 | -179/+224 |
| | | | | the number of globally-visible initialization records. | ||||
* | * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.n | hobbs | 2006-12-13 | 34 | -163/+425 |
| | | | | | | | | | | | installation (not for public consumption) * doc/scrollbar.n, doc/button.n, doc/checkbutton.n: * doc/entry.n, doc/frame.n, doc/label.n, doc/labelframe.n: * doc/menu.n, doc/menubutton.n, doc/panedwindow.n: * doc/radiobutton.n, doc/scrollbar.n, doc/ttk_*: revamp ttk docs to use consist nroff format (not 100% consistent with classic widget docs). Add more man page cross-linking "SEE ALSO". | ||||
* | * generic/ttk/ttkInit.c: | hobbs | 2006-12-13 | 4 | -14/+10 |
| | | | | | * generic/ttk/ttkTreeview.c: make treeview exist by default * generic/ttk/ttkPanedwindow.c: s/TtkPaned_Init/TtkPanedwindow_Init/ | ||||
* | * win/Makefile.in, unix/Makefile.in (demo): add 'demo' target | hobbs | 2006-12-13 | 3 | -2/+13 |
| | |||||
* | Try to straighten out theme loading and selection logic. | jenglish | 2006-12-13 | 6 | -96/+132 |
| | |||||
* | Remove nonfunctional code and incorrect comments. | jenglish | 2006-12-13 | 3 | -48/+7 |
| | |||||
* | * win/tkWinButton.c (InitBoxes): Call Tcl_Panic() | mdejong | 2006-12-12 | 3 | -3/+26 |
| | | | | | | | | | | | | if loading of bitmap resources fails. This change generates an error if Tk is unable to find button widget resources instead of silently failing and then drawing widgets incorrectly. win/rc/tk_base.rc: If the user defines BASE_NO_TK_ICON then compile the base resources file without a "tk" icon. This change makes it easier to replace the default tk icon with a custom icon. [Patch 1614362] | ||||
* | Fix warnings and (unfortunately introduced with last commit) errors | dkf | 2006-12-11 | 1 | -15/+24 |
| | |||||
* | Support the _NET_WM_PING protocol from EWMH. There's no reason to do | dkf | 2006-12-11 | 2 | -46/+139 |
| | | | | | anything other than what is implemented, so no need for additional script control over it. | ||||
* | 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 |
| |