summaryrefslogtreecommitdiffstats
path: root/generic/tkIntXlibDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ...jan.nijtmans2020-08-191-10/+10
* Test using XSetClipRectangles on macOS.culler2020-08-181-3/+7
* Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-6/+11
|\
* | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD...jan.nijtmans2020-08-111-9/+19
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-3/+5
* | Merge 8.5jan.nijtmans2020-03-101-0/+132
|\ \ | |/
| * Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-101-0/+286
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-6/+93
* | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-251-0/+73
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-2/+85
* | Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-48/+48
* | Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-181-16/+16
* | Workaround for possible build problem on Windows/MacOSX: Some (older) version...jan.nijtmans2016-11-091-0/+6
* | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-6/+115
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-3/+3
* | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
| * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
| |\
| | * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
| * | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-5/+125
| |\ \ | | |/
| | * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-5/+98
* | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-1/+1
* | | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-151-2/+6
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-193/+193
|\ \ \ | |/ /
| * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-2/+2
| |\ \ | | |/
| | * OXS Tiger Breakagejan.nijtmans2012-06-081-4/+4
| * | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-071-135/+135
| |\ \ | | |/
| | * merge core-8-4-branchjan.nijtmans2012-06-051-30/+30
| | |\
| | * \ merge core-8-4-branchjan.nijtmans2012-05-291-21/+21
| | |\ \
| | * \ \ merge core-8-4-branchjan.nijtmans2012-05-051-3/+3
| | |\ \ \
| | * | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-213/+213
| | |/ / /
| * | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use...jan.nijtmans2012-06-051-3/+3
| * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-63/+63
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-64/+64
| | | |/ | | |/|
| | * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-24/+24
* | | | unbreak Linux buildjan.nijtmans2012-06-011-11/+0
* | | | Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-3/+54
* | | | Unbreak the OSX builddkf2012-05-291-3/+3
* | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-6/+5
|\ \ \ \ | |/ / /
| * | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-6/+5
| |\ \ \ | | |/ /
| | * | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-14/+14
| | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-591/+596
| | * make genstubsdgp2012-04-091-746/+741
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+8
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan2011-03-271-1/+1
| * | Backport various formatting (spacing)nijtmans2010-02-071-514/+495
* | | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-211-2/+2