summaryrefslogtreecommitdiffstats
path: root/library/demos
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-0867-134/+0
|\
| * Purge RCS Keywords.dgp2011-06-0866-132/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-0852-104/+0
| | |
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-13/+18
| | |
| | * 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-5/+13
| | | | | | | | | | | | | | | | | | | | | * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl: * library/demos/button.tcl: set button highlightbackground on Aqua.
| | * * library/demos/menu.tcl: on aqua, use custom MDEF and tearoffs;das2007-04-293-12/+16
| | | | | | | | | | | | | | | | | | * library/demos/menubu.tcl: correct menubutton toplevel name. * library/demos/puzzle.tcl: fix button size & padding for aqua.
| | * * 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/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-131-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c (TkMacOSXInitCarbonEvents): * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent, GenerateMouseWheelEvent): add support for kEventMouseScroll events (smooth mouse wheel scrolling from mighty mouse or scrolling trackpad) by handling kEventMouseWheelMoved on application target as well as on dispatcher, in order to pick up synthesized MouseWheel events from HIObject handler (c.f. QA1453); add support for horizontal scrolling events by generating MouseWheel XEvent with Shift modifier.
| | * * library/demos/menu.tcl: removed errant '}'.core_8_4_11das2005-06-251-2/+1
| | |
| | * Fix widget parenting issue reported by Keith Nash. Also tidied up a bit.dkf2005-01-181-15/+17
| | |
| | * Stop tk_strictMotif poisoning of the widget demo [Bug 1013942]dkf2004-09-101-1/+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.
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-1/+3
| | |
| * | Rename variable to avoid clash with floorplan demo. Reported bydkf2009-12-161-3/+3
| | | | | | | | | | | | Emiliano Gavilan.
| * | * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-151-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention.
| * | Added demo of ttk::scale widget.dkf2009-12-102-1/+44
| | |
| * | Minor glitch fix.dkf2009-10-271-2/+2
| | |
| * | More graceful handling of resizing.dkf2009-08-081-15/+18
| | |
| * | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-101-2/+2
| | | | | | | | | | | | on X11 windowingsystem.
| * | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | |
| * | * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-101-8/+6
| | | | | | | | | | | | interactive wish.
* | | Implement support for [wm forget] and [wm manage] on OS X; fix issue with ↵Kevin Walzer2011-04-291-3/+3
| | | | | | | | | | | | library stripping in install-sh
* | | Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-053-7/+7
| | |
* | | 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>
* | | Bug 1958848: be more positive in canvas item demopatthoyts2010-01-041-2/+2
| | |
* | | Make the filebox demo prettierpatthoyts2010-01-041-7/+10
| | |
* | | Fix display of source code for fontchooser demopatthoyts2010-01-041-2/+2
| | |
* | | Rename variable to avoid clash with floorplan demo. Reported bydkf2009-12-161-3/+3
| | | | | | | | | | | | Emiliano Gavilan.
* | | Split out presentation-form decision code into clearer procedure.dkf2009-12-151-41/+64
| | | | | | | | | | | | Add some more different languages (Devanagari script needs attention...)
* | | * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-151-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention.
* | | Added demo of ttk::scale widget.dkf2009-12-102-1/+44
| | |
* | | Minor glitch fix.dkf2009-10-271-2/+2
| | |
* | | Corrected descriptive textdkf2009-09-041-2/+2
| | |
* | | Make the pendulum demo cope with resizing more gracefully.dkf2009-08-081-15/+18
| | |
* | | * library/demos/mclist.tcl: use native sort arrows with aqua theme.das2009-07-151-4/+18
| | |
* | | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-101-2/+2
| | | | | | | | | | | | on X11 windowingsystem.
* | | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | |
* | | * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-101-10/+6
| | | | | | | | | | | | interactive wish.
* | | Remove 'NEW' tags from sub-demos.dkf2009-04-081-18/+2
| | |
* | | Minor fixes to demos. In the pendulum demo make use of unicode for thepatthoyts2009-04-022-13/+28
| | | | | | | | | | | | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead.
* | | Small improvements to multi-column list demo.dkf2009-03-311-5/+20
| | |
* | | 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
| | |