| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove more deprecated stuff. | jan.nijtmans | 2023-11-16 | 1 | -66/+24 |
|
|
* | Remove some (very old!) Image-related stuff, and unused stub entries | jan.nijtmans | 2023-11-16 | 1 | -18/+1 |
|
|
* | Let (internal) TkGetDisplayOf() return Tcl_Size, not int | jan.nijtmans | 2022-12-15 | 1 | -2/+2 |
|
|
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -6/+6 |
|
|
* | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 1 | -2/+2 |
|
|
* | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit... | jan.nijtmans | 2022-10-26 | 1 | -3/+3 |
|
|
* | Tcl_Size usage warning fixes, more ClientData -> void * | jan.nijtmans | 2022-10-21 | 1 | -51/+49 |
|
|
* | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -26/+26 |
|\ |
|
| * | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -26/+26 |
|
|
* | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation... | jan.nijtmans | 2022-09-20 | 1 | -17/+24 |
|
|
* | | Fix MacOSX --disable-aqua build | jan.nijtmans | 2022-08-01 | 1 | -1/+1 |
|
|
* | | Make TkpWillDrawWidget()/TkpRedrawWidget() available to all platforms, not on... | jan.nijtmans | 2022-07-31 | 1 | -25/+1 |
|/ |
|
* | Add Tk_MakeWindow too | jan.nijtmans | 2022-01-25 | 1 | -0/+2 |
|
|
* | If TK_NO_DEPRECATED is defined, remove the deprecated stub entries | jan.nijtmans | 2021-12-21 | 1 | -7/+9 |
|
|
* | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -2/+18 |
|
|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -18/+23 |
|\ |
|
| * | Merge 8.5. | jan.nijtmans | 2020-09-08 | 1 | -18/+23 |
| |\ |
|
| | * | Move up TkUnusedStubEntry a little. | jan.nijtmans | 2020-09-08 | 1 | -3/+9 |
|
|
| | * | Different approach to stubs for the TkpScanWindowId() declaration. | dgp | 2015-02-12 | 1 | -11/+3 |
|
|
| | * | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -3/+11 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -19/+19 |
|\ \ \
| |/ / |
|
* | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -4/+4 |
|
|
* | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -0/+36 |
|\ \ \
| |/ / |
|
| * | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -0/+36 |
|
|
* | | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Use more size_t type internally, when compiling against Tcl 9.0 headers. No c... | jan.nijtmans | 2020-05-25 | 1 | -30/+36 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | More progress | jan.nijtmans | 2020-05-22 | 1 | -30/+36 |
|/ / / |
|
* | | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | Add more (dummy) stub entries, as preparation for futher stub simplifications... | jan.nijtmans | 2020-03-29 | 1 | -0/+8 |
|
|
| * | | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 1 | -12/+12 |
|
|
* | | | more Region-related revamp. | jan.nijtmans | 2019-10-01 | 1 | -58/+32 |
|
|
* | | | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 1 | -33/+33 |
|
|
* | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus... | jan.nijtmans | 2018-10-19 | 1 | -18/+18 |
|
|
* | | | Added -withalpha option to [imageName get]. | simonbachmann | 2017-03-23 | 1 | -0/+7 |
|/ / |
|
* | | re-generate tkIntDecls.h | jan.nijtmans | 2014-06-03 | 1 | -7/+6 |
|
|
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -8/+9 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -7/+7 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 1 | -3/+5 |
|
|
| * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 1 | -0/+20 |
| |\ |
|
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 1 | -0/+101 |
|
|
| | * | Remove all the long dead mac entries in tk*.decls files
| jan.nijtmans | 2012-11-15 | 1 | -47/+9 |
|
|
| * | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+5 |
|
|
| * | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use... | jan.nijtmans | 2012-06-05 | 1 | -1/+1 |
|
|
| * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -21/+23 |
| |\ \
| | |/ |
|
| * | | merge core-8-4-branch, still to be tested on Unix | jan.nijtmans | 2012-05-29 | 1 | -5/+3 |
| |\ \
| | |/ |
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|