summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* don't forget to excape quotesnijtmans@users.sourceforge.net2012-07-081-1/+1
* use "in" operator in steadnijtmans@users.sourceforge.net2012-07-081-1/+1
* [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
|\
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
* | typonijtmans@users.sourceforge.net2012-07-041-3/+3
|\ \ | |/
| * typonijtmans@users.sourceforge.net2012-07-041-1/+1
* | [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-041-35/+46
|\ \ | |/
| * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-041-32/+31
* | Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-042-23/+11
|\ \ | |/
| * Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-042-15/+0
* | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish@flightlab.com2012-07-021-1/+1
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-231-2/+2
|\ \ | |/
| * sync tcl.m4 with Tcl versionnijtmans@users.sourceforge.net2012-06-232-47/+41
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-221-2/+2
* | some quoting issues, eliminate TCL_VARARGS_DEFINEnijtmans@users.sourceforge.net2012-06-072-6/+6
|\ \ | |/
| * some more quoting issuesnijtmans@users.sourceforge.net2012-06-071-5/+5
* | eliminate some warnings, caused by previous mergenijtmans@users.sourceforge.net2012-06-071-0/+1
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede...nijtmans@users.sourceforge.net2012-06-074-45/+80
|\ \ | |/
| * merge core-8-4-branchnijtmans@users.sourceforge.net2012-06-059-171/+182
| |\
| * \ merge core-8-4-branchnijtmans@users.sourceforge.net2012-05-296-150/+200
| |\ \
| * \ \ merge core-8-4-branchnijtmans@users.sourceforge.net2012-05-021-13/+4
| |\ \ \
| * | | | change signature of all X11 functions to match those of CYGWINnijtmans@users.sourceforge.net2012-05-029-63/+108
* | | | | [Bug 3532186] pkgIndex.tcl file complexitynijtmans@users.sourceforge.net2012-06-061-1/+1
* | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use...nijtmans@users.sourceforge.net2012-06-051-3/+7
* | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinnijtmans@users.sourceforge.net2012-06-058-23/+39
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. nijtmans@users.sourceforge.net2012-06-018-133/+151
| | |_|/ | |/| |
| * | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...nijtmans@users.sourceforge.net2012-05-292-11/+11
* | | | merge core-8-4-branch, still to be tested on Unixnijtmans@users.sourceforge.net2012-05-292-1/+15
|\ \ \ \ | |/ / /
| * | | Simpify determination whether we are running on cygwin.nijtmans@users.sourceforge.net2012-05-251-4/+21
* | | | Change XSetCommand signature to match Xorg, needed for Cygwinnijtmans@users.sourceforge.net2012-05-243-5/+5
|\ \ \ \ | |/ / /
| * | | Change XSetCommand signature to match Xorg, needed for Cygwinnijtmans@users.sourceforge.net2012-05-242-2/+2
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinnijtmans@users.sourceforge.net2012-05-161-4/+0
|\ \ \ \ | |/ / /
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinnijtmans@users.sourceforge.net2012-05-143-10/+19
* | | | give tkWinWm.c access to SM_XVIRTUALSCREEN and friendsnijtmans@users.sourceforge.net2012-05-141-3/+3
* | | | remove some unused CYGWIN stuffnijtmans@users.sourceforge.net2012-05-141-132/+2
* | | | backport TCHAR determination from tkWinPort.hnijtmans@users.sourceforge.net2012-05-141-25/+13
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinnijtmans@users.sourceforge.net2012-05-091-89/+91
|\ \ \ \ | |/ / /
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwinnijtmans@users.sourceforge.net2012-05-091-131/+158
| | |/ | |/|
* | | sync tcl.m4 with Tcl versionnijtmans@users.sourceforge.net2012-05-022-11/+0
* | | [Bug 533519]: Window placement with multiple screensnijtmans@users.sourceforge.net2012-05-021-14/+4
|\ \ \ | |/ /
| * | Fix bug 533519nijtmans@users.sourceforge.net2012-04-161-13/+4
| |/
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64)nijtmans@users.sourceforge.net2012-04-131-4/+7
|\ \ | |/
| * [Bug 3517448] TclKit build fails (unresolved __strtoi64)nijtmans@users.sourceforge.net2012-04-131-4/+7
* | disallow colors like xellownijtmans@users.sourceforge.net2012-04-123-122/+135
|\ \ | |/
| * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6nijtmans@users.sourceforge.net2012-04-113-160/+173
* | some more cygwin compatibility improvementsnijtmans@users.sourceforge.net2012-04-064-23/+32
|\ \ | |/
| * some more cygwin compatibility improvementsnijtmans@users.sourceforge.net2012-04-063-15/+20
* | re-generate configurenijtmans@users.sourceforge.net2012-04-011-97/+441
* | [Bug 3511806] Compiler checks too earlynijtmans@users.sourceforge.net2012-03-303-48/+151
|\ \ | |/
| * Only check for cygwin with $GCCnijtmans@users.sourceforge.net2012-03-292-49/+55