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