summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use more portable string literalsdgp2006-12-186-2185/+2008
|
* Whitespace cleanupdkf2006-12-181-57/+51
|
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-174-5/+21
| | | | needs to scroll [#1032869].
* * doc/cursors.n: Mention "none" in supportedmdejong2006-12-176-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 reducejenglish2006-12-1417-179/+224
| | | | the number of globally-visible initialization records.
* * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.nhobbs2006-12-1334-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:hobbs2006-12-134-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' targethobbs2006-12-133-2/+13
|
* Try to straighten out theme loading and selection logic.jenglish2006-12-136-96/+132
|
* Remove nonfunctional code and incorrect comments.jenglish2006-12-133-48/+7
|
* * win/tkWinButton.c (InitBoxes): Call Tcl_Panic()mdejong2006-12-123-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) errorsdkf2006-12-111-15/+24
|
* Support the _NET_WM_PING protocol from EWMH. There's no reason to dodkf2006-12-112-46/+139
| | | | | anything other than what is implemented, so no need for additional script control over it.
* Rename typedef Ttk_Element => Ttk_ElementImpl.jenglish2006-12-107-23/+30
|
* fix warningdas2006-12-101-2/+2
|
* Merged duplicate functionality between image element factory,jenglish2006-12-0910-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.
* typodas2006-12-081-2/+2
|
* Bug 1609616Kevin B Kenny2006-12-063-1/+11
|
* add new platform package files and earlier new test filesdas2006-12-061-0/+22
|
* Whitespace copdkf2006-12-041-35/+34
|
* * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-042-5/+15
| | | | not needed - just call EventuallyRedrawRange. [Bug 1608046] (rezic)
* TIP#286 implementation. [Patch 1152376]dkf2006-12-044-43/+109
|
* TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-0110-25/+320
|
* * doc/wm.n, tests/winWm.test:hobbs2006-12-014-55/+157
| | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
* Dead code removal.jenglish2006-12-013-8/+7
|
* * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to usedas2006-12-012-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].das2006-12-012-4/+10
| | | | [Bug 1581932]
* * library/ttk/fonts.tcl: Clean up temporary variables.jenglish2006-11-282-45/+55
|
* Corrected Xft configuration so that XftKevin B Kenny2006-11-273-1/+11
| | | | actually does get turned on if available
* * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506jenglish2006-11-279-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]das2006-11-263-29/+109
| | | | * configure: autoconf-2.59
* whitespacedas2006-11-261-34/+34
|
* add tclMathOp.cdas2006-11-261-0/+4
|
* * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 ifhobbs2006-11-242-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 usagehobbs2006-11-244-21/+42
| | | | * tests/menu.test (menu-36.1): [Bug 1599877]
* * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl,jenglish2006-11-2412-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):hobbs2006-11-242-24/+39
| | | | handle unichar underlining correctly and safely. [Bug 1599877]
* removed tcl/tools/genWinImage.tcl tcl/win/README.binary and ↵das2006-11-231-38/+32
| | | | | | tk/win/rc/wish.exe.manifest corrected link order of ttk files
* Add support for alternate/indeterminate checkbutton state.jenglish2006-11-213-45/+48
| | | | | Fix various spacing parameters [#1596020, patch from Tim Baker]. Remove unused uxtheme hooks.
* Minor fixes/improvementsdkf2006-11-163-8/+10
|
* Minor correction of abbreviationdkf2006-11-161-2/+2
|
* Highlighted keyword in exampledkf2006-11-161-2/+2
|
* Added exampledkf2006-11-162-3/+44
|
* Added example for labelsdkf2006-11-152-3/+22
|
* Convert \fP to \fR so that man-page scrapers have an easier time.dkf2006-11-1528-490/+502
|
* Fix off-by-one bug in tree indicator size computation [#1596021,jenglish2006-11-142-7/+13
| | | | patch from Tim Baker]. Increased default size from 7 to 9 pixels.
* *correct* fix for #1588251.jenglish2006-11-132-7/+13
|
* Workaround for #1583038jenglish2006-11-122-1/+5
|
* Reworked cleanup procedure -- "self-cancelling" idle call is not robust,jenglish2006-11-122-15/+19
| | | | | call Tcl_CancelIdleCall() in TtkFreeScrollHandle instead. [fixes #1588251]
* * macosx/Wish.xcodeproj/project.pbxproj: remove tclParseExpr.c anddas2006-11-105-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