| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n: | hobbs | 2006-10-31 | 3 | -0/+1110 |
|
|
* | * library/demos/pendulum.tcl: fix incorrect setting of toplevel title. | das | 2006-10-17 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of | das | 2006-09-11 | 1 | -9/+10 |
|
|
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -7/+23 |
|
|
* | * library/demos/cscroll.tcl: add MouseWheel bindings for aqua. | das | 2005-12-13 | 1 | -1/+15 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -2/+1 |
|
|
* | Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacks | dkf | 2005-01-18 | 1 | -15/+17 |
|
|
* | Coding style improvements for the widget demo. [FRQ 815118] | dkf | 2004-12-21 | 44 | -45/+131 |
|
|
* | Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith! | dkf | 2004-11-08 | 2 | -1/+1736 |
|
|
* | More animation demos | dkf | 2004-11-07 | 3 | -1/+301 |
|
|
* | Added a demo of simple animation to the widget tour. | dkf | 2004-11-07 | 2 | -1/+164 |
|
|
* | Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835] | dkf | 2004-10-19 | 13 | -27/+27 |
|
|
* | Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942] | dkf | 2004-09-10 | 1 | -2/+6 |
|
|
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 2 | -20/+82 |
|
|
* | Fix minor mistake | dkf | 2004-06-28 | 1 | -2/+2 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 2 | -8/+4 |
|
|
* | * (addFormattedText): Correct off-by-one error. | cc_benny | 2004-02-25 | 1 | -2/+2 |
|
|
* | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 2 | -11/+59 |
|
|
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 2 | -4/+67 |
|
|
* | Dutch messages for widget demo from Arjen Markus. [Patch 836368] | dkf | 2003-11-05 | 3 | -3/+149 |
|
|
* | Minor fix that removes dependence on a particular path in the README. | dkf | 2003-11-05 | 1 | -4/+4 |
|
|
* | Add 'Print Code' support to Widget demo [Patch 835644] | dkf | 2003-11-04 | 1 | -2/+122 |
|
|
* | Make demo location independent of main Tk library location. [Patch 832691] | dkf | 2003-11-03 | 12 | -53/+59 |
|
|
* | Added [package require] to demos. [FRQ 815118] | dkf | 2003-09-30 | 9 | -70/+97 |
|
|
* | * library/demos/widget: don't create iconwindow on aqua, but add | das | 2003-09-25 | 1 | -3/+3 |
|
|
* | Brought tk_messageBox demo into line with the newer look-and-feel for the demos. | dkf | 2003-08-22 | 2 | -13/+13 |
|
|
* | make images align at 16pix height and do not allow Dismiss Return to trigger ... | hobbs | 2003-08-21 | 1 | -6/+8 |
|
|
* | use delete image for dismiss button | hobbs | 2003-08-20 | 1 | -2/+2 |
|
|
* | add sep frame to seecode/dismiss button frame | hobbs | 2003-08-20 | 1 | -4/+7 |
|
|
* | * library/demos/widget: Redo code view dialog, use named fonts, | hobbs | 2003-08-20 | 40 | -319/+300 |
|
|
* | I18n (and some l10n) for the console and the main window of the widget demo. | dkf | 2003-05-19 | 2 | -51/+202 |
|
|
* | Typo fix from Georgios Petasis, and commented-out-code removal. | dkf | 2003-02-21 | 1 | -18/+2 |
|
|
* | New part for the widget demo showing Tk's UNICODE output. [Patch #627453] | dkf | 2003-02-19 | 2 | -1/+96 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 4 | -10/+24 |
|
|
* | Tweaked resizing behaviour of the image-viewer demo. | dkf | 2002-08-12 | 1 | -4/+4 |
|
|
* | Fixed panedwindow binding bugs and added demos for it too. | dkf | 2002-02-22 | 3 | -3/+117 |
|
|
* | More widget demo improvements. | dkf | 2001-11-30 | 1 | -13/+44 |
|
|
* | Some neatening up of the widget demo launcher, and a new validated entry demo | dkf | 2001-11-19 | 2 | -109/+256 |
|
|
* | stupid typo | dkf | 2001-11-15 | 1 | -2/+2 |
|
|
* | tk_setPalette now works correctly under CDE, + an image demo update | dkf | 2001-11-15 | 1 | -12/+36 |
|
|
* | Minor improvements to undo (demo,docs&bindings) | dkf | 2001-11-15 | 1 | -3/+15 |
|
|
* | Yet more -compound showing off, prompted by Vince Darley | dkf | 2001-11-12 | 1 | -1/+7 |
|
|
* | More fancying up of the demo suite | dkf | 2001-11-12 | 1 | -14/+29 |
|
|
* | Minor fixes from wohnivec@iol.cz Thanks! | dkf | 2001-11-05 | 4 | -8/+8 |
|
|
* | Improvements to widget demo (integrates/demonstrates the new 8.4 widgets) | dkf | 2001-10-30 | 3 | -14/+71 |
|
|
* | More demo upgrades derived from 8.3.4 and using new features | dkf | 2001-10-30 | 2 | -96/+119 |
|
|
* | More demo upgrades derived from 8.3.4 | dkf | 2001-10-29 | 2 | -14/+28 |
|
|
* | Improvements to the demo scripts, mostly up-ported from 8.3.4 | dkf | 2001-10-29 | 3 | -165/+185 |
|
|
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 3 | -4/+89 |
|
|
* | Converted [glob [file join]] to [glob -directory] (Bug #223313) | dkf | 2001-08-10 | 1 | -2/+2 |
|
|