Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge RC to stable | dgp | 2011-06-24 | 9 | -15/+17 | |
|\ \ | ||||||
| * \ | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 2 | -3/+7 | |
| |\ \ | |/ / |/| | | ||||||
* | | | typos | dgp | 2011-06-23 | 2 | -3/+7 | |
| | | | ||||||
| * | | merge to RC | dgp | 2011-06-21 | 1 | -1/+1 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Formatting typos | dgp | 2011-06-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | release mark in ChangeLog | dgp | 2011-06-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | merge to RC | dgp | 2011-06-20 | 6 | -1/+143 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Crash in unset traces 3062331 | dgp | 2011-06-17 | 4 | -1/+65 | |
|\ \ \ | ||||||
| * | | | Add comments explaining new code.bug_3062331 | dgp | 2011-06-17 | 1 | -0/+29 | |
| | | | | ||||||
| * | | | New attempt to fix Bug 3062331 | dgp | 2011-06-16 | 1 | -0/+17 | |
|/ / / | ||||||
* | | | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 3 | -0/+78 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 3 | -17/+67 | |
| | | | ||||||
| | * | Merge to RC branch | dgp | 2011-06-10 | 691 | -1451/+183 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Correct some README bitrot. | dgp | 2011-06-10 | 3 | -10/+6 | |
| | | | ||||||
* | | | more changes | dgp | 2011-06-10 | 1 | -0/+12 | |
| | | | ||||||
* | | | [Bug 3175610]: Incomplete refresh of line items. | dgp | 2011-06-10 | 3 | -2/+10 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3175610]: Incomplete refresh of line items. | dgp | 2011-06-10 | 2 | -2/+10 | |
| | | | ||||||
* | | | reconcile changes among branches | dgp | 2011-06-09 | 1 | -3/+3 | |
| | | | ||||||
* | | | typo | jan.nijtmans | 2011-06-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | typo | jan.nijtmans | 2011-06-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | restore mistaken line delete | dgp | 2011-06-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | typo | dgp | 2011-06-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Purge RCS Keywords. | dgp | 2011-06-08 | 690 | -1401/+26 | |
|\ \ \ | |/ / | ||||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 616 | -1245/+0 | |
| | | | ||||||
* | | | Update changes for 8.5.10 | dgp | 2011-06-08 | 2 | -18/+66 | |
| | | | ||||||
* | | | correction | dgp | 2011-06-07 | 1 | -0/+3 | |
| | | | ||||||
* | | | Backport [Bug 2482771] fix. | dgp | 2011-06-07 | 2 | -1/+3 | |
| | | | ||||||
* | | | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configured | dgp | 2011-06-07 | 2 | -5/+9 | |
| | | | | | | | | | to use -from and -to values. | |||||
* | | | Restore proper NUL output to the [console]. [Bug 2546087] | dgp | 2011-06-06 | 2 | -1/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Restore proper NUL output to the [console]. [Bug 2546087] | dgp | 2011-06-06 | 2 | -1/+24 | |
| | | | ||||||
* | | | [Bug # 3306909]: tk_popup placement on Windows Vista can be incorrect. | patthoyts | 2011-06-01 | 1 | -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> | |||||
| | * | Release candidate branch for Tk 8.5.10 | dgp | 2011-05-26 | 8 | -15/+15 | |
| |/ |/| | ||||||
* | | [Bug 3294593] fix menu unposting under some conditions. | patthoyts | 2011-04-30 | 1 | -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. | patthoyts | 2011-04-30 | 1 | -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 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 3 | -0/+14 | |
|\ \ | |/ | ||||||
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 3 | -0/+14 | |
| | | ||||||
* | | eliminate unneeded variable displayFocusPtr | jan | 2011-04-21 | 1 | -2/+1 | |
| | | ||||||
* | | Document all variable options as global. | pspjuth | 2011-04-21 | 10 | -9/+21 | |
|\ \ | |/ | ||||||
| * | Document all variable options as global. | pspjuth | 2011-04-21 | 6 | -5/+13 | |
| | | ||||||
* | | Synchronize rules.vc with the version in the tcl source tree. | patthoyts | 2011-04-21 | 2 | -45/+61 | |
| | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | |||||
* | | minor nits, taken over from TEA (tclconfig) | jan.nijtmans | 2011-04-12 | 2 | -11/+9 | |
| | | ||||||
* | | [Bug 723765]: When a slave was removed from grid, | pspjuth | 2011-04-04 | 3 | -0/+106 | |
| | | | | | | the -in option was not remembered. | |||||
* | | [Bug 2997657]: Removed -container from labelframe | pspjuth | 2011-04-04 | 4 | -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. | |||||
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵ | jan.nijtmans | 2011-03-28 | 2 | -5/+12 | |
|\ \ | |/ | | | | | more place where this problem could appear. | |||||
| * | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵ | jan.nijtmans | 2011-03-28 | 2 | -5/+12 | |
| | | | | | | | | more place where this problem could appear. | |||||
* | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan | 2011-03-27 | 4 | -62/+62 | |
| | | ||||||
* | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 3 | -3/+3 | |
|\ \ | |/ | | | | | link.exe included with MSVC, use -debug instead | |||||
| * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 3 | -3/+3 | |
| | | | | | | | | link.exe included with MSVC, use -debug instead | |||||
* | | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support. | jan.nijtmans | 2011-03-24 | 2 | -31/+50 | |
|\ \ | |/ | ||||||
| * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support | jan.nijtmans | 2011-03-24 | 2 | -461/+480 | |
| | |