Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-30 | 8 | -234/+197 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -234/+197 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | ||||||
| | | * | | | | | | | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 7 | -205/+191 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | |||||
* | | | | | | | | | | | | Added OSX-specific mechanism to allow retrieval of the drawing surface. | dkf | 2012-05-29 | 3 | -0/+11 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Unbreak the OSX build | dkf | 2012-05-29 | 2 | -5/+5 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Bug 1630254: missing scrolling of text widget when from a -startline == ↵ | fvogel | 2012-05-28 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | -endline initial state it is configured to display a non-empty part of it | |||||
| * | | | | | | | | | | | Bug 1630254: missing scrolling of text widget when from a -startline == ↵ | fvogel | 2012-05-28 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | -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 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -endline initial state it is configured to display a non-empty part of it | |||||
* | | | | | | | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin. | jan.nijtmans | 2012-05-26 | 10 | -198/+342 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup some more unused CYGWIN stuff . Change XSetCommand signature to match Xorg, needed for Cygwin | |||||
| * | | | | | | | | | | | | this should fix the broken build, not yet tested on Unix | jan.nijtmans | 2012-05-25 | 1 | -12/+22 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 4 | -14/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 5 | -18/+17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| / / / / / / / / / | | | |/ / / / / / / / / | ||||||
| | | * | | | | | | | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 6 | -87/+87 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 9 | -183/+318 | |
| |\ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / | | _ / / / / / / / / / | | / / / / / / / / / | cleanup some more unused CYGWIN stuff | |||||
| * | | | | | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 8 | -188/+360 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | 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 | 5 | -117/+255 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | |||||
* | | | | | | | | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | 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 | 3 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -6/+6 | |
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -75/+91 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | jan.nijtmans | 2012-05-05 | 1 | -70/+87 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | [Bug 2768586]: Only do menu correction on Windows < Win7 | jan.nijtmans | 2012-05-05 | 1 | -53/+70 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | |||||
| | | * | | | | | | merge trunk | jan.nijtmans | 2012-04-26 | 2 | -73/+83 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shorten command table, and make sure that tk.dll, when loaded in cygwin, doesn't use the win32 file dialogs | |||||
| | * | | | | | | | | unneccessary variable | jan.nijtmans | 2012-05-02 | 1 | -8/+0 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
* | | | | | | | | | merge-mark | jan.nijtmans | 2012-05-02 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 4 | -44/+18 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 4 | -37/+18 | |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
* | | | | | | | | merge trunkbug_533519 | jan.nijtmans | 2012-04-26 | 1 | -20/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 1 | -20/+25 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 1 | -20/+25 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | ||||||
| | | * | | | | | | Ensure that Tk_GetHINSTANCE is defined on OSX. | dkf | 2012-04-26 | 1 | -20/+25 | |
| | | | | | | | | | ||||||
* | | | | | | | | | merge trunk | jan.nijtmans | 2012-04-26 | 6 | -295/+192 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | ||||||
| | | * | | | | | | 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 | 5 | -291/+186 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 5 | -354/+234 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | [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 | 5 | -400/+143 | |
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | ||||||
| | | | * | | | | | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 6 | -402/+159 | |
| | | |/ / / / / | ||||||
| * | | | | | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | | * | | | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | make some internal tables const | jan.nijtmans | 2012-04-18 | 15 | -29/+30 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | * | | | | | | compiler warnings | dgp | 2012-04-18 | 1 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | same bugfix, but now applied to trunk | jan.nijtmans | 2012-04-21 | 3 | -40/+14 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | 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 | 16 | -125/+97 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | |