summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
| * More state resetting on dialog start. [Bug 845189]dkf2004-09-101-1/+3
| |
| * Stop tk_strictMotif poisoning of the widget demo [Bug 1013942]dkf2004-09-101-1/+5
| |
| * * library/tkfbox.tcl (::tk::dialog::file::Create): use labelhobbs2004-09-061-15/+3
| | | | | | | | | | instead of button for "File of type", as it properly handles -state disabled now.
| * * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-261-11/+21
| | | | | | | | an atomic op to undo. Replace 'string compare' with 'ne'.
| * * library/tkfbox.tcl (::tk::dialog::file::Update): use -directoryhobbs2004-07-221-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]dkf2004-07-111-1/+13
| |
| * Shrank the font size of messages in the Unix/X11 [tk_messageBox]dkf2004-05-131-2/+2
| | | | | | | | It looks better like this. :^)
| * * library/panedwindow.tcl (MarkSash): call DragSash to stop sashhobbs2004-05-031-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 bithobbs2004-04-171-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.das2004-02-173-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 OSwolfsuit2004-02-162-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 Trzewikdkf2004-02-102-0/+146
| |
| * * library/menu.tcl (::tk::MbPost): make menubuttons that posthobbs2004-02-041-2/+11
| | | | | | | | above or below reverse direction when not enough space is available.
| * (::tk::dialog::file::ActivateEnt): allow typing filename intohobbs2003-11-121-3/+10
| | | | | | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]
| * * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-111-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]dkf2003-11-011-18/+21
| |
| * * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-291-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]dkf2003-10-281-2/+6
| |
| * Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-221-1/+11
| |
| * * library/scale.tcl: Clear bug with chording mouse buttons.patthoyts2003-10-031-3/+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.
| * * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-131-1/+2
| | | | | | | | * tests/scale.test: Added test for this bug.
| * * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-191-20/+21
| | | | | | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
| * * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-191-3/+11
| | | | | | | | consistency between unix and windows -cursor option.
| * * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)hobbs2003-05-141-9/+9
| |
| * * library/bgerror.tcl: make bgerror dialog topmost on Windows tohobbs2003-04-251-3/+6
| | | | | | | | prevent it being covered by other windows.
| * Backport of the 'Message box buttons too wide' fix. [Bug #701812]dkf2003-03-141-3/+3
| |
* | [Bug # 3306909]: tk_popup placement on Windows Vista can be incorrect.patthoyts2011-06-011-13/+24
| | | | | | | | | | | | | | | | | | When posting menus near the bottom of the screen on Windows versions newer than XP the menu may be placed incorrectly. This is due to code in PostOverPoint that corrects an error in the XP window manager. This fix is no longer required for Vista and Windows7. Reported-by: Harald Oehlmann <oehhar@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 3294593] fix menu unposting under some conditions.patthoyts2011-04-301-5/+4
| | | | | | | | | | | | | | | | Moving the pointer off a cascaded submenu over the application window and then back to the parent menu window on a non-cascade entry would leave the submenu displayed when it should be unposted. This patch solves this issue. Suggested-by: Schelte Bron <sbron@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 2949774]: cascade menus should popdown ofter loosing the pointer.patthoyts2011-04-301-5/+12
| | | | | | | | | | | | | | | | | | | | When the pointer moves to another entry from a cascade entry the sub-menu should popdown. This is how other menus on X11 work today. This effect will not be used if the user has configured ClickToFocus to maintain the previous Tk menu effects. (backported from trunk) Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-24/+24
| | | | | | | | | | | | | | | | | | | | Added additional flags to the vsapi element engine to enable specifying the system metrics to use when calculating the size of certain elements. This was being done already for the XP theme but the scripted definitions using the vsapi engine for vista/win7 could not use such flags. This fixes scrollbars not reflecting the users configured scrollbar size. Reported-by: Mark Garvey <dunkfan@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 3223850] - button remains stuck when disabled as depressed on XPpatthoyts2011-03-191-1/+1
| | | | | | | | | | | | | | | | | | If a button is disabled while the state is pressed, then the release event handler did not remove the pressed state. Modified the handler to always remove the pressed state while only calling invoke if !disabled. Reported-by: Thomas MENEZ <thomasmenez@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 3181181] tearoff sub-menu windows not being shown on Windows.patthoyts2011-03-161-0/+5
| | | | | | | | | | | | | | | | | | Commit f59e9722e9 changed tearoff menu windows to be transient toolwindow toplevels. However the hidden menu hierarchy confuses the toplevel search when the menu being torn off is a submenu and not a direct child of the menubar. This patch fixes the search to exclude these hidden menu windows. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Patch #3154705] Close button has no effectnijtmans2011-01-131-4/+2
| |
* | Updated German messages. Thanks to Ruediger Haertel. [Patch 2442309] [Bug ↵nijtmans2010-11-041-3/+5
| | | | | | | | 3102739].
* | library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-023-5/+17
| | | | | | | | Specify disabled combobox text foreground color [#3057573].
* | library/ttk/entry.tcl: Revert keyboard navigation bindings to use real eventsjenglish2010-09-011-15/+15
| | | | | | | | instead of virtual events.
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-2620-224/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backportdkf2010-08-121-24/+31
| | | | | | | | | | of factoring-out of decision logic for whether to delete the selected text.
* | * library/msgs/pl.msg: Backport updates to pl.msg from HEADdgp2010-08-101-30/+30
| |
* | * generic/tk.h: Bump to 8.5.9 for release.dgp2010-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.9 release.
* | * library/button.tcl (::tk::CheckEnter): use uplevel set insteadhobbs2010-08-031-2/+4
| | | | | | | | of set :: to work with other var resolvers (itcl). [AS Bug#87409]
* | * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:dkf2010-05-031-3/+3
| | | | | | | | | | Apply a bit more care to ensure that things continue to work correctly even when there is no -selectcolor defined.
* | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-207-8/+19
| |
* | TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-1/+2
| |
* | TIP 360: Make Tk menu activation follow mouse movements.patthoyts2010-01-092-5/+23
| |
* | Backported fix for tk_dialog <Return> bindingpatthoyts2010-01-041-24/+11
| |
* | Backported fix for console keyboard menu activation and <<Cut>> handling.patthoyts2010-01-041-28/+40
| |
* | Correctly handle quoted ampersands in AmpMenuArgs and friendspatthoyts2010-01-041-20/+4
| |
* | tearoff menus should be transient and use the toolwindow style on Windowspatthoyts2010-01-031-1/+6
| |