summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with <<TreeviewSelect>> event as described in [2a6c62afd9] in the c...fvogel2022-03-074-20/+21
* Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-026-133/+144
* Add new tests b-tree-2.22 -2.23 -2.24 -2.25 -2.26 copied from the revised_tex...fvogel2022-03-021-0/+62
* Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ...fvogel2022-02-261-4/+4
* Fix [f75190db19]: ::tk::fontchooser of contains a couple of issues.fvogel2022-02-251-99/+158
|\
| * Remove proc ::tk::fontchooser::actual as this does not look right to me and c...fvogel2022-01-131-52/+1
| * Typo in commentfvogel2022-01-131-1/+1
| * Let existing fontchooser tests pass. This also fixes the 'can't read S(nstate...fvogel2022-01-131-2/+2
| * Better code stylefvogel2022-01-131-20/+40
| * Oops. Fix my fix in the previous commit.fvogel2022-01-091-1/+1
| * Fix error leading to unexpected results...fvogel2022-01-091-1/+1
| * Fix indentation ('Indents are 4 Spaces' and 'Continuation Lines are Indented ...fvogel2021-12-051-39/+39
| * More fixes for [f75190db19]: ::tk::fontchooser of contains a couple of issuesfvogel2021-12-051-42/+99
| * Fix indentationfvogel2021-11-061-44/+44
| * Fix [f75190db19]: ::tk::fontchooser of contains a couple of issuesfvogel2021-11-061-31/+64
* | Fix [ce6b428620] (from Tcl repository, see https://core.tcl-lang.org/tcl/tktv...fvogel2022-02-251-2/+2
|\ \
| * | Fix [ce6b428620] (in Tcl repository, see [https://core.tcl-lang.org/tcl/tktvi...fvogel2022-02-181-2/+2
* | | Fix for [141a119635]Kevin Walzer2022-02-241-1/+27
|\ \ \ | |/ / |/| |
| * | Remove extraneous line from demoKevin Walzer2022-02-141-1/+0
| * | Possible fix for 141a119635, global grab now functions as expected on macOSKevin Walzer2022-02-142-1/+28
* | | Make tkWin32Dll.c compile with the aarch64-w64-mingw32-clang compilerjan.nijtmans2022-02-171-2/+4
* | | Fix [864b06e7fc]: signed integer overflow in tkImgPNG.cjan.nijtmans2022-02-171-28/+28
* | | Sync rules.vc with Tcljan.nijtmans2022-02-164-5/+10
* | | sync win/tcl.m4 and win/rules.vc with Tcljan.nijtmans2022-02-143-15/+20
|/ /
* | Fix (hopefully) [1958367]. Patch mentioned in that ticket was only partially ...jan.nijtmans2022-02-122-4/+4
* | Fix for 7487adcdKevin Walzer2022-02-121-1/+0
* | Merging Christopher Chavez patches to core-8-6-branchKevin Walzer2022-02-123-19/+34
|\ \
| * \ Memory leak patches from Christopher Chavez (rebased to 8.6)jan.nijtmans2022-02-113-19/+34
| |\ \ |/ / /
| * | Memory leak patches from Christopher ChavezKevin Walzer2022-02-073-19/+34
| * | Merge 8.6jan.nijtmans2022-02-071-0/+110
| |\ \
| * \ \ Merge 8.6jan.nijtmans2022-02-074-9/+37
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2022-02-071-6/+5
| |\ \ \ \
| * \ \ \ \ Port [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] branch ...jan.nijtmans2022-02-061-18/+24
| |\ \ \ \ \
| | * | | | | unneeded TEXT macrojan.nijtmans2022-02-041-3/+3
| | * | | | | Merge 8.7. Go back to using "gotPartial" in stead of a enumjan.nijtmans2022-02-042-25/+13
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix [3fefb364e2]: crash in ttk::combobox current with empty combobox. The bug...fvogel2022-02-031-0/+5
| |\ \ \ \ \ \
| | | * | | | | Adapt argc/argv handling from Tcljan.nijtmans2022-02-031-12/+18
| | | * | | | | Enhance console (ported from Tcl)jan.nijtmans2022-02-031-12/+29
| | |/ / / / / | |/| | | | |
| * | | | | | X11 header-file (specific) update. Move XMaxTransChars definition from Xlib.h...jan.nijtmans2022-02-035-6/+8
| * | | | | | Fix crash with Tcl9 headersjan.nijtmans2022-02-011-2/+3
| * | | | | | Update Xfuncproto.h (add _X_NONSTRING, not used anywhere yet)jan.nijtmans2022-02-011-0/+8
| * | | | | | Fix [1501749fff] - Crash on embedded window deletion bound to <Map> events.fvogel2022-01-313-13/+43
| |\ \ \ \ \ \
| * | | | | | | Change winPtr->optionLevel and winPtr->numTags from int to size_t, when compi...jan.nijtmans2022-01-315-13/+18
| * | | | | | | Merge 8.6jan.nijtmans2022-01-261-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Slightly better error-message for "expected floating-point number", when the ...jan.nijtmans2022-01-252-3/+11
| * | | | | | | | merge-markjan.nijtmans2022-01-250-0/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge markfvogel2022-01-170-0/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2022-01-171-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Fix [b1d115fa60]: No delivery of <Enter> event upon destruction of toplevel. ...fvogel2022-01-164-21/+74
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Ticket [331030eca8] Fixing demo file "earth.gif" with incorrect gif data whic...oehhar2022-01-131-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \