summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* On UNIX, winPtr->window == 0 is as valid as any other windows IDjan.nijtmans2023-12-041-15/+12
* Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-12/+15
* Fix [c35c3419ea]: leak in Initialize() when -name not provided. Patch from Ch...fvogel2023-07-191-0/+7
* Alternate fix for [310c74ecf4], not making use of a delete trace.fvogel2023-05-011-0/+1
* Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-2/+2
* Add "no-xft" tag to tk::build-infojan.nijtmans2022-01-081-0/+3
* Make TK_NO_DEPRECATED flag available in tk::build-info (only with Tcl 8.7)jan.nijtmans2022-01-071-0/+3
* Fix gcc warning. Add some more type-castsjan.nijtmans2021-12-011-36/+36
* Implement TIP #599 for Tk 8.6 (only effective when loaded into Tcl 8.7+): Ext...jan.nijtmans2021-11-291-1/+76
* Follow-up to [9b6065d1fd]. Only save "update" command if there is no clientDa...jan.nijtmans2021-03-291-1/+1
* Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-29/+29
* Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-191-4/+23
|\
| * "send" testcases are failing, see [https://github.com/tcltk/tk/runs/211925157...jan.nijtmans2021-03-161-0/+2
| * fix and testcase for ticket [9b6065d1fd]griffin2021-03-151-12/+17
| * propsed fix for lost "update" command after "destroy ."griffin2021-03-091-5/+22
| * Merge TIP 529 to trunkKevin Walzer2021-02-271-3/+3
| |\
| | * Merge trunk; fix parsing errors in photo.nKevin Walzer2021-01-261-1/+1
| | |\
| | * \ Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-32/+34
| | |\ \
| | * \ \ Merge trunkjan.nijtmans2020-06-281-1/+1
| | |\ \ \
| | * | | | TIP 529 image metadata: remove optional feature: svg blob in metadataoehhar2020-06-241-1/+1
| | * | | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-091-1/+1
| | * | | | TIP529 image metadata: allow match functions to output metadata. implement fi...oehhar2020-06-091-2/+2
| | * | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-071-1/+1
| | * | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-301-1/+1
| * | | | | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2021-02-071-1/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Fix [0e1b64074]: Build error on Windows 10/VS 2019jan.nijtmans2021-01-261-1/+1
| | |_|/ | |/| |
| * | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
| * | | (c) -> ©jan.nijtmans2020-12-091-2/+2
| * | | TIP #590 follow-up: When to use Tk/Ttk resp. tk/ttkjan.nijtmans2020-12-081-3/+3
| * | | Allow "package require tk" in addition to "package require Tk"jan.nijtmans2020-11-091-2/+6
| * | | Fix aqua MapNotify and UnmapNotifyculler2020-09-271-3/+3
| |\ \ \
| * \ \ \ Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-2/+2
| |\ \ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-08-131-17/+17
| | |\ \ \ \
| | * | | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
| * | | | | | Merge 8.6jan.nijtmans2020-08-311-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2020-08-041-17/+17
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-2/+0
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-021-2/+0
| * | | | | | Merge 8.6jan.nijtmans2020-06-081-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2020-03-091-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-261-2/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-02-241-2/+2
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-161-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-54/+56
| |/ / / / / / / /
| * | | | | | | | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-4/+0
| * | | | | | | | Merge trunkjan.nijtmans2019-09-251-2/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2019-09-241-1/+1
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | Merge 8.6jan.nijtmans2019-09-191-1/+1
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-7/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge 8.6jan.nijtmans2019-07-021-1/+1
| |\ \ \ \ \ \ \ \ \