summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* * library/demos/widget: Redo code view dialog, use named fonts,hobbs2003-08-201-73/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/demos/arrow.tcl: add basic see/dismiss routine with * library/demos/bind.tcl: images for better look & feel * library/demos/bitmap.tcl: * library/demos/button.tcl: * library/demos/check.tcl: * library/demos/clrpick.tcl: * library/demos/colors.tcl: * library/demos/cscroll.tcl: * library/demos/ctext.tcl: * library/demos/entry1.tcl: * library/demos/entry2.tcl: * library/demos/entry3.tcl: * library/demos/filebox.tcl: * library/demos/floor.tcl: * library/demos/form.tcl: * library/demos/hscale.tcl: * library/demos/icon.tcl: * library/demos/image1.tcl: * library/demos/image2.tcl: * library/demos/items.tcl: * library/demos/label.tcl: * library/demos/labelframe.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/paned1.tcl: * library/demos/paned2.tcl: * library/demos/plot.tcl: * library/demos/puzzle.tcl: * library/demos/radio.tcl: * library/demos/ruler.tcl: * library/demos/sayings.tcl: * library/demos/search.tcl: * library/demos/spin.tcl: * library/demos/states.tcl: * library/demos/style.tcl: * library/demos/text.tcl: * library/demos/twind.tcl: * library/demos/unicodeout.tcl: * library/demos/vscale.tcl:
* I18n (and some l10n) for the console and the main window of the widget demo.dkf2003-05-191-51/+108
|
* New part for the widget demo showing Tk's UNICODE output. [Patch #627453]dkf2003-02-191-1/+2
|