Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor glitch fix. | dkf | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | Corrected descriptive text | dkf | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | Make the pendulum demo cope with resizing more gracefully. | dkf | 2009-08-08 | 1 | -15/+18 |
| | |||||
* | * library/demos/mclist.tcl: use native sort arrows with aqua theme. | das | 2009-07-15 | 1 | -4/+18 |
| | |||||
* | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbutton | das | 2009-04-10 | 1 | -2/+2 |
| | | | | on X11 windowingsystem. | ||||
* | * library/demos/widget: GOOBE: use ttk::cursor | das | 2009-04-10 | 1 | -6/+6 |
| | |||||
* | * library/demos/knightstour.tcl: fix knightstour demo not running from | das | 2009-04-10 | 1 | -10/+6 |
| | | | | interactive wish. | ||||
* | Remove 'NEW' tags from sub-demos. | dkf | 2009-04-08 | 1 | -18/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | mark fontchooser demo as new | das | 2008-12-20 | 1 | -1/+2 |
| | |||||
* | 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 | 11 | -41/+16 |
| | | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl. | ||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -2/+27 |
| | |||||
* | 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 |
| | |||||
* | Work around missing timezones (eg: tclkit or some unixes) | patthoyts | 2008-06-24 | 1 | -3/+9 |
| | |||||
* | 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 |
| | |||||
* | Fix [Bug 1860802] | dkf | 2007-12-30 | 1 | -103/+110 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 25 | -25/+25 |
| | |||||
* | * 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. | ||||
* | * library/demos/mclist.tcl: Aqua GOOBE. | das | 2007-11-04 | 4 | -17/+16 |
| | | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget: | ||||
* | 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 |
| | |||||
* | GOOBE for unix; use themed scrollbar | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | Better resizing. [Bug 1822410] | dkf | 2007-11-02 | 1 | -3/+3 |
| | |||||
* | Better resizing behaviour. [Bug 1822601] | dkf | 2007-11-01 | 1 | -2/+6 |
| | |||||
* | * library/demos/widget: increase height of main window text widget to | das | 2007-11-01 | 1 | -4/+8 |
| | | | | use more of the available vertical space. | ||||
* | Improved description/comments so that people better understand what is being | dkf | 2007-10-31 | 1 | -2/+4 |
| | | | | validated, following suggestion from Don Porter. | ||||
* | D'uh, now make the code more idiomatic! | dkf | 2007-10-31 | 1 | -2/+2 |
| | |||||
* | Minor GOOBE boost on Unix and OSX | dkf | 2007-10-31 | 1 | -4/+3 |
| | |||||
* | Mark non-loadable images as such instead of throwing a nasty dialog, | dkf | 2007-10-31 | 1 | -3/+8 |
| | | | | following suggestion from Don Porter. | ||||
* | Fix Arabic and Hebrew rendering on Windows. [Bug 1803723] | dkf | 2007-10-30 | 1 | -3/+3 |
| | |||||
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 6 | -54/+39 |
| | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups. | ||||
* | use global for -typevariable | das | 2007-10-26 | 1 | -4/+7 |
| | |||||
* | * macosx/tkMacOSXDialog.c: TIP#242 cleanup. | das | 2007-10-26 | 1 | -3/+6 |
| | | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable. | ||||
* | * library/demos/combo.tcl: Aqua GOOBE. | das | 2007-10-23 | 6 | -50/+77 |
| | | | | | | | | * library/demos/toolbar.tcl: * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/ttkprogress.tcl: * library/demos/widget: | ||||
* | More widget demos! | dkf | 2007-10-22 | 9 | -75/+449 |
| | |||||
* | * library/demos/ttkmenu.tcl: Aqua GOOBE. | das | 2007-10-21 | 3 | -18/+36 |
| | | | | | * library/demos/ttkpane.tcl: * library/demos/widget: | ||||
* | More Ttk demos | dkf | 2007-10-18 | 3 | -1/+155 |
| | |||||
* | icon beautification | das | 2007-10-17 | 1 | -17/+17 |
| | |||||
* | more GOOBE | das | 2007-10-17 | 3 | -6/+8 |
| | |||||
* | * library/demos/widget: Aqua GOOBE, cleanup icons. | das | 2007-10-17 | 3 | -99/+91 |
| | | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua. |