summaryrefslogtreecommitdiffstats
path: root/library/demos
Commit message (Collapse)AuthorAgeFilesLines
* minor spacing, no functional change.jan.nijtmans2015-08-182-3/+3
|
* Remove various unnecessary "global tcl_platform" occurrences, which are no ↵jan.nijtmans2015-08-057-9/+9
| | | | | longer used. Add "Fit To Screen Width" menu entry to Windows (and android) console menu. Ported from androwish.
* Fix [6fe75131c546226b]: doc: tk_messageBox (mac). jan.nijtmans2015-08-0314-28/+30
|\ | | | | Use ttk::scrollbar in stead of scrollbar in various demo's. (ported from androwish branch)
* | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-091-1/+1
| |
* | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-2/+2
| |
* | formatting, unnecessary if'sjan.nijtmans2012-08-091-39/+28
|\ \ | |/
| * partly backport from 8.6jan.nijtmans2012-08-092-41/+44
| |
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-102-4/+4
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-102-4/+4
| |\
| * \ [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-226-6/+6
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-226-6/+6
| | |
* | | 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.