summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
|\ | | | | | | | | version numbers. FossilOrigin-Name: 4d4b4f25e44335acf4bbdfa15d5cf7ca7f351883
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | | | | | | version numbers. FossilOrigin-Name: ccc54f7fb2c50d2d2cc53620ad38f7b0d464d4a2
* | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-62/+127
| | | | | | FossilOrigin-Name: 4fdc79858d857fbc2adb931107515761b1cb937d
* | Only build the threaded builds by default. jan.nijtmans2012-08-152-70/+88
| | | | | | | | | | Backport some improvements from Tcl 8.6 FossilOrigin-Name: 6ea18d16ed56acc2e696ac35531c0905bc3660b6
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-87/+58
|\ \ | |/ | | FossilOrigin-Name: 8e17b3da0a5596b7cf7c2ec0d71343cbd05b5356
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-60/+267
| | | | | | FossilOrigin-Name: fa4d08cfa2745e6cea39ccb331fb551408b0f745
* | merge 8.5dgp2012-07-242-7/+7
|\ \ | | | | | | FossilOrigin-Name: ed25b3f3af5a89bd2b3933d5e903a11a3a606624
| * \ autoconf-2.59jan.nijtmans2012-07-191-3/+3
| |\ \ | | |/ | | | FossilOrigin-Name: 6399a1778708b6a4e0098eeba84fa7d78f3e03d3
| * | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| | | | | | | | | FossilOrigin-Name: 8431fb040e8122e5361e54b0ed4cca1a4a48c5d0
* | | merge 8.5dgp2012-07-171-4/+3
|\ \ \ | |/ / | | | FossilOrigin-Name: f960e94cbd3becd9c1cbc10e389337b4339657a2
| * | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| |\ \ | | |/ | | | FossilOrigin-Name: 4bf7f2b5336d50b593c12aaf675bdff839efd018
| | * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| | | | | | | | | FossilOrigin-Name: f277df6f50ae30b7f818e903ec8af1e29cb41e96
* | | Release candidate branch for Tk 8.5.12.dgp2012-07-102-2/+2
|/ / | | | | FossilOrigin-Name: 1e19013f815acab25cd1eab654d9919817010d08
* | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
| | | | | | FossilOrigin-Name: 8df29939a371b91827fa0280149f9511e8cd7d59
* | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
| | | | | | FossilOrigin-Name: eb9e9f85409cda9bfdaf729a70f8f3e0c104b16b
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
|\ \ | |/ | | | | | | ::argv variable before trying to use it FossilOrigin-Name: d5b8264989ea35b09f84a233b4bb6439994fe6f1
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | | | | | | ::argv variable before trying to use it FossilOrigin-Name: 0ba8a8f523448a89e6f6150a11840c09efe4eb9e
* | typojan.nijtmans2012-07-041-3/+3
|\ \ | |/ | | FossilOrigin-Name: d11ca58ed3eb1f6dcb441414c6653d0b21dac200
| * typojan.nijtmans2012-07-041-1/+1
| | | | | | FossilOrigin-Name: e76f1d5a2f2a7fd0027959707d487eae32829a10
* | [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-35/+46
|\ \ | |/ | | | | | | options are listed in error messages in alphabetical order. FossilOrigin-Name: 7c37650ab328643fc62d57be1efc1d844c06aae5
| * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-32/+31
| | | | | | | | | | there's no longer any need to have mysterious increments. FossilOrigin-Name: 734390fa3e7eb760c480b6bf3a7c6fc76292b04a
* | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-23/+11
|\ \ | |/ | | | | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32 FossilOrigin-Name: e8da45ebc0c90888e14515544e07f6a455178c1d
| * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-15/+0
| | | | | | | | | | remove TkBindDeadWindow from Cygwin stub table FossilOrigin-Name: 708cadfa7f928805fe07859d70ef184154a2d168
* | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-021-1/+1
| | | | | | | | | | are statically allocated. Caught by Michael Kirkham. FossilOrigin-Name: 21ebe479f16961e26a82fe1afe1be025f6320a56
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-231-2/+2
|\ \ | |/ | | FossilOrigin-Name: 92360d350df9fdbbb390fb77186ba346c1c2f992
| * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-232-47/+41
| | | | | | | | | | autoconf-2.13 FossilOrigin-Name: 6ee6c4cc634b0dd2c291a68b53088b8fec452db3
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-2/+2
| | | | | | FossilOrigin-Name: fec5f2f7bae6dfc32fb52c9b0c19453e0b01219a
* | some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-072-6/+6
|\ \ | |/ | | FossilOrigin-Name: 7b5b2dd508385b4bd87ce3ac927a024914d0284c
| * some more quoting issuesjan.nijtmans2012-06-071-5/+5
| | | | | | FossilOrigin-Name: 2d12089bd4823278e37249f02f38a3ee3f26c249
* | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+1
| | | | | | FossilOrigin-Name: cdce76242d5649ec60d76ac0a023b765a2551078
* | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-074-45/+80
|\ \ | |/ | | | | | | needed for Cygwin FossilOrigin-Name: 3bd080b93c0124d1449dd6cf4b306b4c2619a514
| * merge core-8-4-branchjan.nijtmans2012-06-059-171/+182
| |\ | | | | | | FossilOrigin-Name: 61bf2ca347bfe0c1fc1534aea862ea94145731e6
| * \ merge core-8-4-branchjan.nijtmans2012-05-296-150/+200
| |\ \ | | | | | | | | FossilOrigin-Name: c6470d3b11dc2f6240e8368a26699128d0bece24
| * \ \ merge core-8-4-branchjan.nijtmans2012-05-021-13/+4
| |\ \ \ | | | | | | | | | | FossilOrigin-Name: 9509d715628bc5e9a51c13570348ec320f201347
| * | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-029-63/+108
| | | | | | | | | | | | | | | FossilOrigin-Name: 513498f8a4b8710289474af1a1b23285f1969509
* | | | | [Bug 3532186] pkgIndex.tcl file complexityjan.nijtmans2012-06-061-1/+1
| | | | | | | | | | | | | | | FossilOrigin-Name: 9aeb0cefdf9470ac2d00008ab9919db20cf44abc
* | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵jan.nijtmans2012-06-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | useable for both FossilOrigin-Name: 020866e926f4e4e0ce1bdba3e2bd0a8a9e97f646
* | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-058-23/+39
|\ \ \ \ \ | | |_|_|/ | |/| | | FossilOrigin-Name: c1a8b045685b72ee86a3eca97e44d961fcc3a563
| * | | | 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) FossilOrigin-Name: 74f3185b76294804001c0560ff2fd1cf5d253533
| * | | 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. FossilOrigin-Name: 4b760eba559b5980f9e68ce32bf28d04c06f1191
* | | | merge core-8-4-branch, still to be tested on Unixjan.nijtmans2012-05-292-1/+15
|\ \ \ \ | |/ / / | | | | FossilOrigin-Name: 2f3e94911910b8da69ee682b48fe88b88daff416
| * | | 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 FossilOrigin-Name: 09a6f0324fef2bead73be8c7594dd45cc63e8126
* | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-243-5/+5
|\ \ \ \ | |/ / / | | | | FossilOrigin-Name: 4a5604149cb82977530a21972d1969429938d52e
| * | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-242-2/+2
| | | | | | | | | | | | FossilOrigin-Name: 5522569059fa01225d7953422ea27439aaca231d
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-4/+0
|\ \ \ \ | |/ / / | | | | FossilOrigin-Name: bc99a26ca2589f456f2a8c793865835a3ed5552f
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-143-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h FossilOrigin-Name: b8bf82483ca7c90eecc13f1845302764cfebb003
* | | | give tkWinWm.c access to SM_XVIRTUALSCREEN and friendsjan.nijtmans2012-05-141-3/+3
| | | | | | | | | | | | FossilOrigin-Name: a53aa64bb697ad430642eba0fd7b609b00c832b1
* | | | remove some unused CYGWIN stuffjan.nijtmans2012-05-141-132/+2
| | | | | | | | | | | | FossilOrigin-Name: 06f9f5b814eae8191dbf80c28249cdd9a2416275
* | | | backport TCHAR determination from tkWinPort.hjan.nijtmans2012-05-141-25/+13
| | | | | | | | | | | | FossilOrigin-Name: 282c5ca9fbe48a19494c5849b2774d22d1090b5b
* | | | 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 FossilOrigin-Name: a5feef32e48f633bbf8c8bdd56cb7648a044e1f4