Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge core-8-6-branch | fvogel | 2022-06-11 | 1 | -47/+27 |
|\ | |||||
| * | merge 8.6 | fvogel | 2022-05-15 | 5 | -104/+95 |
| |\ | |||||
| * \ | merge 8.6 | fvogel | 2022-04-03 | 8 | -39/+70 |
| |\ \ | |||||
| * \ \ | merge 8.6 | fvogel | 2022-01-09 | 1 | -1/+2 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.6 | fvogel | 2022-01-05 | 17 | -316/+676 |
| |\ \ \ \ | |||||
| * | | | | | Use the correct coordinates to compute the damage region. This makes the tes... | culler | 2021-07-31 | 1 | -11/+13 |
| * | | | | | Make TkScrollWindow much simpler by stripping out useless code. | culler | 2021-07-31 | 1 | -51/+24 |
| * | | | | | Fix previous commit that triggered errors at runtime ('TkScrollWindow(): HISh... | fvogel | 2021-07-31 | 1 | -10/+11 |
| * | | | | | Experiment. Change macOS damage region computation: use xor(source,destination). | fvogel | 2021-07-29 | 1 | -2/+6 |
| * | | | | | Experiment. Change macOS damage region computation. | fvogel | 2021-07-28 | 1 | -1/+1 |
* | | | | | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 5 | -28/+28 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2022-05-11 | 1 | -36/+24 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Follow-up to [88cfdcb304]: Move callbackInfo handling into showOpenSavePanel() | jan.nijtmans | 2022-05-11 | 1 | -35/+23 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2022-05-11 | 1 | -14/+12 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Proposed fix for [88cfdcb304]: Aqua: use-after-free when file selection dialo... | jan.nijtmans | 2022-05-10 | 1 | -14/+12 |
* | | | | | | Alphabetize some string tables | jan.nijtmans | 2022-05-04 | 2 | -30/+30 |
* | | | | | | Merge 8.6. Remove macosx/Tk.xcode directory | jan.nijtmans | 2022-04-21 | 4 | -6348/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix [bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds on MacOSX will now be ... | jan.nijtmans | 2022-04-21 | 1 | -1/+1 |
* | | | | | | Fix [bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds on MacOSX will now be ... | jan.nijtmans | 2022-04-20 | 6 | -69/+38 |
* | | | | | | Fix compiler warning, when using Tcl 9.0 headers | jan.nijtmans | 2022-04-20 | 1 | -1/+1 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2022-04-15 | 3 | -47/+47 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix [c0bf1bda2a]: Aqua: avoid buffer overflows by not passing XVirtualEvent* ... | jan.nijtmans | 2022-04-15 | 3 | -47/+47 |
* | | | | | | Fix for [dc4c5573a6]: tk_popup entry index not working on unix. Thanks to cjm... | fvogel | 2022-04-10 | 1 | -7/+12 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Propagate the proposed fix to Win and macOS. This is to avoid unneeded differ... | fvogel | 2022-04-02 | 1 | -7/+12 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Fix building against Tcl 8.6 headers | jan.nijtmans | 2022-04-03 | 2 | -3/+3 |
* | | | | | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc... | jan.nijtmans | 2022-04-01 | 2 | -3/+4 |
* | | | | | Eliminate some compiler warnings | jan.nijtmans | 2022-03-22 | 1 | -2/+1 |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-03-16 | 6 | -18/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Eliminate some write-only variables in MacOSX | jan.nijtmans | 2022-03-16 | 5 | -13/+4 |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Fix [e049e2a7b8]: macOS : error on compilation with tkMacOSXMouseEvent.c, due... | jan.nijtmans | 2022-03-02 | 1 | -3/+0 |
* | | | | | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 4 | -24/+64 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2022-03-02 | 1 | -6/+6 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing) | jan.nijtmans | 2022-03-02 | 1 | -8/+8 |
| * | | | | | Fix for [141a119635] | Kevin Walzer | 2022-02-24 | 1 | -1/+27 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Possible fix for 141a119635, global grab now functions as expected on macOS | Kevin Walzer | 2022-02-14 | 1 | -1/+27 |
| | * | | | | Fix for 7487adcd | Kevin Walzer | 2022-02-12 | 1 | -1/+0 |
| * | | | | | Fix for 7487adcd | Kevin Walzer | 2022-02-12 | 1 | -1/+0 |
| * | | | | | Merge Chavez patches to trunk | Kevin Walzer | 2022-02-12 | 3 | -19/+34 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Memory leak patches from Christopher Chavez (rebased to 8.6) | jan.nijtmans | 2022-02-11 | 3 | -19/+34 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | Memory leak patches from Christopher Chavez | Kevin Walzer | 2022-02-07 | 3 | -19/+34 |
| | |/ / / | |/| | | | |||||
* | | | | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum... | jan.nijtmans | 2022-02-01 | 1 | -5/+5 |
* | | | | | Add Tk_MakeWindow too | jan.nijtmans | 2022-01-25 | 1 | -2/+3 |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-01-09 | 2 | -58/+88 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | culler | 2022-01-06 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix [b7d851e988]: crash caused by not finding the toplevel for the dragTarget... | culler | 2022-01-06 | 1 | -1/+2 |
| | | |/ | | |/| | |||||
| * | | | Correct typos in various comments. | fvogel | 2022-01-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Correct typos in various comments. | fvogel | 2022-01-01 | 1 | -1/+1 |
| * | | | Merge 8.6 | marc_culler | 2021-12-27 | 1 | -31/+39 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [eb26d4ec8e]: Aqua combobox beeps if the mouse button is clicked outside ... | marc_culler | 2021-12-26 | 1 | -31/+39 |