Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/demos/menu.tcl: removed errant '}'.core_8_4_11 | das | 2005-06-25 | 1 | -2/+1 |
| | |||||
* | more elaborate variant of getting first prompt shown to avoid | hobbs | 2005-05-31 | 1 | -2/+14 |
| | | | | a puts call. | ||||
* | * library/console.tcl (::tk::ConsoleInit): print out first prompt | hobbs | 2005-05-30 | 1 | -1/+7 |
| | | | | and swallow the extra "% " that comes once from Tcl on Windows. | ||||
* | change tk_popup to have sticky menus | tmh | 2005-05-27 | 1 | -2/+5 |
| | |||||
* | backport of text widget bug fix | vincentdarley | 2005-05-13 | 1 | -2/+2 |
| | |||||
* | * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. | hobbs | 2005-04-12 | 2 | -14/+52 |
| | | | | | | | | Add undoc'd ::tk::dialog::file::showHiddenBtn var (default 0) that will add a "Show Hidden" checkbutton to tk_get*File and tk_chooseDirectory if set to true. * library/choosedir.tcl (::tk::dialog::file::chooseDir::): fix cancelBtn ref, add hiddenBtn ref for "Show Hidden" button. | ||||
* | * library/panedwindow.tcl (::tk::panedwindow::Cursor): check | hobbs | 2005-02-12 | 1 | -2/+3 |
| | | | | window existence on delayed call. [Bug 949792] | ||||
* | Add es_ES-specific localization. [Bug 1111213] | dkf | 2005-01-31 | 1 | -0/+5 |
| | |||||
* | Fix widget parenting issue reported by Keith Nash. Also tidied up a bit. | dkf | 2005-01-18 | 1 | -15/+17 |
| | |||||
* | * library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore_8_4_9 | hobbs | 2004-12-06 | 1 | -35/+8 |
| | | | | prevented scrolling to bottom. | ||||
* | fix to movement up/down in text widget by display lines | vincentdarley | 2004-11-23 | 1 | -8/+35 |
| | |||||
* | * library/console.tcl (::tk::console::ExpandVariable): correct | hobbs | 2004-11-17 | 1 | -2/+4 |
| | | | | array keyname expansion. [Bug 1004508] (bold) | ||||
* | * library/msgs/it.msg: Updated Italian message catalog. | dgp | 2004-11-16 | 1 | -6/+6 |
| | | | | Thanks to Roberto Ugoccioni [Bug 1063675]. | ||||
* | * library/tk.tcl (::tk::PlaceWindow): Backported the fix from | patthoyts | 2004-10-29 | 1 | -2/+6 |
| | | | | #533519 to handle window placement on multi-monitor Windows. | ||||
* | * library/xmfbox.tcl (MotifFDialog_BuildUI): Fix [Bug 987169] in | dgp | 2004-10-27 | 1 | -2/+5 |
| | | | | the Motif file dialogs as well. Backport of DKF bug fix. | ||||
* | More state resetting on dialog start. [Bug 845189] | dkf | 2004-09-10 | 1 | -1/+3 |
| | |||||
* | Stop tk_strictMotif poisoning of the widget demo [Bug 1013942] | dkf | 2004-09-10 | 1 | -1/+5 |
| | |||||
* | * library/tkfbox.tcl (::tk::dialog::file::Create): use label | hobbs | 2004-09-06 | 1 | -15/+3 |
| | | | | | instead of button for "File of type", as it properly handles -state disabled now. | ||||
* | * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is | hobbs | 2004-08-26 | 1 | -11/+21 |
| | | | | an atomic op to undo. Replace 'string compare' with 'ne'. | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory | hobbs | 2004-07-22 | 1 | -8/+13 |
| | | | | | [pwd] (instead of .) to get around some VFS edge case bugs. Use [bind $w], not [$w configure] to modify bindings. | ||||
* | Users can cause Unix file dialog to vanish early; treat like Cancel [Bug 987169] | dkf | 2004-07-11 | 1 | -1/+13 |
| | |||||
* | Shrank the font size of messages in the Unix/X11 [tk_messageBox] | dkf | 2004-05-13 | 1 | -2/+2 |
| | | | | It looks better like this. :^) | ||||
* | * library/panedwindow.tcl (MarkSash): call DragSash to stop sash | hobbs | 2004-05-03 | 1 | -1/+6 |
| | | | | | | jump when B1 is pressed and released without moving. [Bug #932155] Make the panedwindow -opaqueresize option work as per the docs. [Bug #778893] | ||||
* | * library/bgerror.tcl (bgerror): rework to only set -topmost bit | hobbs | 2004-04-17 | 1 | -55/+35 |
| | | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. | ||||
* | * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events. | das | 2004-02-17 | 3 | -3/+36 |
| | | | | | | | | | | | * library/listbox.tcl: * library/text.tcl: * library/scrlbar.tcl: on Mac OS, add bindings for MouseWheel with modifiers, according to platform convention: Option increases scrolling speed 10 fold; Space scrolls horizontally. * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: changed year in copyright strings to 2004. | ||||
* | This gets the scroll wheel working for listboxes and text widgets for Mac OS | wolfsuit | 2004-02-16 | 2 | -6/+20 |
| | | | | | | X. It also changes the model to route scrollwheel events to the window under the pointer, not the focus window on X (and only on X). That is the correct behavior for Mac OS X. | ||||
* | Esperanto and Polish message catalogs from Artur Trzewik | dkf | 2004-02-10 | 2 | -0/+146 |
| | |||||
* | * library/menu.tcl (::tk::MbPost): make menubuttons that post | hobbs | 2004-02-04 | 1 | -2/+11 |
| | | | | above or below reverse direction when not enough space is available. | ||||
* | (::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 | -35/+19 |
| | | | | | | | 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] | ||||
* | Updated messages for Dutch from Arjen Markus and Pascal Scheffers [Patch 820519] | dkf | 2003-11-01 | 1 | -18/+21 |
| | |||||
* | * 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] | ||||
* | 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/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 1 | -3/+5 |
| | |||||
* | * 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. | ||||
* | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts | 2003-08-13 | 1 | -1/+2 |
| | | | | * tests/scale.test: Added test for this bug. | ||||
* | * 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 (TkGetCursorByName): Fix bug 420510 to provide | patthoyts | 2003-07-19 | 1 | -3/+11 |
| | | | | consistency between unix and windows -cursor option. | ||||
* | * 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. | ||||
* | Backport of the 'Message box buttons too wide' fix. [Bug #701812] | dkf | 2003-03-14 | 1 | -3/+3 |
| | |||||
* | * 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) |