summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
Commit message (Expand)AuthorAgeFilesLines
* Remove a hash table that was not neededculler2020-09-041-6/+8
* Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ...jan.nijtmans2020-08-191-1/+1
* Test using XSetClipRectangles on macOS.culler2020-08-181-0/+5
* Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-0/+6
|\
* | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD...jan.nijtmans2020-08-111-0/+12
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-0/+3
* | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+9
* | Make TkGenerateActivateEvents() available to Win32 and X11jan.nijtmans2020-03-291-40/+6
* | Add more (dummy) stub entries, as preparation for futher stub simplifications...jan.nijtmans2020-03-291-0/+26
* | Merge 8.5jan.nijtmans2020-03-101-0/+6
|\ \ | |/
| * Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-101-0/+6
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-11/+21
* | Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-6/+6
* | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-251-1/+6
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-2/+23
* | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-271-3/+3
* | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-261-1/+1
* | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-261-0/+3
* | Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-24/+24
* | Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-181-8/+8
* | Remove some bloat from tkMacOSXWm.c.culler2019-02-281-1/+1
* | Removed all traces of the TkSuspendClipboard stub.culler2018-10-181-3/+3
* | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-11/+59
* | 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
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+3
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-3/+0
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+3
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+3
* | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-3/+0
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+3
* | Silence some compiler warnings.dgp2015-02-121-0/+3
|\ \ | |/
| * Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-121-3/+3
| * 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
| |\
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-0/+13
| | * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-151-275/+95
* | | 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 mor...jan.nijtmans2012-11-071-1/+1
|\ \ \ | |/ /
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-1/+1
| |\ \ | | |/
| * | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+5
| * | 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
| |\ \ | | |/
| | * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-041-0/+26
* | | 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