Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -2/+5 |
| | |||||
* | Enabled TIP#152 style message detail on Unix/X11 platforms. | dkf | 2004-05-13 | 1 | -5/+18 |
| | |||||
* | * library/panedwindow.tcl (MarkSash): call DragSash to stop sash | hobbs | 2004-05-03 | 1 | -1/+3 |
| | | | | jump when B1 is pressed and released without moving. [Bug #932155] | ||||
* | * library/bgerror.tcl (bgerror): rework to only set -topmost bit | hobbs | 2004-04-17 | 1 | -55/+34 |
| | | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. | ||||
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 12 | -102/+44 |
| | |||||
* | * (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 |
| | | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h: | ||||
* | Esperanto and Polish message catalogs from Artur Trzewik | dkf | 2004-02-10 | 2 | -0/+146 |
| | |||||
* | * doc/menubutton.n: | hobbs | 2004-02-04 | 1 | -2/+11 |
| | | | | | * library/menu.tcl (::tk::MbPost): make menubuttons that post above or below reverse direction when not enough space is available. | ||||
* | The dialogs were affected by the TIP#146 implementation. | pspjuth | 2004-01-25 | 2 | -6/+8 |
| | | | | Added grid anchor commands to restore original behaviour. | ||||
* | library/bgerror.tcl: Truncate displayed error message if it's too long | jenglish | 2003-12-20 | 1 | -3/+3 |
| | | | | (fixes: #231251) | ||||
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 2 | -4/+67 |
| | |||||
* | text widget dbl-click single character fix | vincentdarley | 2003-11-13 | 1 | -21/+37 |
| | |||||
* | text widget insert positioning after double/triple click | vincentdarley | 2003-11-13 | 1 | -3/+3 |
| | |||||
* | (::tk::dialog::file::ActivateEnt): allow typing filename into | hobbs | 2003-11-12 | 1 | -3/+10 |
| | | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -34/+18 |
| | | | | | | | dir/files list separation by using the -tails, -directory and -type option of 'glob'. Also passes the glob the -filetypes filters instead of calling string match over each file. [Patch #833819] | ||||
* | 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 |
| | |||||
* | Updated Dutch messages [Patch 820519] | dkf | 2003-11-01 | 1 | -18/+21 |
| | |||||
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -59/+51 |
| | |||||
* | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | dkf | 2003-10-29 | 1 | -2/+8 |
| | | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717] | ||||
* | Fixed a typing error in ::tk::PlaceWindow. Please do a test before ↵ | chengyemao | 2003-10-29 | 1 | -2/+2 |
| | | | | commiting a change. | ||||
* | Make sure we do default placement strategy when placement is empty [Bug 819284] | dkf | 2003-10-28 | 1 | -2/+6 |
| | |||||
* | Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] | dkf | 2003-10-22 | 1 | -1/+11 |
| | |||||
* | * library/text.tcl, doc/text.n: Text widget binding for | jenglish | 2003-10-06 | 1 | -9/+4 |
| | | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277] | ||||
* | * library/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 1 | -3/+5 |
| | |||||
* | * library/console.tcl: Avoid including the console in the list | patthoyts | 2003-10-02 | 1 | -1/+4 |
| | | | | of interpreters exposed by [winfo interps]. | ||||
* | 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 |
| | | | | | | 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. | 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 |
| | | | | in text widget | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts | 2003-08-13 | 1 | -1/+3 |
| | | | | * tests/scale.test: Added test for this bug. | ||||
* | Fixed stupid typo. | patthoyts | 2003-07-31 | 1 | -2/+2 |
| | |||||
* | * library/panedwindow.tcl: Apply patch from bug #778893 to make | patthoyts | 2003-07-28 | 1 | -1/+4 |
| | | | | the panedwindow -opaqueresize option work as per the docs. | ||||
* | * library/tk.tcl: Apply fix for bug #778840 for window placement | patthoyts | 2003-07-28 | 1 | -1/+5 |
| | | | | when using multiple desktops on windows. | ||||
* | * library/panedwindow.tcl: use widget-specific Priv slots for | hobbs | 2003-07-19 | 1 | -20/+21 |
| | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. | ||||
* | * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide | patthoyts | 2003-07-19 | 1 | -3/+11 |
| | | | | the windows hand cursor where available. | ||||
* | Windows menu popup location fix | vincentdarley | 2003-06-26 | 1 | -3/+7 |
| | |||||
* | library/msgs/cs.msg updated msg catalog [Bug 743796] <wohnivec@iol.cz> | bagnonm | 2003-05-29 | 1 | -17/+31 |
| | |||||
* | MacOS tearoff menu location fix | vincentdarley | 2003-05-27 | 1 | -1/+6 |
| | |||||
* | I18n (and some l10n) for the console and the main window of the widget demo. | dkf | 2003-05-19 | 6 | -166/+406 |
| | |||||
* | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -11/+11 |
| | |||||
* | * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli) | hobbs | 2003-05-14 | 1 | -9/+9 |
| | |||||
* | * library/bgerror.tcl: make bgerror dialog topmost on Windows to | hobbs | 2003-04-25 | 1 | -3/+6 |
| | | | | prevent it being covered by other windows. | ||||
* | Better aesthetics for the messageBox. [Bug #701812] | dkf | 2003-03-12 | 1 | -3/+3 |
| |