summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
| * partly backport from 8.6jan.nijtmans2012-08-092-41/+44
| |
| * Release candidate branch for Tk 8.5.12.dgp2012-07-101-1/+1
| |
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-1011-16/+16
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-1011-16/+16
| |\
| | * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-108-17/+17
| | |
* | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-58/+54
|\ \ \ | |/ /
| * | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-58/+54
| |\ \ | | |/
| | * [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-051-73/+85
| | |\ | | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs
* | | \ [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-9/+8
|\ \ \ \ | |/ / /
| * | | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-9/+8
| |\ \ \ | | |/ /
| | * | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-9/+8
| | | |
| * | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-4/+0
| |\ \ \ | | |/ /
* | | | same bugfix, but now applied to trunkjan.nijtmans2012-04-211-4/+0
|\ \ \ \ | | |/ / | |/| |
* | | | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-207-35/+20
|\ \ \ \ | | |/ / | |/| | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| * | | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-207-33/+18
| |\ \ \ | | | |/ | | |/| | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| | * | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-207-34/+18
| | |\ \ | | | |/ | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| | | * set [wm maxsize] as welljan.nijtmans2012-04-161-0/+1
| | | |
| | | * Fix bug 533519jan.nijtmans2012-04-167-38/+17
| | |/
* | | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561].jenglish2012-01-301-2/+5
|\ \ \ | |/ /
| * | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561].jenglish2012-01-301-2/+5
| | |
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-226-6/+6
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-226-6/+6
| | |
| * | merge to releasedgp2011-10-311-1/+5
| |\ \
| * | | Release candidate branch for Tk 8.5.11dgp2011-10-261-1/+1
| | | |
* | | | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+5
| |/ /
* | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-241-1/+7
|\ \ \ | |/ /
| * | Fix up the implementation to account for shared options enumeration.dgp2011-10-171-1/+1
| | |
| * | Revise the proposed "-nocomplain" option to "-confirmoverwrite"dgp2011-10-051-2/+2
| | |
| * | Contributed implementation patch for TIP 382.dgp2011-10-041-1/+7
| | |
| * | Merge to RC branchdgp2011-06-10117-250/+24
| |\ \
| * | | Release candidate branch for Tk 8.5.10dgp2011-05-261-1/+1
| | | |
* | | | Bump version number to 8.6b2dgp2011-07-181-1/+1
| | | |
* | | | Purge RCS Keywordsdgp2011-06-08122-248/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Purge RCS Keywords.dgp2011-06-08117-237/+0
| |\ \ \ | | | |/ | | |/|
| | * | Purge RCS Keywords.dgp2011-06-0881-165/+0
| | | |
| | * | [Patch #3154705] Close button has no effect.nijtmans2011-01-131-7/+14
| | | | | | | | | | | | | | | | Add <Escape> binding as well (backported from Tcl 8.5)
| | * | TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-235-6/+14
| | | |
| | * | [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-111-1/+6
| | | |
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| | | |
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-13/+18
| | | |
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-093-11/+22
| | | |
| | * | * library/entry.tcl: don't error with Clear event. [Bug 1509288]hobbs2007-10-301-2/+3
| | | |
| | * | Added Hungarian message catalog.dkf2007-10-111-0/+74
| | | |
| | * | replace previous inoperative commit with direct setting of ↵das2007-05-301-2/+9
| | | | | | | | | | | | | | | | highlightbackground on all buttons
| | * | * library/bgerror.tcl: standardize dialog option & button sizedas2007-05-304-17/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl: * library/demos/button.tcl: set button highlightbackground on Aqua.
| | * | * library/palette.tcl (tk::RecolorTree): handle color options withdas2007-05-091-4/+8
| | | | | | | | | | | | | | | | | | | | empty value, fixes error due to emtpy -selectforeground (reported on tcl-mac by Russel E. Owen).
| | * | * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialogdas2007-04-294-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/dialog.tcl: window class and corresponding system background pattern; fix button padding. * library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
| | * | * library/demos/menu.tcl: on aqua, use custom MDEF and tearoffs;das2007-04-293-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | * library/demos/menubu.tcl: correct menubutton toplevel name. * library/demos/puzzle.tcl: fix button size & padding for aqua.
| | * | * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues inhobbs2007-02-191-3/+3
| | | | | | | | | | | | | | | | empty dirs. [Bug 1662959]