summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Better fix for bug-1630254bug_1630254fvogel2012-05-171-15/+3
| | * | | | | [Bug 1630254]: missing scrolling of text widget when from a -startline == -en...fvogel2012-05-171-2/+15
* | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin. jan.nijtmans2012-05-2610-198/+342
|\ \ \ \ \ \ \
| * | | | | | | 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-244-14/+13
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-245-18/+17
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / /
| | | * | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-246-87/+87
| * | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-169-183/+318
| |\ \ \ \ \ \ |/ / / / / / / | | _ / / / / | | / / / /
| * | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-168-188/+360
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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-145-117/+255
* | | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-093-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-093-6/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-093-6/+6
| | | |_|/ | | |/| |
* | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-75/+91
|\ \ \ \ \ | |/ / / /
| * | | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-70/+87
| |\ \ \ \ | | |/ / /
| | * | | [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-051-53/+70
| | |\ \ \ | | | |/ /
| | | * | merge trunkjan.nijtmans2012-04-262-73/+83
| | | |\ \
| | * | | | unneccessary variablejan.nijtmans2012-05-021-8/+0
| | | |_|/ | | |/| |
* | | | | merge-markjan.nijtmans2012-05-021-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-024-44/+18
| |\ \ \ \ | | |/ / /
| | * | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-024-37/+18
| | |\ \ \ | | | |_|/ | | |/| |
* | | | | merge trunkbug_533519jan.nijtmans2012-04-261-20/+25
|\ \ \ \ \
| * \ \ \ \ Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-261-20/+25
| |\ \ \ \ \ | | |/ / / /
| | * | | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-261-20/+25
| | |\ \ \ \ | | | |/ / /
| | | * | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-261-20/+25
* | | | | | merge trunkjan.nijtmans2012-04-266-295/+192
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-265-291/+186
| |\ \ \ \ \ | | |/ / / /
| | * | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-265-354/+234
| | |\ \ \ \ | | | |/ / /
| | | * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-265-400/+143
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-256-402/+159
| | | |/ /
| * | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
| |\ \ \ \ | | |/ / /
| | * | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
| | |\ \ \ | | | |/ /
| | | * | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
| | * | | make some internal tables constjan.nijtmans2012-04-1815-29/+30
| | |\ \ \ | | | |/ /
| | * | | compiler warningsdgp2012-04-181-3/+3
* | | | | same bugfix, but now applied to trunkjan.nijtmans2012-04-213-40/+14
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | unused variablejan.nijtmans2012-04-201-1/+1
| * | | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2016-125/+97
| |\ \ \ | | | |/ | | |/|
| | * | make some more internal tables CONSTjan.nijtmans2012-04-1812-24/+24
* | | | * generic/tkWindow.c (commands): Ensure that all descriptions ofdkf2012-04-201-1/+1
* | | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-73/+72
|\ \ \ \ | | |_|/ | |/| |
| * | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-74/+72
| |\ \ \ | | | |/ | | |/|
| | * | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-65/+62
| | |/
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-132-6/+6
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-122-3/+1
|\ \ \ | |/ /