Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes to demos. In the pendulum demo make use of unicode for the | patthoyts | 2009-04-02 | 2 | -13/+28 |
| | | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead. | ||||
* | Small improvements to multi-column list demo. | dkf | 2009-03-31 | 1 | -5/+20 |
| | |||||
* | bring doc and demos in line with http://wiki.tcl.tk/812 | nijtmans | 2009-03-25 | 6 | -12/+12 |
| | |||||
* | Correct the ttk::treeview border on XP and Vista. | patthoyts | 2009-02-21 | 1 | -2/+4 |
| | |||||
* | [Bug 2546087] Restore support for NULs in console stdout channel. | patthoyts | 2009-02-21 | 1 | -2/+2 |
| | | | | | | | In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour. | ||||
* | Some tidying up; reducces coupling to rest of Tk implementation | dkf | 2009-02-16 | 1 | -31/+39 |
| | |||||
* | Factor out the IconList megawidget. | dkf | 2009-02-12 | 5 | -851/+742 |
| | |||||
* | Increase idiomaticity | dkf | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | Use a color picture of JO for better GOOBE. [Bug 2588919] | dkf | 2009-02-11 | 5 | -187/+22 |
| | |||||
* | catch font create when the console is re-sourced via F9 | patthoyts | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 1 | -2/+2 |
| | | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Pretty up the messagebox on unix using PNG images for the icons and group ↵ | patthoyts | 2009-01-11 | 4 | -90/+178 |
| | | | | the icons into one place. | ||||
* | Themed the bgerror dialog and make use of our PNG support to improve the icon. | patthoyts | 2009-01-08 | 1 | -41/+77 |
| | |||||
* | Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵ | patthoyts | 2009-01-07 | 1 | -2/+2 |
| | | | | in the tk_chooseDirectory unix implementation. | ||||
* | * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton | jenglish | 2008-12-31 | 1 | -1/+3 |
| | | | | | | | and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges. | ||||
* | Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls the | dkf | 2008-12-28 | 3 | -13/+59 |
| | | | | text widget horizontally on all platforms. | ||||
* | mark fontchooser demo as new | das | 2008-12-20 | 1 | -1/+2 |
| | |||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-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: | ||||
* | * library/msgs/de.msg: Updated German messages. Thanks to Ruediger | dgp | 2008-12-18 | 1 | -1/+17 |
| | | | | Haertel. [Patch 2442309]. | ||||
* | Added a simple fontchooser demo to the common dialogs section. | patthoyts | 2008-12-12 | 2 | -1/+73 |
| | |||||
* | library/demos/*.tcl: Omit contraindicated [package require Ttk]. | jenglish | 2008-12-11 | 13 | -47/+18 |
| | | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl. | ||||
* | Fix some problems running the tests on windows. As Tk tests run in ↵ | patthoyts | 2008-12-10 | 1 | -15/+40 |
| | | | | -singleproc 1 we cannot do the script testing without damaging the later native tests. | ||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 6 | -6/+501 |
| | |||||
* | ttk::spinbox: Add cross-platform MouseWheel bindings. | jenglish | 2008-12-07 | 3 | -27/+76 |
| | | | | Factored out [ttk::bindMouseWheel] procedure. | ||||
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 2 | -91/+111 |
| | | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme. | ||||
* | Added vista theme to iron out the visual differences between vista and XP. | patthoyts | 2008-12-05 | 3 | -53/+214 |
| | |||||
* | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 2 | -1620/+1338 |
| | | | | from going wildly wrong when Xft is used. [Bug 2107938] | ||||
* | Add new "hover" state | jenglish | 2008-12-03 | 1 | -3/+1 |
| | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista). | ||||
* | Use a styled frame around the popdown listbox so we can adjust the border ↵ | patthoyts | 2008-11-29 | 7 | -14/+51 |
| | | | | for each theme as needed. | ||||
* | Added angled text support to demonstration | dkf | 2008-11-22 | 1 | -18/+45 |
| | |||||
* | GOOBE on Win, where stippling and angling work poorly together... | dkf | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | demo angled text | das | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | [Bug 1991930] combobox dropdown needs to be topmost | patthoyts | 2008-11-22 | 1 | -3/+2 |
| | |||||
* | [Bug 1939129] combobox dropdown was drawn behind topmost toplevels. | patthoyts | 2008-11-22 | 1 | -1/+3 |
| | |||||
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -5/+7 |
| | |||||
* | bug #1777362 - handle windows with funky names by avoiding use of the | patthoyts | 2008-11-12 | 1 | -36/+52 |
| | | | | window path for anchors. | ||||
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 9 | -9/+175 |
| | |||||
* | Expanded set of symbolic cursors. | jenglish | 2008-10-28 | 6 | -37/+208 |
| | | | | | Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835] | ||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 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: | ||||
* | Implemented keyboard bindings for ttk::scale | patthoyts | 2008-10-17 | 1 | -6/+42 |
| | |||||
* | a final fix | tmh | 2008-09-09 | 1 | -4/+4 |
| | |||||
* | add global tk_strickMotif | tmh | 2008-09-09 | 1 | -4/+4 |
| | |||||
* | * README: Bump version number to 8.6a3 | dgp | 2008-08-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: | ||||
* | fix typo in menu.tcl | tmh | 2008-08-27 | 1 | -2/+2 |
| | |||||
* | correct to use global namespace varialbe : 1023955 | tmh | 2008-08-25 | 1 | -5/+5 |
| | |||||
* | [Bug 1023955] don't flip to arrow cursor on menus | tmh | 2008-08-25 | 1 | -7/+15 |
| | |||||
* | Bug tracker ID 1936220 | tmh | 2008-08-25 | 1 | -20/+7 |
| | | | | This patch corrects the multiple selection error reported in this bug tracker. | ||||
* | * README: Bump version number to 8.6a2 | dgp | 2008-08-12 | 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: | ||||
* | * library/ttk/aquaTheme.tcl: Use system color names and TIP145 named | das | 2008-07-22 | 1 | -16/+18 |
| | | | | font instead of hardcoded color values and deprecated native font name. | ||||
* | Work around missing timezones (eg: tclkit or some unixes) | patthoyts | 2008-06-24 | 1 | -3/+9 |
| |