Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵ | jan.nijtmans | 2012-06-05 | 6 | -46/+54 |
| | | | | useable for both | ||||
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 22 | -212/+302 |
|\ | |||||
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 29 | -437/+535 |
| | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 11 | -66/+80 |
| | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
* | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-30 | 12 | -244/+230 |
|\ \ | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. | ||||
| * \ | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 12 | -244/+230 |
| |\ \ | | |/ | |||||
| | * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 10 | -232/+251 |
| | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
* | | | Bug 1630251: Documentation for -endline option was wrong | fvogel | 2012-05-28 | 2 | -2/+7 |
|\ \ \ | |||||
| * | | | Bug 1630251: Documentation for -endline option was wrongbug_1630251 | fvogel | 2012-05-17 | 2 | -2/+7 |
| | | | | |||||
* | | | | Bug 1630254: missing scrolling of text widget when from a -startline == ↵ | fvogel | 2012-05-28 | 2 | -2/+9 |
|\ \ \ \ | |_|/ / |/| | | | | | | | -endline initial state it is configured to display a non-empty part of it | ||||
| * | | | Better fix for bug-1630254bug_1630254 | fvogel | 2012-05-17 | 1 | -15/+3 |
| | | | | |||||
| * | | | [Bug 1630254]: missing scrolling of text widget when from a -startline == ↵ | fvogel | 2012-05-17 | 2 | -2/+21 |
| |/ / | | | | | | | | | | -endline initial state it is configured to display a non-empty part of it | ||||
* | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 9 | -24/+30 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 9 | -90/+97 |
| | | |||||
* | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 11 | -195/+367 |
|\ \ | |/ | |||||
| * | fix some visual studio warnings, eliminate some ANSI_ARGS | jan.nijtmans | 2012-05-14 | 2 | -9/+9 |
| | | |||||
| * | typo | jan.nijtmans | 2012-05-14 | 1 | -1/+1 |
| | | |||||
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 8 | -127/+274 |
| | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | ||||
* | | give tkWinWm.c access to SM_XVIRTUALSCREEN and friends | jan.nijtmans | 2012-05-14 | 1 | -3/+3 |
| | | |||||
* | | remove some unused CYGWIN stuff | jan.nijtmans | 2012-05-14 | 1 | -132/+2 |
| | | |||||
* | | backport TCHAR determination from tkWinPort.h | jan.nijtmans | 2012-05-14 | 1 | -25/+13 |
| | | |||||
* | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 6 | -95/+120 |
|\ \ | |/ | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 6 | -137/+187 |
| | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | jan.nijtmans | 2012-05-05 | 4 | -194/+212 |
|\ \ | |/ | |||||
| * | [Bug 2768586]: Only do menu correction on Windows < Win7 | jan.nijtmans | 2012-05-05 | 4 | -192/+227 |
| |\ | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | ||||
| | * | merge trunk | jan.nijtmans | 2012-04-26 | 3 | -73/+99 |
| | |\ | | | | | | | | | | | | | shorten command table, and make sure that tk.dll, when loaded in cygwin, doesn't use the win32 file dialogs | ||||
* | | \ | [Bug 2768586]: Menu posting problem on dual monitors | jan.nijtmans | 2012-05-04 | 2 | -9/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 2768586]: Menu posting problem on dual monitors | jan.nijtmans | 2012-05-04 | 2 | -9/+12 |
| | | | | |||||
* | | | | merge-mark | jan.nijtmans | 2012-05-02 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | unneccessary variable | jan.nijtmans | 2012-05-02 | 1 | -8/+0 |
| | | | | |||||
* | | | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-05-02 | 4 | -22/+23 |
| | | | | |||||
* | | | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 7 | -62/+30 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 7 | -54/+30 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | unused variable | jan.nijtmans | 2012-04-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix (hopefully) menu posting in the same way as window placement | jan.nijtmans | 2012-04-20 | 18 | -127/+114 |
| | |\ \ | |||||
* | | \ \ | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 2 | -20/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 2 | -20/+30 |
| | | | | | |||||
* | | | | | provide dummy Tk_AttachHWND and friends for OSX as well | jan.nijtmans | 2012-04-26 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | provide dummy Tk_AttachHWND and friends for OSX as well | jan.nijtmans | 2012-04-26 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 8 | -370/+256 |
|\ \ \ \ \ | |/ / / / | | | | | | [Bug 3519917]: Snow Leopard unix/Makefile `make test` fail | ||||
| * | | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 10 | -572/+343 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 10 | -574/+348 |
| |/ / / | |||||
* | | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 2 | -4/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 2 | -4/+13 |
| | |/ | |/| | |||||
* | | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 8 | -33/+26 |
|\ \ \ | |/ / | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| * | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 8 | -34/+26 |
| |\ \ | | |/ | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| | * | set [wm maxsize] as well | jan.nijtmans | 2012-04-16 | 1 | -0/+1 |
| | | | |||||
| | * | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 8 | -51/+21 |
| | | | |||||
* | | | make some internal tables const | jan.nijtmans | 2012-04-18 | 15 | -29/+30 |
|\ \ \ | |/ / | |||||
| * | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 12 | -24/+24 |
| | | |