summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
Commit message (Collapse)AuthorAgeFilesLines
* Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-011-1/+0
|\ | | | | | | | | dist' fails when tclsh9.0 is on $PATH FossilOrigin-Name: 48fe0012d457916abf57936fd8e1af62176f94c2
| * Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-011-1/+0
| | | | | | | | | | dist' fails when tclsh9.0 is on $PATH FossilOrigin-Name: aa6515f79e30d6a49acc7e1482aea75bb2131239
* | Fix [6fe75131c546226b]: doc: tk_messageBox (mac). jan.nijtmans2015-08-031-3/+5
|\ \ | |/ | | | | | | Use ttk::scrollbar in stead of scrollbar in various demo's. (ported from androwish branch) FossilOrigin-Name: ec4df9a2ad969c1b5eeba278d78a7aa83067327a
| * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| |\ | | | | | | FossilOrigin-Name: 8ef7384bc924a7b400e0b9fd11484fecb6b7f886
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| | | | | | | | | FossilOrigin-Name: 43a8cf526d404a639cf316736be75e4bfbea4c59
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ / | | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/ | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-13/+18
| | | | | | | | | FossilOrigin-Name: a3911de6f3e67a675c63e39104908be271903a92
| | * * 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. FossilOrigin-Name: bc2ad66b9159d170e032a577ebc06639035d85ae
| | * * 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. FossilOrigin-Name: 1f06447aad15a3ba170541d27ebbf0e93546bce5
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-1/+3
| | | | | | | | | FossilOrigin-Name: c0adfbf9e606004dd65a6f5f69a8200495cae51b
| * | Added demo of ttk::scale widget.dkf2009-12-101-1/+3
| | | | | | | | | FossilOrigin-Name: 31949a652932eadb82edf8a3a7e5275cd012f478
| * | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | | | | | | | | FossilOrigin-Name: 71704c0aa4e67f13bbafe557c8c9cadef9abf647
* | | Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-051-5/+5
| | | | | | | | | FossilOrigin-Name: d56b3df132d0eaf4061918312d92f2dffa60fdbd
* | | 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> FossilOrigin-Name: 93a297dd4b38bfb111f2f4208a274213de88aacd
* | | Added demo of ttk::scale widget.dkf2009-12-101-1/+3
| | | | | | | | | FossilOrigin-Name: cdacc95432475ba275748ba1af7f0ea50f6f00fa
* | | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | | | | | | | | FossilOrigin-Name: eb4b5ca23499fc142f93b646fc02dd0175dca1f2
* | | Remove 'NEW' tags from sub-demos.dkf2009-04-081-18/+2
| | | | | | | | | FossilOrigin-Name: 6237ac240d0ebc098cab942f08a0494c6dffe755
* | | bring doc and demos in line with http://wiki.tcl.tk/812nijtmans2009-03-251-2/+2
| | | | | | | | | FossilOrigin-Name: 5b70a9ed43c08e03df7daf43d0b8e943d2086b59
* | | mark fontchooser demo as newdas2008-12-201-1/+2
| | | | | | | | | FossilOrigin-Name: a1e5750aa3750c6c11c443e54838da77d42c14ea
* | | Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-121-1/+2
| | | | | | | | | FossilOrigin-Name: 0e3a536d894f64ea6072c5eb38d6a1543ec4c696
* | | 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. FossilOrigin-Name: 36850054167ebbbb1b9d6f9483326f374939a874
* | * library/demos/knightstour.tcl: Aqua GOOBE.das2008-03-111-1/+2
| | | | | | | | | | | | * library/demos/widget: FossilOrigin-Name: 0658388504d0dc8ef9ac10d630032c50fb967f02
* | Added a Knights tour canvas demo.patthoyts2008-02-291-1/+2
| | | | | | FossilOrigin-Name: f54a4d62ac0a1fcf89f540abecfc744fae10d8c1
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | * library/demos/widget: reduce start size to 70% of screenheighthobbs2007-12-051-2/+2
| | | | | | | | | | | | from sh-200 for a more reasonable size. FossilOrigin-Name: df2d4fd24905ffd04497051615b9cb476d729a5d
* | * library/demos/mclist.tcl: Aqua GOOBE.das2007-11-041-11/+6
| | | | | | | | | | | | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget: FossilOrigin-Name: 4aa05c7c7ffdbc556c2f431bcd959d84be1e79e2
* | Tinkering with the default demo widget heightdkf2007-11-021-3/+7
| | | | | | FossilOrigin-Name: 229033d93d911f793eb7c0c0c9defba679faa6f6
* | Added a demo of how to do a multi-column sortable listbox.dkf2007-11-021-1/+3
| | | | | | FossilOrigin-Name: dc95a5cc8adde8a64f7da1bb513aebf60c452ae9
* | * library/demos/widget: increase height of main window text widget todas2007-11-011-4/+8
| | | | | | | | | | | | use more of the available vertical space. FossilOrigin-Name: 6ed4e0a4cab6a85f0ee43ba652a8476499c4c649
* | D'uh, now make the code more idiomatic!dkf2007-10-311-2/+2
| | | | | | FossilOrigin-Name: abe67e28093003f3106c4dedd8a9cc89fbe91103
* | Minor GOOBE boost on Unix and OSXdkf2007-10-311-4/+3
| | | | | | FossilOrigin-Name: 4ed2b642f7fe229fe9b6260ae5be2ece69b3ebb7
* | * 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. FossilOrigin-Name: f108de53ea5bbca88ddb0d911bbc8a30fd9a894f
* | * 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: FossilOrigin-Name: 9e806a989a0df800dc314a436ab6d88bd70c7924
* | More widget demos!dkf2007-10-221-17/+39
| | | | | | FossilOrigin-Name: aa992f888cd520cf38f8b8b6d46cc42867fd6b05
* | * library/demos/ttkmenu.tcl: Aqua GOOBE.das2007-10-211-1/+4
| | | | | | | | | | | | | | * library/demos/ttkpane.tcl: * library/demos/widget: FossilOrigin-Name: 638337cedb059672a062685a71caa88f7d352d0f
* | More Ttk demosdkf2007-10-181-1/+5
| | | | | | FossilOrigin-Name: ca3fc16799bae19715cf77d969aa64c9adcff060
* | icon beautificationdas2007-10-171-17/+17
| | | | | | FossilOrigin-Name: 05aada46d23479800a573c70325ebf2f02ed89fd
* | more GOOBEdas2007-10-171-1/+4
| | | | | | FossilOrigin-Name: bb834d09f00e615e99f0620d49cb1a02730e1682
* | * 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. FossilOrigin-Name: 9763576d8cdb877ec759e7f20cb78b52cfbf8244
* | Added demo of basic Ttk widgets.dkf2007-10-171-1/+3
| | | | | | FossilOrigin-Name: fcfc1362f81aa3bb9c91759a5ff28d65f97dc1e8
* | More improvements for the widget demo main structure, including 'new' flagging.dkf2007-10-161-104/+162
| | | | | | FossilOrigin-Name: 6389df2681231775bb9a8021ecea1324db7e8fbd
* | GOOBE work on the widget demo, plus a new demo of text widget peering.dkf2007-10-151-70/+70
| | | | | | FossilOrigin-Name: 701701274bad3f04e9f576003b1fa5ea5abc8215
* | fix TIP #145 breakage on Aquadas2007-05-271-2/+3
| | | | | | FossilOrigin-Name: ca7ecdaffb5a07ba129e7c7a940adc3ebe3f054e
* | TIP #145 implementationpatthoyts2007-05-041-7/+21
| | | | | | FossilOrigin-Name: 5c1d2633c30b24b2068350342eb9d853e153dfa6
* | * 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. FossilOrigin-Name: 1980544470785fb409c8b65fd725c0d45f41f09d
* | Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith!dkf2004-11-081-1/+2
| | | | | | FossilOrigin-Name: 5990fa31ebf96dc59ef1c76503a1c828a0736140
* | More animation demosdkf2004-11-071-1/+3
| | | | | | FossilOrigin-Name: 33fceda03be78db63f351716602b8cc0ba6c0229
* | Added a demo of simple animation to the widget tour.dkf2004-11-071-1/+4
| | | | | | FossilOrigin-Name: 7e4b17b3d5859ddd2ecd065fa7e7d030731838bf