summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
Commit message (Collapse)AuthorAgeFilesLines
* Add another few Xlib stubs for Win32. Cherry-picked from ↵jan.nijtmans2016-11-071-11/+59
| | | | [http://www.androwish.org/index.html/info/862eb620a096fddc|AndroWish]. Thanks to Christian Werner.
* Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h ↵jan.nijtmans2015-07-151-1/+1
|\ | | | | | | and tkStubInit.c
| * Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h ↵jan.nijtmans2015-07-151-1/+1
| | | | | | | | and tkStubInit.c
| * Re-working of internal Cocoa widget drawing routines, especially when ↵Kevin Walzer2015-04-091-0/+3
| | | | | | | | resizing; fix rendering of scrollbar when resized or clipped; cleanup of button metrics; thanks to Marc Culler for extensive patches
| * Backing out changes; unexpected issues with window resizing that require ↵Kevin Walzer2015-04-071-3/+0
| | | | | | | | further investigation
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc ↵Kevin Walzer2015-04-071-0/+3
| | | | | | | | Culler for patches
* | Re-working of internal Cocoa widget drawing routines, especially when ↵Kevin Walzer2015-04-091-0/+3
| | | | | | | | resizing; fix rendering of scrollbar when resized or clipped; cleanup of button metrics; thanks to Marc Culler for extensive patches
* | Backing out changes; unexpected issues with window resizing that require ↵Kevin Walzer2015-04-071-3/+0
| | | | | | | | further investigation
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc ↵Kevin Walzer2015-04-071-0/+3
| | | | | | | | Culler for patches
* | Silence some compiler warnings.dgp2015-02-121-0/+3
|\ \ | |/
| * Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-121-3/+3
| | | | | | Man, what an inflexible maintenance chore this stuff is.
| * Silence some compiler warningsdgp2015-02-121-0/+3
| |
| * Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-151-0/+3
| |\ | | | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.6 features but (erroneously) are attempted to be loaded in wish8.5
| | * Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-151-0/+13
| | | | | | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.5/8.6 features but (erroneously) are attempted to be loaded in wish8.4
| | * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-151-275/+95
| | | | | | | | | <p>re-generate all tk*Decls.h files.
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-4/+4
| | |
* | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-231-4/+4
| | |
* | | Now that fossil stores the right characters, we might as well use them in ↵jan.nijtmans2012-11-071-1/+1
|\ \ \ | |/ / | | | | | | more places
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-1/+1
| |\ \ | | |/ | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | tk-cocoa-8-5-bacport-branch, did not survive the merge. See trunk 2012-05-29 Donal K. Fellows * generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism to allow retrieval of the drawing surface. Allows Canvas3d to be adapted to 8.6.
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-15/+15
| | |
| * | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-0/+26
| |\ \ | | |/ | | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32
| | * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-0/+26
| | | | | | | | | remove TkBindDeadWindow from Cygwin stub table
* | | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-151-1/+1
| | |
* | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-081-102/+103
|\ \ \ | |/ / | | | | | | needed for Cygwin
| * | 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, ↵jan.nijtmans2012-06-071-70/+69
| |\ \ | | |/ | | | | | | needed for Cygwin
| | * 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
| | | |/ | | |/| | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| | * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-291-9/+9
| | | | | | | | | | | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | | | Implement XFlush and various others for win32 as stubs, so win32 extensions ↵jan.nijtmans2012-05-311-0/+25
| | | | | | | | | | | | | | | | | | | | using those can run under CYGWIN as well. Allow tk86.dll to cooperate with the cygwin console.
* | | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-1/+1
|\ \ \ \ | |/ / / | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll
| * | | 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
| | | | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* | | | 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
|\ \ \ \ | |/ / / | | | | cleanup some more unused CYGWIN stuff
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-2/+42
| |\ \ \ | | |/ /
| | * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-141-0/+42
| | | | | | | | | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-1/+1
| |\ \ \ | | |/ / | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-1/+1
| | |/ | | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
* | | [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
| |\ \ | | |/ | | | [Bug 3519917]: Snow Leopard unix/Makefile `make test` fail