Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * macosx/Wish-Common.xcconfig: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tkConsole.c: Relax Tcl_InitStubs() calls so that a Tk 8.6 * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: * generic/tkStubLib.c: Update to compatibility with a libtcl.so that contains no "tclStubsPtr" [Tcl Bug 1819422]. * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: | ||||
* | * README: Bump to 8.5.2 for release. | dgp | 2008-03-28 | 1 | -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 fixes | hobbs | 2008-03-27 | 1 | -19/+8 |
| | |||||
* | * library/safetk.tcl (::safe::tkInterpInit): make sure tk_library | hobbs | 2008-03-27 | 1 | -31/+25 |
| | | | | and its subdirs (eg, ttk) are on the "safe" access path. | ||||
* | Aqua GOOBE | das | 2008-03-17 | 1 | -2/+6 |
| | |||||
* | Made work when run twice in the same session. [Bug 1899664] | dkf | 2008-03-16 | 1 | -691/+787 |
| | | | | Also made the control panel use Ttk widgets. | ||||
* | * library/demos/knightstour.tcl: Aqua GOOBE. | das | 2008-03-11 | 2 | -15/+26 |
| | | | | * library/demos/widget: | ||||
* | Added a Knights tour canvas demo. | patthoyts | 2008-02-29 | 2 | -1/+249 |
| | |||||
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 1 | -2/+2 |
| | | | | as intended [Bug 1890211]. Clarified documentation. | ||||
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 1 | -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 in | hobbs | 2008-01-31 | 1 | -2/+3 |
| | | | | low depth/aqua fallback, as it doesn't support -bitmap. | ||||
* | library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding | jenglish | 2008-01-30 | 1 | -2/+2 |
| | | | | (error if no current focus item; reported on c.l.t.) | ||||
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 2 | -18/+64 |
| | | | | (Fixes #1442006, #1821939, #1862692) | ||||
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 1 | -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] | dkf | 2007-12-30 | 1 | -103/+110 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 52 | -56/+56 |
| | |||||
* | s/style/ttk::style/ | jenglish | 2007-12-08 | 2 | -63/+61 |
| | |||||
* | line endings | dgp | 2007-12-06 | 1 | -76/+76 |
| | |||||
* | * library/demos/widget: reduce start size to 70% of screenheight | hobbs | 2007-12-05 | 1 | -2/+2 |
| | | | | from sh-200 for a more reasonable size. | ||||
* | Correct errors in language specifiers | dkf | 2007-12-05 | 1 | -75/+75 |
| | |||||
* | Added missing messages. [Patch 1800744] | dkf | 2007-12-04 | 1 | -74/+76 |
| | |||||
* | Added Danish message catalog. [Patch 1844143] | dkf | 2007-12-04 | 1 | -0/+77 |
| | |||||
* | * library/tkfbox.tcl (VerifyFileName): Corrected a couple | Kevin B Kenny | 2007-11-26 | 1 | -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 dialogs | dkf | 2007-11-21 | 2 | -7/+10 |
| | |||||
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 1 | -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: | jenglish | 2007-11-19 | 1 | -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 labels | jenglish | 2007-11-18 | 7 | -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 codebase | jenglish | 2007-11-18 | 1 | -3/+3 |
| | | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed. | ||||
* | Add mandatory 8.5-isms. | jenglish | 2007-11-17 | 1 | -3/+3 |
| | |||||
* | Swap in core scrollbars for [ttk::scrollbar]s on OSX. | jenglish | 2007-11-17 | 1 | -1/+19 |
| | |||||
* | The Swedish message catalog should be for Swedish... [Bug 1831803] | dkf | 2007-11-14 | 1 | -72/+72 |
| | |||||
* | typo: s/Bearbieten/Bearbeiten/ (suchenwi on chat) | das | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 3 | -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" | das | 2007-11-08 | 1 | -6/+14 |
| | | | | state on Aqua to match that of buttons. | ||||
* | * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding | jenglish | 2007-11-06 | 1 | -5/+8 |
| | | | | instead of in Post command (see #1349811 for info). | ||||
* | * library/bgerror.tcl: fix background of detail text on Aqua. | das | 2007-11-04 | 1 | -2/+3 |
| | |||||
* | * library/console.tcl: add accelerators and fix Aqua bindings | das | 2007-11-04 | 1 | -7/+15 |
| | | | | of the new font size menu items. | ||||
* | * library/demos/mclist.tcl: Aqua GOOBE. | das | 2007-11-04 | 4 | -17/+16 |
| | | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget: | ||||
* | Add menu item and key binding to adjust font | patthoyts | 2007-11-03 | 1 | -1/+17 |
| | |||||
* | Tinkering with the default demo widget height | dkf | 2007-11-02 | 1 | -3/+7 |
| | |||||
* | Added a demo of how to do a multi-column sortable listbox. | dkf | 2007-11-02 | 2 | -1/+101 |
| | |||||
* | Updated with improved padding from Emiliano | dkf | 2007-11-02 | 1 | -3/+3 |
| | |||||
* | Missed a file that needed updating to handle the changed internal | dkf | 2007-11-02 | 1 | -9/+9 |
| | | | | structure of dialogs | ||||
* | GOOBE for unix; use themed scrollbar | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | GOOBE tweak; get background from theme | dkf | 2007-11-02 | 1 | -1/+3 |
| | |||||
* | Bugfix | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | Tk (non-native) message box now uses Ttk widgets for better L&F. | dkf | 2007-11-02 | 1 | -16/+20 |
| | |||||
* | Tk (non-native) file chooser now uses Ttk widgets for better L&F and ↵ | dkf | 2007-11-02 | 1 | -41/+144 |
| | | | | supports <Tab> completion of file names. [FRQ 805091] | ||||
* | Better resizing. [Bug 1822410] | dkf | 2007-11-02 | 1 | -3/+3 |
| | |||||
* | Better resizing behaviour. [Bug 1822601] | dkf | 2007-11-01 | 1 | -2/+6 |
| |