| Commit message (Expand) | Author | Age | Files | Lines |
* | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ... | jan.nijtmans | 2020-08-19 | 1 | -10/+10 |
|
|
* | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 1 | -3/+7 |
|
|
* | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 1 | -6/+11 |
|\ |
|
* | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD... | jan.nijtmans | 2020-08-11 | 1 | -9/+19 |
|
|
* | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou... | jan.nijtmans | 2020-08-06 | 1 | -3/+5 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-03-10 | 1 | -0/+132 |
|\ \
| |/ |
|
| * | Fix many gcc(-9) warnings, backported from trunk. | jan.nijtmans | 2020-03-10 | 1 | -0/+286 |
|
|
| * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei... | jan.nijtmans | 2016-11-08 | 1 | -6/+93 |
|
|
* | | Add XPutImage() to the X11 stub table on Aqua | jan.nijtmans | 2019-09-25 | 1 | -0/+73 |
|
|
* | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 1 | -2/+85 |
|
|
* | | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -48/+48 |
|
|
* | | Fix signatures of many X11 functions on MacOSX: They have an "int" return val... | jan.nijtmans | 2019-08-18 | 1 | -16/+16 |
|
|
* | | Workaround for possible build problem on Windows/MacOSX: Some (older) version... | jan.nijtmans | 2016-11-09 | 1 | -0/+6 |
|
|
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -6/+115 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 1 | -3/+5 |
|
|
| * | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 1 | -1/+30 |
| |\ |
|
| | * | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 1 | -1/+30 |
|
|
| * | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -5/+125 |
| |\ \
| | |/ |
|
| | * | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -5/+98 |
|
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | | fix signature of XSynchronize to match X.org | jan.nijtmans | 2012-06-15 | 1 | -2/+6 |
|
|
* | | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -193/+193 |
|\ \ \
| |/ / |
|
| * | | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | OXS Tiger Breakage | jan.nijtmans | 2012-06-08 | 1 | -4/+4 |
|
|
| * | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-07 | 1 | -135/+135 |
| |\ \
| | |/ |
|
| | * | merge core-8-4-branch | jan.nijtmans | 2012-06-05 | 1 | -30/+30 |
| | |\ |
|
| | * \ | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 1 | -21/+21 |
| | |\ \ |
|
| | * \ \ | merge core-8-4-branch | jan.nijtmans | 2012-05-05 | 1 | -3/+3 |
| | |\ \ \ |
|
| | * | | | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 1 | -213/+213 |
| | |/ / / |
|
| * | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use... | jan.nijtmans | 2012-06-05 | 1 | -3/+3 |
|
|
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -63/+63 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -64/+64 |
| | | |/
| | |/| |
|
| | * | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 1 | -24/+24 |
|
|
* | | | | unbreak Linux build | jan.nijtmans | 2012-06-01 | 1 | -11/+0 |
|
|
* | | | | Implement XFlush and various others for win32 as stubs, so win32 extensions u... | jan.nijtmans | 2012-05-31 | 1 | -3/+54 |
|
|
* | | | | Unbreak the OSX build | dkf | 2012-05-29 | 1 | -3/+3 |
|
|
* | | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -6/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -6/+5 |
| |\ \ \
| | |/ / |
|
| | * | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -14/+14 |
| | |/ |
|
| | * | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 1 | -591/+596 |
|
|
| | * | make genstubs | dgp | 2012-04-09 | 1 | -746/+741 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+8 |
|
|
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan | 2011-03-27 | 1 | -1/+1 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -514/+495 |
|
|
* | | | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: | nijtmans | 2010-08-21 | 1 | -2/+2 |
|
|