summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-13/+18
| | |
| | * * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part ofdas2006-09-111-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-05-16 change that had set overrideredirect windows to not become activated by the window manager, as this prevented interaction with native widgets in such windows [Bug 1472624]; apply changes to carbon window attributes even if native window has already been created. * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): fix app * macosx/tkMacOSXMenu.c (DrawMenuBarWhenIdle): menu item key shortcuts * macosx/tkMacOSXInt.h: when custom ".apple" menu is installed. * library/demos/widget: on TkAqua, don't install file menu with single quit menu item, as the application menu already has a quit item. * macosx/tkMacOSXColor.c: fix building on Mac OS X 10.2.
| | * * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-251-3/+3
| | | | | | | | | | | | | | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-1/+3
| | |
| * | Added demo of ttk::scale widget.dkf2009-12-101-1/+3
| | |
| * | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | |
* | | Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-051-5/+5
| | |
* | | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | Added demo of ttk::scale widget.dkf2009-12-101-1/+3
| | |
* | | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | |
* | | Remove 'NEW' tags from sub-demos.dkf2009-04-081-18/+2
| | |
* | | bring doc and demos in line with http://wiki.tcl.tk/812nijtmans2009-03-251-2/+2
| | |
* | | mark fontchooser demo as newdas2008-12-201-1/+2
| | |
* | | Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-121-1/+2
| | |
* | | library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-111-2/+1
|/ / | | | | | | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl.
* | * library/demos/knightstour.tcl: Aqua GOOBE.das2008-03-111-1/+2
| | | | | | | | * library/demos/widget:
* | Added a Knights tour canvas demo.patthoyts2008-02-291-1/+2
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * 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-041-11/+6
| | | | | | | | | | | | * 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-021-1/+3
| |
* | * library/demos/widget: increase height of main window text widget todas2007-11-011-4/+8
| | | | | | | | use more of the available vertical space.
* | D'uh, now make the code more idiomatic!dkf2007-10-311-2/+2
| |
* | Minor GOOBE boost on Unix and OSXdkf2007-10-311-4/+3
| |
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-18/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | * library/demos/combo.tcl: Aqua GOOBE.das2007-10-231-2/+2
| | | | | | | | | | | | | | | | * library/demos/toolbar.tcl: * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/ttkprogress.tcl: * library/demos/widget:
* | More widget demos!dkf2007-10-221-17/+39
| |
* | * library/demos/ttkmenu.tcl: Aqua GOOBE.das2007-10-211-1/+4
| | | | | | | | | | * library/demos/ttkpane.tcl: * library/demos/widget:
* | More Ttk demosdkf2007-10-181-1/+5
| |
* | icon beautificationdas2007-10-171-17/+17
| |
* | more GOOBEdas2007-10-171-1/+4
| |
* | * library/demos/widget: Aqua GOOBE, cleanup icons.das2007-10-171-96/+78
| | | | | | | | | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua.
* | Added demo of basic Ttk widgets.dkf2007-10-171-1/+3
| |
* | 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-151-70/+70
| |
* | fix TIP #145 breakage on Aquadas2007-05-271-2/+3
| |
* | TIP #145 implementationpatthoyts2007-05-041-7/+21
| |
* | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part ofdas2006-09-111-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-05-16 change that had set overrideredirect windows to not become activated by the window manager, as this prevented interaction with native widgets in such windows [Bug 1472624]; apply changes to carbon window attributes even if native window has already been created. * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): fix app * macosx/tkMacOSXMenu.c (DrawMenuBarWhenIdle): menu item key shortcuts * macosx/tkMacOSXInt.h: when custom ".apple" menu is installed. * library/demos/widget: on TkAqua, don't install file menu with single quit menu item, as the application menu already has a quit item. * macosx/tkMacOSXColor.c: fix building on Mac OS X 10.2.
* | Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith!dkf2004-11-081-1/+2
| |
* | More animation demosdkf2004-11-071-1/+3
| |
* | Added a demo of simple animation to the widget tour.dkf2004-11-071-1/+4
| |
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-3/+3
| |
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-6/+2
| |
* | * (addFormattedText): Correct off-by-one error.cc_benny2004-02-251-2/+2
| |
* | fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-2/+2
| |
* | Dutch messages for widget demo from Arjen Markus. [Patch 836368]dkf2003-11-051-2/+2
| |