summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
|\
| * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| |
* | 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
| |
* | * 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
| |
* | Add 'Print Code' support to Widget demo [Patch 835644]dkf2003-11-041-2/+122
| |
* | Make demo location independent of main Tk library location. [Patch 832691]dkf2003-11-031-8/+8
| |
* | Added [package require] to demos. [FRQ 815118]dkf2003-09-301-2/+5
| |
* | * 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.
* | Brought tk_messageBox demo into line with the newer look-and-feel for the demos.dkf2003-08-221-5/+8
| |
* | make images align at 16pix height and do not allow Dismiss Return to trigger ↵hobbs2003-08-211-6/+8
| | | | | | | | in text widget
* | use delete image for dismiss buttonhobbs2003-08-201-2/+2
| |
* | add sep frame to seecode/dismiss button framehobbs2003-08-201-4/+7
| |