| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an... | jan.nijtmans | 2015-07-15 | 1 | -1/+1 |
|\ |
|
| * | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an... | jan.nijtmans | 2015-07-15 | 1 | -1/+1 |
|
|
| * | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+3 |
|
|
| * | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -3/+0 |
|
|
| * | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+3 |
|
|
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+3 |
|
|
* | | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -3/+0 |
|
|
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+3 |
|
|
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Different approach to stubs for the TkpScanWindowId() declaration. | dgp | 2015-02-12 | 1 | -3/+3 |
|
|
| * | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -0/+3 |
|
|
| * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 1 | -0/+3 |
| |\ |
|
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 1 | -0/+13 |
|
|
| | * | Remove all the long dead mac entries in tk*.decls files
| jan.nijtmans | 2012-11-15 | 1 | -275/+95 |
|
|
* | | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -4/+4 |
|
|
* | | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -4/+4 |
|
|
* | | | Now that fossil stores the right characters, we might as well use them in mor... | jan.nijtmans | 2012-11-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 1 | -0/+5 |
|
|
| * | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -15/+15 |
|
|
| * | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+26 |
| |\ \
| | |/ |
|
| | * | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+26 |
|
|
* | | | fix signature of XSynchronize to match X.org | jan.nijtmans | 2012-06-15 | 1 | -1/+1 |
|
|
* | | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -102/+103 |
|\ \ \
| |/ / |
|
| * | | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | OXS Tiger Breakage | jan.nijtmans | 2012-06-08 | 1 | -1/+1 |
|
|
| * | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-07 | 1 | -70/+69 |
| |\ \
| | |/ |
|
| | * | merge core-8-4-branchbug_3508771 | jan.nijtmans | 2012-06-05 | 1 | -12/+12 |
| | |\ |
|
| | * \ | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 1 | -3/+35 |
| | |\ \ |
|
| | * | | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 1 | -91/+91 |
|
|
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -33/+34 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -25/+26 |
| | | |/
| | |/| |
|
| | * | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 1 | -9/+9 |
|
|
* | | | | Implement XFlush and various others for win32 as stubs, so win32 extensions u... | jan.nijtmans | 2012-05-31 | 1 | -0/+25 |
|
|
* | | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-31 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 1 | -18/+9 |
| |\ \ \
| | |/ / |
|
| | * | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -17/+7 |
|
|
* | | | | Added OSX-specific mechanism to allow retrieval of the drawing surface. | dkf | 2012-05-29 | 1 | -0/+5 |
|
|
* | | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
|
|
* | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -3/+44 |
|\ \ \ \
| |/ / / |
|
| * | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -2/+42 |
| |\ \ \
| | |/ / |
|
| | * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 1 | -0/+42 |
|
|
* | | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -1/+1 |
| | |/ |
|
* | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -8/+8 |
| |\ \
| | |/ |
|
| | * | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -11/+11 |
|
|