Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * README: Bumped version number of | dgp | 2003-03-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | * generic/tk.h: Tk to 8.5a0. * library/tk.tcl: * mac/README: * macosx/Wish.pbproj/project.pbxproj: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/makefile.vc: * win/tcl.m4: * unix/configure: autoconf * win/configure: | ||||
* | * library/clrpick.tcl (color::BuildDialog): | dkf | 2003-02-21 | 2 | -16/+12 |
| | | | | | | * library/msgbox.tcl (MessageBox): Yet more places that did complex and fragile width calculations instead of using grid, though with these it is the -uniform option that saves the day. | ||||
* | Made the standard file dialogs use [grid] for their bottom area [Bug #673722] | dkf | 2003-02-21 | 1 | -52/+33 |
| | |||||
* | * library/comdlg.tcl (FDGetFileTypes): Set an upper limit on how | dkf | 2003-02-21 | 1 | -2/+10 |
| | | | | | long a file type item description string can get due to appending of types. [Bug #617392] | ||||
* | Typo fix from Georgios Petasis, and commented-out-code removal. | dkf | 2003-02-21 | 1 | -18/+2 |
| | |||||
* | * library/console.tcl: (aqua & macintosh) added missing <Cmd-q> | das | 2003-02-21 | 1 | -1/+7 |
| | | | | | | | | | | binding for corresponding Quit menu item shortcut. * macosx/README: updated instructions for embedded build, added various improvements by Russell Owen. * unix/tcl.m4: update from Tcl. * unix/configure: regen. | ||||
* | New part for the widget demo showing Tk's UNICODE output. [Patch #627453] | dkf | 2003-02-19 | 2 | -1/+96 |
| | |||||
* | * library/tk.tcl (::tk::TabToWindow): auto-highlight spinboxes as | hobbs | 2003-02-18 | 1 | -3/+4 |
| | | | | well as entries when tabbing in. [Patch #683813] (bron) | ||||
* | * library/xmfbox.tcl (::tk::MotifFDialog_ActivateSEnt): correct | hobbs | 2003-02-18 | 1 | -2/+2 |
| | | | | sub on embedded newlines. [Patch #688572] (bonfield) | ||||
* | Fix the entry widget's KeyPress binding so that text is entered from | drh | 2003-01-23 | 1 | -1/+2 |
| | | | | | left to right, not right to left, even if the mouse button is being held down. [Bug #673687]. | ||||
* | * library/tk.tcl: simplified the adding of extra <ISO_Left_Tab> | hobbs | 2002-10-10 | 1 | -13/+7 |
| | | | | and <hpBackTab> events to <<PrevWindow>>. |