summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-152-3/+3
|
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-089-68/+120
|\ | | | | | | needed for Cygwin
| * some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-072-6/+6
| |\
| | * some more quoting issuesjan.nijtmans2012-06-071-5/+5
| | |
| * | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+1
| | |
| * | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-074-45/+80
| |\ \ | | |/ | | | | | | needed for Cygwin
| | * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-059-171/+182
| | |\
| | * \ merge core-8-4-branchjan.nijtmans2012-05-296-150/+200
| | |\ \
| | * \ \ merge core-8-4-branchjan.nijtmans2012-05-021-13/+4
| | |\ \ \
| | * | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-029-63/+108
| | | | | |
| * | | | | [Bug 3532186] pkgIndex.tcl file complexityjan.nijtmans2012-06-061-1/+1
| | | | | |
| * | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵jan.nijtmans2012-06-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | useable for both
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-058-23/+39
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-018-133/+151
| | | |_|/ | | |/| | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| | * | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-292-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | | | | [Bug 3532186] pkgIndex.tcl file complexityjan.nijtmans2012-06-061-6/+9
| | | | |
* | | | | Implement XFlush and various others for win32 as stubs, so win32 extensions ↵jan.nijtmans2012-05-313-22/+74
| | | | | | | | | | | | | | | | | | | | | | | | | using those can run under CYGWIN as well. Allow tk86.dll to cooperate with the cygwin console.
* | | | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-0/+2
|\ \ \ \ \ | |/ / / / | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll
| * | | | merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-292-1/+15
| |\ \ \ \ | | |/ / /
| | * | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-4/+21
| | | | | | | | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-243-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-243-5/+5
| |\ \ \ \ | | |/ / /
| | * | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-242-2/+2
| | | | |
* | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-162-18/+5
|\ \ \ \ \ | |/ / / / | | | | | cleanup some more unused CYGWIN stuff
| * | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-4/+0
| |\ \ \ \ | | |/ / /
| | * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-143-10/+19
| | | | | | | | | | | | | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h
| * | | | 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-091-3/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
| * | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-89/+91
| |\ \ \ \ | | |/ / / | | | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
| | * | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-131/+158
| | | |/ | | |/| | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
* | | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-022-11/+0
|\ \ \ \ | |/ / /
| * | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-022-11/+0
| | | |
| * | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-14/+4
| |\ \ \ | | |/ /
* | | | same bugfix, but now applied to trunkjan.nijtmans2012-04-211-14/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Fix bug 533519jan.nijtmans2012-04-161-13/+4
| | |/ | |/|
* | | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
|\ \ \ | | |/ | |/|
| * | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
| |\ \ | | |/
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
| | | | | | | | | some more tkInt.decls formatting
* | | re-generate win/configurejan.nijtmans2012-04-121-111/+121
| | |
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-122-11/+14
|\ \ \ | |/ / | | | | | | disallow colors like xellow configure changes for cygwin
| * | disallow colors like xellowjan.nijtmans2012-04-123-122/+135
| |\ \ | | |/ | | | | | | cleanup tkInt.decls configure changes for cygwin
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-113-160/+173
| | |
* | | some more cygwin compatibility improvementsjan.nijtmans2012-04-064-23/+32
|\ \ \ | |/ / | | | format tk.decls
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-064-23/+32
| |\ \ | | |/ | | | format tk.decls like tcl8.5/8.6
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-063-15/+20
| | |
* | | gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-82/+428
|\ \ \ | |/ /
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-023-68/+172
|\ \ \ | |/ / | | | (autoconf still to be run!)
| * | re-generate configurejan.nijtmans2012-04-011-97/+441
| | |