summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Support for ttk widgets in AmpWidgetpatthoyts2008-05-111-5/+5
|
* * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-2/+2
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Fix the foreground colour for labelframe in xppatthoyts2008-04-031-2/+2
|
* * README: Bump to 8.5.2 for release.dgp2008-03-281-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* whitespace fixeshobbs2008-03-271-19/+8
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-271-31/+25
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* Aqua GOOBEdas2008-03-171-2/+6
|
* Made work when run twice in the same session. [Bug 1899664]dkf2008-03-161-691/+787
| | | | Also made the control panel use Ttk widgets.
* * library/demos/knightstour.tcl: Aqua GOOBE.das2008-03-112-15/+26
| | | | * library/demos/widget:
* Added a Knights tour canvas demo.patthoyts2008-02-292-1/+249
|
* Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-231-2/+2
| | | | as intended [Bug 1890211]. Clarified documentation.
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-2/+2
| | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label inhobbs2008-01-311-2/+3
| | | | low depth/aqua fallback, as it doesn't support -bitmap.
* library/treeview.tcl: Fix bug in Shift-ButtonPress-1 bindingjenglish2008-01-301-2/+2
| | | | (error if no current focus item; reported on c.l.t.)
* Fix MouseWheel bindings for ttk::treeview widgetjenglish2008-01-062-18/+64
| | | | (Fixes #1442006, #1821939, #1862692)
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-021-2/+2
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Fix [Bug 1860802]dkf2007-12-301-103/+110
|
* merge stable branch onto HEADdgp2007-12-1352-56/+56
|
* s/style/ttk::style/jenglish2007-12-082-63/+61
|
* line endingsdgp2007-12-061-76/+76
|
* * library/demos/widget: reduce start size to 70% of screenheighthobbs2007-12-051-2/+2
| | | | from sh-200 for a more reasonable size.
* Correct errors in language specifiersdkf2007-12-051-75/+75
|
* Added missing messages. [Patch 1800744]dkf2007-12-041-74/+76
|
* Added Danish message catalog. [Patch 1844143]dkf2007-12-041-0/+77
|
* * library/tkfbox.tcl (VerifyFileName): Corrected a coupleKevin B Kenny2007-11-261-4/+5
| | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch.
* Improve theming of Unix dialogsdkf2007-11-212-7/+10
|
* * README: Bump version number to 8.5b3.dgp2007-11-191-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish2007-11-191-7/+1
| | | | | | | | | | | | Add "fill" element: like "background" but only erases parcel. * generic/ttk/ttkFrame.c: Use fill element in Labelframe Label sublayout. Also improved default labelmargins for -labelanchor w*, e*. * generic/ttk/ttkLabel.c: no longer need Labelframe hack. * library/ttk/aquaTheme.tcl: ImageTextElement no longer needed. TextElement no longer needs '-background' option.
* * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labelsjenglish2007-11-187-26/+28
| | | | | | | | instead of single element. * generic/ttk/ttkLabel.c: Default -anchor for text and label elements is now "w" instead of "center". Fixes [Bug 1614540]. * library/ttk/defaults.tcl, library/ttk/*Theme.tcl: Button styles now need explicit "-anchor center".
* ttkMacOSXTheme.c: Resynchronize with Tile codebasejenglish2007-11-181-3/+3
| | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed.
* Add mandatory 8.5-isms.jenglish2007-11-171-3/+3
|
* Swap in core scrollbars for [ttk::scrollbar]s on OSX.jenglish2007-11-171-1/+19
|
* The Swedish message catalog should be for Swedish... [Bug 1831803]dkf2007-11-141-72/+72
|
* typo: s/Bearbieten/Bearbeiten/ (suchenwi on chat)das2007-11-141-1/+1
|
* * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyrightdas2007-11-093-4/+7
| | | | | | | | | | * macosx/tkMacOSXDialog.c: with core-8-4-branch. * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXWm.c: * xlib/xgc.c * library/bgerror.tcl: * library/console.tcl: * library/menu.tcl:
* * library/menu.tcl: correct handling of menubutton "active"das2007-11-081-6/+14
| | | | state on Aqua to match that of buttons.
* * library/ttk/combobox.tcl: Set focus to listbox in <Map> bindingjenglish2007-11-061-5/+8
| | | | instead of in Post command (see #1349811 for info).
* * library/bgerror.tcl: fix background of detail text on Aqua.das2007-11-041-2/+3
|
* * library/console.tcl: add accelerators and fix Aqua bindingsdas2007-11-041-7/+15
| | | | of the new font size menu items.
* * library/demos/mclist.tcl: Aqua GOOBE.das2007-11-044-17/+16
| | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget:
* Add menu item and key binding to adjust fontpatthoyts2007-11-031-1/+17
|
* Tinkering with the default demo widget heightdkf2007-11-021-3/+7
|
* Added a demo of how to do a multi-column sortable listbox.dkf2007-11-022-1/+101
|
* Updated with improved padding from Emilianodkf2007-11-021-3/+3
|
* Missed a file that needed updating to handle the changed internal dkf2007-11-021-9/+9
| | | | structure of dialogs
* GOOBE for unix; use themed scrollbardkf2007-11-021-2/+2
|
* GOOBE tweak; get background from themedkf2007-11-021-1/+3
|
* Bugfixdkf2007-11-021-2/+2
|
* Tk (non-native) message box now uses Ttk widgets for better L&F.dkf2007-11-021-16/+20
|
* Tk (non-native) file chooser now uses Ttk widgets for better L&F and ↵dkf2007-11-021-41/+144
| | | | supports <Tab> completion of file names. [FRQ 805091]