summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable (gcc compiler on macOS said: warning: variable 'events...fvogel2023-07-151-2/+0
* Fix [0502c1eef5]: Aqua: fix NSAttributedString leak in TkpConfigureMenuEntry(...fvogel2023-07-151-0/+1
* Fix [fa4694dcd0]: Aqua: fix TKNSString leak in TkpConfigureMenuEntry(). Patch...fvogel2023-07-151-2/+3
* Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-092-6/+6
* Add time-outs to the Tk tests steps in GitHub workflows.fvogel2023-07-013-0/+5
* Improve documentation of the priority levels in the man page for Tk_AddOption().fvogel2023-07-011-6/+6
* Fix documentation (comments) of TkpGetSystemDefault.fvogel2023-07-013-3/+3
* (cherry-pick): Replaced the deprecated "trace variable" invocations with "tra...jan.nijtmans2023-06-1412-57/+57
* Fix [228476b3e9]: wish can link against incorrect libtkjan.nijtmans2023-06-131-4/+4
* Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-111-4/+2
|\
| * Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-081-4/+2
* | Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-0828-341/+370
* | Fix [https://core.tcl-lang.org/tcl/tktview/503c4c6f56|503c4c6f56]: Compiled c...jan.nijtmans2023-06-083-5/+2
|/
* Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-062-2/+49
|\
| * Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries. Testcases...fvogel2023-05-281-1/+4
| * Add (currently failing) tests demonstrating bug [a418aafa76]: Bogus @x,y indi...fvogel2023-05-281-1/+45
* | Fix [4666f21a95]: Avoid a non-evident crash.fvogel2023-05-315-15/+24
|\ \
| * | Fourth patch from Christopher Chavez.fvogel2023-05-292-7/+17
| * | Third patch from Christopher Chavez.fvogel2023-05-281-4/+5
| * | Second patch from Christopher Chavez.fvogel2023-05-271-4/+0
| * | [4666f21a95]: Avoid a non-evident crash. First patch from Christopher Chavez,...fvogel2023-05-211-0/+2
* | | Stabilize event-9.2 on macOSfvogel2023-05-291-0/+1
* | | Fix first part of [0e658c9479]: Remove unused function declarations from tkMa...fvogel2023-05-291-1/+0
| |/ |/|
* | Add non-regression test for [6ee162c3d9].fvogel2023-05-271-0/+7
|\ \
| * | Add non-regression test for [6ee162c3d9].fvogel2023-05-271-0/+7
| * | merge core-8-6-branchfvogel2023-05-27170-2245/+2298
| |\ \ | |/ / |/| |
* | | Fix [7447ed20ec]: Color picker failure - tk::RestoreFocusGrab does not take i...fvogel2023-05-251-2/+5
|\ \ \
| * | | Fix [7447ed20ec]: Color picker failure - tk::RestoreFocusGrab does not take i...fvogel2023-05-231-2/+5
* | | | Tk has no core-8-branch like Tcl has, but a core-8-6-branch. Build it at Gith...fvogel2023-05-243-3/+3
|/ / /
* | | Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-231-2/+2
|\ \ \
| * | | Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-211-2/+2
| | |/ | |/|
* | | [ab95811e07]: Aqua: prevent use-after-free crashes - Apply slightly better pa...fvogel2023-05-231-9/+9
|\ \ \ | |/ / |/| |
| * | [ab95811e07]: Aqua: prevent use-after-free crashes - Apply slightly better pa...fvogel2023-05-211-9/+9
| * | merge 8.6fvogel2023-05-21207-4931/+5314
| |\ \ | |/ / |/| |
* | | Only use _snprintf on older MSVC compilers. ZeroMemory -> memsetjan.nijtmans2023-05-161-14/+14
* | | Fix [3414695fff]: tk_getOpenFile, tk_getSaveFile, tk_chooseDir: error when pa...fvogel2023-05-133-6/+12
|\ \ \
| * | | Fix [3414695fff]: tk_getOpenFile, tk_getSaveFile, tk_chooseDir: error when pa...fvogel2023-05-073-6/+12
|/ / /
* | | Fix [887ae18c26]: unix/Credits.html is neither tracked nor ignored.fvogel2023-05-072-0/+2
* | | Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-064-4/+22
* | | Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed.fvogel2023-05-033-11/+23
|\ \ \
| * | | Remove superfluous casts.fvogel2023-05-021-2/+2
| * | | Alternate fix for [310c74ecf4], not making use of a delete trace.fvogel2023-05-013-28/+22
| * | | Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed. Patch ...fvogel2023-04-151-7/+25
* | | | Fix [a9cf210a42]: Text select doesn't cover first character.fvogel2023-04-302-3/+23
|\ \ \ \
| * | | | Robustify text-27.15b that failed after [898c0657], on macOS with aqua only. ...fvogel2023-04-231-2/+2
| * | | | Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-222-2/+21
| * | | | Fix [a9cf210a42]: Text select doesn't cover first characterfvogel2023-04-211-1/+2
|/ / / /
* | | | Backport more from latest X.hjan.nijtmans2023-04-191-18/+73
* | | | Fix [fe87e9af39]: X-input extension events are not transfered to Tcl.jan.nijtmans2023-04-191-1/+3
* | | | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-165-178/+389
|\ \ \ \ | |/ / / |/| | |