summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | [Bug 1630254]: missing scrolling of text widget when from a -startline == -en...fvogel2012-05-172-2/+21
| | |/ / / / /
* | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin. jan.nijtmans2012-05-2620-236/+379
|\ \ \ \ \ \ \
| * | | | | | | this should fix the broken build, not yet tested on Unixjan.nijtmans2012-05-251-12/+22
| * | | | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-248-20/+26
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-249-24/+30
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / /
| | | * | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-249-90/+97
| * | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-1615-215/+342
| |\ \ \ \ \ \ |/ / / / / / / | | _ / / / / | | / / / /
| * | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-1611-195/+367
| |\ \ \ \ \ | | |/ / / /
| | * | | | fix some visual studio warnings, eliminate some ANSI_ARGSjan.nijtmans2012-05-142-9/+9
| | * | | | typojan.nijtmans2012-05-141-1/+1
| | * | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-148-127/+274
| * | | | | give tkWinWm.c access to SM_XVIRTUALSCREEN and friendsjan.nijtmans2012-05-141-3/+3
| * | | | | remove some unused CYGWIN stuffjan.nijtmans2012-05-141-132/+2
| * | | | | backport TCHAR determination from tkWinPort.hjan.nijtmans2012-05-141-25/+13
* | | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-096-9/+34
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-096-95/+120
| |\ \ \ \ \ | | |/ / / /
| | * | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-096-137/+187
| | | |_|/ | | |/| |
* | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-054-199/+216
|\ \ \ \ \ | |/ / / /
| * | | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-054-194/+212
| |\ \ \ \ | | |/ / /
| | * | | [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-054-192/+227
| | |\ \ \ | | | |/ /
| | | * | merge trunkjan.nijtmans2012-04-263-73/+99
| | | |\ \
* | | | \ \ [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-043-10/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-042-9/+12
| |\ \ \ \ \ | | |/ / / /
| | * | | | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-042-9/+12
| * | | | | merge-markjan.nijtmans2012-05-020-0/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | unneccessary variablejan.nijtmans2012-05-021-8/+0
| | | |_|/ | | |/| |
* | | | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-024-21/+2
|\ \ \ \ \ | |/ / / /
| * | | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-024-22/+23
* | | | | merge-markjan.nijtmans2012-05-022-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-027-62/+30
| |\ \ \ \ | | |/ / /
| | * | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-027-54/+30
| | |\ \ \ | | | |_|/ | | |/| |
* | | | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-04-296-58/+26
|\ \ \ \ \
| * \ \ \ \ merge trunkbug_533519jan.nijtmans2012-04-262-20/+30
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| | | * | | merge trunkjan.nijtmans2012-04-268-311/+209
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
* | | | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-267-307/+194
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-268-370/+256
| |\ \ \ \ \ | | |/ / / /
| | * | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-2610-572/+343
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-2510-574/+348
| | |/ / /
* | | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
| |\ \ \ \ | | |/ / /
| | * | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
| | | * | same bugfix, but now applied to trunkjan.nijtmans2012-04-215-58/+18
| | | |\ \ | |_|/ / / |/| | | / | | | |/
| | | * unused variablejan.nijtmans2012-04-201-1/+1
| | | * fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2018-127/+114
| | | |\ | | | |/ | | |/|