summaryrefslogtreecommitdiffstats
path: root/library/demos
Commit message (Collapse)AuthorAgeFilesLines
...
* | | bring doc and demos in line with http://wiki.tcl.tk/812nijtmans2009-03-256-12/+12
| | |
* | | Increase idiomaticitydkf2009-02-111-2/+2
| | |
* | | Use a color picture of JO for better GOOBE. [Bug 2588919]dkf2009-02-115-187/+22
| | |
* | | mark fontchooser demo as newdas2008-12-201-1/+2
| | |
* | | Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-122-1/+73
| | |
* | | library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-1111-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 IMPLEMENTATIONdas2008-12-101-2/+27
| | |
* | | Added angled text support to demonstrationdkf2008-11-221-18/+45
| | |
* | | GOOBE on Win, where stippling and angling work poorly together...dkf2008-11-221-3/+3
| | |
* | | demo angled textdas2008-11-221-2/+2
| | |
* | | Work around missing timezones (eg: tclkit or some unixes)patthoyts2008-06-241-3/+9
|/ /
* | 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
| |
* | Fix [Bug 1860802]dkf2007-12-301-103/+110
| |
* | merge stable branch onto HEADdgp2007-12-1325-25/+25
| |
* | * library/demos/widget: reduce start size to 70% of screenheighthobbs2007-12-051-2/+2
| | | | | | | | from sh-200 for a more reasonable size.
* | * library/demos/mclist.tcl: Aqua GOOBE.das2007-11-044-17/+16
| | | | | | | | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget:
* | 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
| |
* | GOOBE for unix; use themed scrollbardkf2007-11-021-2/+2
| |
* | Better resizing. [Bug 1822410]dkf2007-11-021-3/+3
| |
* | Better resizing behaviour. [Bug 1822601]dkf2007-11-011-2/+6
| |
* | * library/demos/widget: increase height of main window text widget todas2007-11-011-4/+8
| | | | | | | | use more of the available vertical space.
* | Improved description/comments so that people better understand what is beingdkf2007-10-311-2/+4
| | | | | | | | validated, following suggestion from Don Porter.
* | D'uh, now make the code more idiomatic!dkf2007-10-311-2/+2
| |
* | Minor GOOBE boost on Unix and OSXdkf2007-10-311-4/+3
| |
* | Mark non-loadable images as such instead of throwing a nasty dialog,dkf2007-10-311-3/+8
| | | | | | | | following suggestion from Don Porter.
* | Fix Arabic and Hebrew rendering on Windows. [Bug 1803723]dkf2007-10-301-3/+3
| |
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-306-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 -typevariabledas2007-10-261-4/+7
| |
* | * macosx/tkMacOSXDialog.c: TIP#242 cleanup.das2007-10-261-3/+6
| | | | | | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable.
* | * library/demos/combo.tcl: Aqua GOOBE.das2007-10-236-50/+77
| | | | | | | | | | | | | | | | * library/demos/toolbar.tcl: * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/ttkprogress.tcl: * library/demos/widget:
* | More widget demos!dkf2007-10-229-75/+449
| |
* | * library/demos/ttkmenu.tcl: Aqua GOOBE.das2007-10-213-18/+36
| | | | | | | | | | * library/demos/ttkpane.tcl: * library/demos/widget:
* | More Ttk demosdkf2007-10-183-1/+155
| |
* | icon beautificationdas2007-10-171-17/+17
| |
* | more GOOBEdas2007-10-173-6/+8
| |
* | * library/demos/widget: Aqua GOOBE, cleanup icons.das2007-10-173-99/+91
| | | | | | | | | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua.
* | Added demo of basic Ttk widgets.dkf2007-10-172-1/+61
| |
* | More improvements for the widget demo main structure, including 'new' flagging.dkf2007-10-161-104/+162
| |
* | GOOBE work on the widget demo, plus a new demo of text widget peering.dkf2007-10-156-97/+157
| |
* | replace previous inoperative commit with direct setting of ↵das2007-05-301-2/+9
| | | | | | | | highlightbackground on all buttons
* | * library/bgerror.tcl: standardize dialog option & button sizedas2007-05-301-1/+4
| | | | | | | | | | | | | | * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl: * library/demos/button.tcl: set button highlightbackground on Aqua.
* | fix TIP #145 breakage on Aquadas2007-05-271-2/+3
| |
* | library/demos/ttk_*.tcl: removed Tile demos, not appropriate for core.jenglish2007-05-253-1110/+0
| |
* | TIP #145 implementationpatthoyts2007-05-041-7/+21
| |
* | * library/demos/goldberg.tcl: fix overwriting of widget demo global.das2007-04-235-22/+22
| | | | | | | | | | | | | | | | * library/demos/menu.tcl: on aqua, use custom MDEF and tearoffs; * library/demos/menubu.tcl: correct menubutton toplevel name. * library/demos/puzzle.tcl: fix button size & padding for aqua. * library/demos/radio.tcl:
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-313-0/+1110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/ttk_checkbutton.n, doc/ttk_combobox.n, doc/ttk_dialog.n: * doc/ttk_entry.n, doc/ttk_frame.n, doc/ttk_image.n: * doc/ttk_intro.n, doc/ttk_label.n, doc/ttk_labelframe.n: * doc/ttk_menubutton.n, doc/ttk_notebook.n, doc/ttk_panedwindow.n: * doc/ttk_progressbar.n, doc/ttk_radiobutton.n, doc/ttk_scrollbar.n: * doc/ttk_separator.n, doc/ttk_sizegrip.n, doc/ttk_style.n: * doc/ttk_treeview.n, doc/ttk_widget.n,: * generic/ttk/ttk.decls, generic/ttk/ttkBlink.c: * generic/ttk/ttkButton.c, generic/ttk/ttkCache.c: * generic/ttk/ttkClamTheme.c, generic/ttk/ttkClassicTheme.c: * generic/ttk/ttkDecls.h, generic/ttk/ttkDefaultTheme.c: * generic/ttk/ttkElements.c, generic/ttk/ttkEntry.c: * generic/ttk/ttkFrame.c, generic/ttk/ttkImage.c: * generic/ttk/ttkInit.c, generic/ttk/ttkLabel.c: * generic/ttk/ttkLayout.c, generic/ttk/ttkManager.c: * generic/ttk/ttkManager.h, generic/ttk/ttkNotebook.c: * generic/ttk/ttkPanedwindow.c, generic/ttk/ttkProgress.c: * generic/ttk/ttkScale.c, generic/ttk/ttkScroll.c: * generic/ttk/ttkScrollbar.c, generic/ttk/ttkSeparator.c: * generic/ttk/ttkSquare.c, generic/ttk/ttkState.c: * generic/ttk/ttkStubInit.c, generic/ttk/ttkStubLib.c: * generic/ttk/ttkTagSet.c, generic/ttk/ttkTheme.c: * generic/ttk/ttkTheme.h, generic/ttk/ttkThemeInt.h: * generic/ttk/ttkTrace.c, generic/ttk/ttkTrack.c: * generic/ttk/ttkTreeview.c, generic/ttk/ttkWidget.c: * generic/ttk/ttkWidget.h: * library/demos/ttk_demo.tcl, library/demos/ttk_iconlib.tcl: * library/demos/ttk_repeater.tcl: * library/ttk/altTheme.tcl, library/ttk/aquaTheme.tcl: * library/ttk/button.tcl, library/ttk/clamTheme.tcl: * library/ttk/classicTheme.tcl, library/ttk/combobox.tcl: * library/ttk/cursors.tcl, library/ttk/defaults.tcl: * library/ttk/dialog.tcl, library/ttk/entry.tcl: * library/ttk/fonts.tcl, library/ttk/icons.tcl: * library/ttk/keynav.tcl, library/ttk/menubutton.tcl: * library/ttk/notebook.tcl, library/ttk/panedwindow.tcl: * library/ttk/progress.tcl, library/ttk/scale.tcl: * library/ttk/scrollbar.tcl, library/ttk/sizegrip.tcl: * library/ttk/treeview.tcl, library/ttk/ttk.tcl: * library/ttk/utils.tcl, library/ttk/winTheme.tcl: * library/ttk/xpTheme.tcl: * macosx/ttkMacOSXTheme.c: * tests/ttk/all.tcl, tests/ttk/bwidget.test, tests/ttk/combobox.test: * tests/ttk/entry.test, tests/ttk/image.test: * tests/ttk/labelframe.test, tests/ttk/layout.test: * tests/ttk/misc.test, tests/ttk/notebook.test: * tests/ttk/panedwindow.test, tests/ttk/progressbar.test: * tests/ttk/scrollbar.test, tests/ttk/treetags.test: * tests/ttk/treeview.test, tests/ttk/ttk.test, tests/ttk/validate.test: * win/ttkWinMonitor.c, win/ttkWinTheme.c, win/ttkWinXPTheme.c: First import of Ttk themed Tk widgets as branched from tile 0.7.8 * generic/tkInt.h, generic/tkWindow.c: add Ttk_Init call, copy tk classic widgets to ::tk namespace. * library/tk.tcl: add source of ttk/ttk.tcl, define $::ttk::library. * unix/Makefile.in, win/Makefile.in: add Ttk build bits * win/configure, win/configure.in: check for uxtheme.h (XP theme).