| Commit message (Expand) | Author | Age | Files | Lines |
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -2/+2 |
|
|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | Merge 8.6. Fix some more -Wshadow warnings | jan.nijtmans | 2020-10-06 | 1 | -64/+32 |
|\ |
|
| * | More elimination of the "register" keyword, and more explicit typecasts | jan.nijtmans | 2020-10-06 | 1 | -113/+110 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usage | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
| |\ |
|
| | * | More usages for TKFLEXARRAY | jan.nijtmans | 2020-09-10 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -1/+1 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ... | jan.nijtmans | 2020-09-10 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-09 | 1 | -53/+53 |
|\ \
| |/ |
|
| * | TIP #581: More progress | jan.nijtmans | 2020-09-09 | 1 | -53/+53 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -3/+3 |
|\ \
| |/ |
|
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -7/+7 |
|
|
* | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 more | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|\ \ |
|
| * | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
|
|
* | | | Merge 8.6. Some more textual changes | jan.nijtmans | 2020-08-27 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -5/+2 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -28/+60 |
|
|
* | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 1 | -0/+4 |
| |\ |
|
| | * | Homogenize still further among platforms | fvogel | 2019-11-10 | 1 | -1/+1 |
|
|
| | * | Make all platforms check if an iconphoto image is valid and provide the same ... | culler | 2019-11-10 | 1 | -0/+4 |
|
|
* | | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan... | culler | 2019-11-17 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | On unix, make the wm stackorder command return an error if TkWmStackorderTopl... | culler | 2019-11-10 | 1 | -0/+5 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r... | jan.nijtmans | 2019-09-24 | 1 | -1/+3 |
|
|
* | | Eliminate "register" keyword from all unix/tkUnix*.c files. | jan.nijtmans | 2019-08-15 | 1 | -51/+51 |
|
|
* | | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it. | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Two times Tcl_Free() -> ckfree() | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -30/+36 |
|\ \ \
| |/ / |
|
| * | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -23/+23 |
|
|
| * | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an... | culler | 2019-03-04 | 1 | -7/+13 |
| |\ \
| | |/ |
|
| | * | Make it be an error to create a transient/master cycle on unix. | culler | 2019-03-01 | 1 | -7/+13 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -15/+52 |
|\ \ \
| |/ / |
|
| * | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across | culler | 2019-01-04 | 1 | -15/+52 |
| |\ \
| | |/ |
|
| | * | Add a comment. | culler | 2018-12-19 | 1 | -1/+7 |
|
|
| | * | Restore the old behavior with unix title bars and borders, but document | culler | 2018-12-17 | 1 | -33/+3 |
|
|
| | * | Make unixWm-50.3 use a slave rather than dobg and fix the bug it revealed. | culler | 2018-12-16 | 1 | -14/+21 |
|
|
| | * | Another rework to *correctly* search for the highest toplevel | culler | 2018-12-14 | 1 | -24/+49 |
|
|
| | * | Gnome3 behaves differently when the root window is involved. More intricate | culler | 2018-12-13 | 1 | -12/+15 |
|
|
| | * | Make the minimal change needed to fix the issue with Gnome 3 invisible borders, | culler | 2018-12-13 | 1 | -2/+28 |
|
|
| | * | Revert tkUnixWm.c to the core-8-6-branch version. | culler | 2018-12-13 | 1 | -34/+25 |
|
|
| | * | Fix the containment test for menubars. Ensure that the command returns an empty | culler | 2018-12-13 | 1 | -29/+21 |
|
|
| | * | Fix the containment test, check for iconified windows, adjust some tests. | culler | 2018-12-12 | 1 | -2/+11 |
|
|
| | * | Correct some of the logic in Tk_CoordsToWindow. | culler | 2018-12-12 | 1 | -6/+20 |
|
|
| | * | fix bug [18a4ba19bd]: winfo containing gives wrong answer on linux. | culler | 2018-12-11 | 1 | -15/+9 |
|
|