summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
Commit message (Expand)AuthorAgeFilesLines
* fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-151-1/+1
* Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-102/+103
|\
| * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-1/+1
| |\
| | * OXS Tiger Breakagejan.nijtmans2012-06-081-1/+1
| * | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-071-70/+69
| |\ \ | | |/
| | * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-051-12/+12
| | |\
| | * \ merge core-8-4-branchjan.nijtmans2012-05-291-3/+35
| | |\ \
| | * | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-91/+91
| * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-33/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-25/+26
| | | |/ | | |/|
| | * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-9/+9
* | | | Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-0/+25
* | | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-1/+1
|\ \ \ \ | |/ / /
| * | | merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-291-18/+9
| |\ \ \ | | |/ /
| | * | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-17/+7
* | | | Added OSX-specific mechanism to allow retrieval of the drawing surface.dkf2012-05-291-0/+5
* | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
|\ \ \ \ | |/ / /
| * | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
| |\ \ \ | | |/ /
| | * | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-3/+44
|\ \ \ \ | |/ / /
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-2/+42
| |\ \ \ | | |/ /
| | * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-141-0/+42
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-1/+1
|\ \ \ \ | |/ / /
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-1/+1
| |\ \ \ | | |/ /
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-1/+1
| | |/
* | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-8/+8
|\ \ \ | |/ /
| * | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-8/+8
| |\ \ | | |/
| | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-11/+11
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-2/+2
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-121-2/+0
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-121-182/+180
| |\ \ | | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-1261/+716
* | | 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-2/+5
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-2/+2
| | * * generic/tkFrame.c (DisplayFrame):hobbs2005-07-281-1/+17
| | * * generic/tkInt.decls: Signature for tkWinXCleanup needed to bedavygrvy2004-10-271-2/+2
| | * * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-231-1/+5
| | * * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-131-1/+6
| * | Backport various formatting (spacing)nijtmans2010-02-071-7/+8
| * | [Bugs 220600, 220690]: Comment that TkWinChildProc is exportednijtmans2009-12-121-2/+2
| * | doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-021-2/+15
| * | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...nijtmans2009-06-271-1/+17
| * | Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-271-1/+36
* | | fix/regendkf2010-12-021-5/+5
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-2/+23
* | | Add explicit scspec "EXTERN", as in Tclnijtmans2010-09-281-1/+2
* | | clean-up, port all genStubs.tcl changesnijtmans2010-09-201-154/+154