summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clipboard behavior and remove the TkSuspendClipboard stub function.culler2018-10-181-1/+1
|\
| * Removed all traces of the TkSuspendClipboard stub.culler2018-10-181-1/+1
* | Don't warn about deprecated declarations in tkStubInit.c, they should be in t...jan.nijtmans2018-09-011-0/+8
* | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-2/+2
* | Fix [142ddf1430441d7ad23824986541cf5cf1d2f9dd|142ddf1430]: trunk does not com...jan.nijtmans2017-12-091-1/+1
* | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-071-4/+10
|\ \
| * | no longer export TkWinGetPlatformId as symbol from dll: Since TkWinGetPlatfor...jan.nijtmans2017-11-231-4/+4
| * | If Tk is compiled with -DTK_NO_DEPRECATED, remove TkWinGetPlatformId from the...jan.nijtmans2017-11-231-2/+7
| * | Remove pre-XP supportjan.nijtmans2017-11-231-0/+1
* | | Fix shimmering in the "style" Tcl_ObjType: If a Tk_Style cannot be found, don...jan.nijtmans2017-11-281-1/+11
|/ /
* | Make XPolygonRegion/XPointInRegion available in (windows and cygwin) stub tab...jan.nijtmans2017-10-121-0/+4
* | merge trunkfvogel2017-06-051-0/+6
|\ \
| * | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No...jan.nijtmans2017-05-021-0/+6
* | | Added -withalpha option to [imageName get].simonbachmann2017-03-231-0/+1
|/ /
* | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-0/+5
* | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-0/+26
|\ \ | |/
| * Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-0/+26
* | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-0/+9
|/
* Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an...jan.nijtmans2015-07-151-1/+1
|\
| * Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an...jan.nijtmans2015-07-151-1/+1
* | Silence some compiler warnings.dgp2015-02-121-0/+1
|\ \ | |/
| * Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-121-1/+2
| * Silence some compiler warningsdgp2015-02-121-1/+1
| * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-0/+8
| |\
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-0/+48
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-7/+2
| | * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-151-191/+10
| * | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+1
| * | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-0/+41
| |\ \ | | |/
| | * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-0/+41
| * | eliminate some ANSI_ARGSjan.nijtmans2012-06-081-8/+8
| |\ \ | | |/
* | | Fix for [f476e3d654]: Tk trunk fails to build/linkjan.nijtmans2014-02-111-0/+1
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-15/+15
* | | Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData...jan.nijtmans2013-03-281-5/+0
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-2/+2
* | | improving backwards compatibilityjan.nijtmans2012-06-161-0/+5
* | | rfe-2636558 simplificationjan.nijtmans2012-06-151-4/+2
* | | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-151-2/+0
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-64/+68
|\ \ \ | |/ /
| * | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-071-1/+1
| |\ \ | | |/
| | * merge core-8-4-branchjan.nijtmans2012-06-051-45/+100
| | |\
| * | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use...jan.nijtmans2012-06-051-1/+1
| * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-42/+97
| |\ \ \ | | | |/ | | |/|
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-44/+99
| | |/
* | | Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-3/+9
* | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-1/+3
|\ \ \ | |/ /
| * | merge core-8-4-branch, still to be tested on Unixjan.nijtmans2012-05-291-100/+80
| |\ \ | | |/
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-96/+78
* | | Added OSX-specific mechanism to allow retrieval of the drawing surface.dkf2012-05-291-0/+1
* | | Unbreak the OSX builddkf2012-05-291-2/+2