summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updates to changesdgp2011-06-102-28/+68
|\
| * reconcile changes among branchesdgp2011-06-091-3/+3
| |
* | merge-markjan.nijtmans2011-06-090-0/+0
|\ \ | |/
| * typojan.nijtmans2011-06-091-1/+1
| |
| * typojan.nijtmans2011-06-091-1/+1
| |
| |
| \
*-. \ Purge RCS Keywordsdgp2011-06-08760-1553/+37
|\ \ \ | | |/
| | * restore mistaken line deletedgp2011-06-081-1/+1
| |/
| * typodgp2011-06-081-1/+1
| |
| * Purge RCS Keywords.dgp2011-06-08690-1401/+26
| |\
| | * Purge RCS Keywords.dgp2011-06-08616-1245/+0
| | |
| * | Update changes for 8.5.10dgp2011-06-082-18/+66
| | |
* | | merge markdgp2011-06-070-0/+0
|\ \ \ | |/ /
| * | correctiondgp2011-06-071-0/+3
| | |
* | | merge markdgp2011-06-070-0/+0
|\ \ \ | |/ /
| * | Backport [Bug 2482771] fix.dgp2011-06-072-1/+3
| | |
* | | Bug 2358545: Restore support for values "08" and "09"in a spinbox configureddgp2011-06-072-5/+9
|\ \ \ | |/ / | | | to use -from and -to values.
| * | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configureddgp2011-06-072-5/+9
| | | | | | | | | to use -from and -to values.
* | | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-063-2/+23
|\ \ \ | |/ /
| * | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-062-1/+24
| |\ \ | | |/
| | * Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-062-1/+24
| | |
* | | doc/frame.n: Fix markup errors.jenglish2011-06-061-1/+1
| | |
* | | Merged [Bug #3306909] and [Bug #3294593] from 8.5 (menu posting issues)patthoyts2011-06-011-18/+28
|\ \ \ | |/ /
| * | [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>
* | | no longer depend on MODULE_SCOPE being definedjan.nijtmans2011-05-051-0/+3
| | |
* | | Implement support for [wm forget] and [wm manage] on OS X; fix issue with ↵Kevin Walzer2011-04-293-35/+22
| | | | | | | | | | | | library stripping in install-sh
* | | Converted #ifdef out to use a never-defined symbol so that it is clear that twodkf2011-04-251-2/+2
| | | | | | | | | pieces of code are related. (The guarded code doesn't compile.)
* | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-223-0/+14
|\ \ \ | |/ /
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-223-0/+14
| |\ \ | | |/
| | * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-223-0/+14
| | |
* | | merge-markjan2011-04-210-0/+0
|\ \ \ | |/ /
| * | eliminate unneeded variable displayFocusPtrjan2011-04-211-2/+1
| | |
* | | Document all variable options as global.pspjuth2011-04-2110-9/+21
|\ \ \ | |/ /
| * | Document all variable options as global.pspjuth2011-04-2110-9/+21
| |\ \ | | |/
| | * Document all variable options as global.pspjuth2011-04-216-5/+13
| | |
* | | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-211-45/+51
|\ \ \ | |/ / | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-212-45/+61
| | | | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-122-11/+9
|\ \ \ | |/ /
| * | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-122-11/+9
| | |
* | | Resolve ChangeLog conflict mistakenly committed.dgp2011-04-111-11/+0
| | |
* | | sync with Tcl version of tcl.m4jan.nijtmans2011-04-113-3/+20
| | |
* | | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-063-2/+4
| | |
* | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵jan.nijtmans2011-04-062-1/+9
| | | | | | | | | | | | reason for exporting them.
* | | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-043-0/+106
|\ \ \ | |/ / | | | the -in option was not remembered.
| * | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-043-0/+106
| | | | | | | | | the -in option was not remembered.
* | | * win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and LOGFONT ↵Joe Mistachkin2011-04-042-3/+10
| | | | | | | | | | | | used with sizeof to CHOOSEFONTA and LOGFONTA to match their local variable declarations (i.e. mismatch with -DUNICODE). This code is not present in 8.4 or 8.5.
* | | [Bug 2997657]: Removed -container from labelframe documentationpspjuth2011-04-044-9/+15
|\ \ \ | |/ / | | | | | | | | | since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
| * | [Bug 2997657]: Removed -container from labelframepspjuth2011-04-044-9/+15
| | | | | | | | | | | | | | | documentation since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
* | | Make tk::FindAltKeyTarget handle the traversal of the logical window managerdkf2011-03-282-35/+47
| | | | | | | | | hierarchy correctly. Based on comments by Emiliano Gavilan.