summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6fvogel2022-08-3117-342/+2223
|\
| * Fix [1088807fff]: Aqua: canvPs-3.1 panic. This was fixed when [424773a00c] go...fvogel2022-08-301-3/+1
| |\
| | * Fix [1088807fff]: Aqua: canvPs-3.1 panic. This was fixed when [424773a00c] go...fvogel2022-08-291-3/+1
| |/
| * Run Tk testcases on ubuntu-20.04 for now (some are failing on ubuntu-22.04)jan.nijtmans2022-08-231-1/+1
| |\
| | * Run GITHUB actions testcases with tcl 8.5 -> 8.6 (since ubuntu 20.04 doesn't ...jan.nijtmans2022-08-231-4/+4
| * | Github action: ubuntu-20.04 -> ubuntu-22.04jan.nijtmans2022-08-221-2/+2
| |\ \ | | |/
| | * ubuntu-18.04 is deprecatedjan.nijtmans2022-08-221-2/+2
| * | Fix [f6e4d4ca30]: polygon items filled differently depending on platform. Tha...fvogel2022-08-222-2/+3
| |\ \
| | * | Document the use of the even-odd rule when filling canvas items.fvogel2022-08-211-1/+2
| | * | Fix [f6e4d4ca30]: polygon items filled differently depending on platform. Tha...fvogel2022-08-211-1/+1
| * | | Fix [4a59d535d1]: Aqua: XFillPolygon() winding rule fill support. Thanks to C...fvogel2022-08-221-2/+4
| |\ \ \ | | |/ / | |/| |
| | * | Fix [4a59d535d1]: Aqua: XFillPolygon() winding rule fill support. Thanks to C...fvogel2022-08-211-2/+4
| |/ /
| * | Fix [71b1e5e331]: xgc.c: useless NULL check in XCreateGC(). Thanks to Christo...fvogel2022-08-201-3/+0
| |\ \
| | * | Fix [71b1e5e331]: xgc.c: useless NULL check in XCreateGC(). Thanks to Christo...fvogel2022-08-191-3/+0
| |/ /
| * | Fix [7bf7dcd36d]: floor.tcl: make usable again on 8.6. Patch by Christopher C...fvogel2022-08-191-132/+132
| * | Fix symbol conflicts in Xutil.h (noticable in msvc build)jan.nijtmans2022-08-041-19/+0
| * | Update Xutil.h and cursorfont.h to latest X11 versionjan.nijtmans2022-08-022-176/+199
| * | Add tkUnixDefault.h to X11_PRIVATE_HDRS (patch from OpenSUSE)jan.nijtmans2022-08-021-1/+2
| * | one too muchjan.nijtmans2022-07-291-1/+0
| * | Update keysym table (for Windows/MacOS) to the latest one from X11R6. Also up...jan.nijtmans2022-07-292-0/+1008
| * | Update Xfuncproto.h and all keysym-related X11 header-files to the latest ver...jan.nijtmans2022-07-286-21/+892
* | | Remove hardcoded values from unixEmbed-11.2fvogel2022-07-261-3/+4
* | | merge 8.6fvogel2022-07-255-46/+36
|\ \ \ | |/ /
| * | Fix [a3b03f41fe]: Wrong menu position for ttk menubutton with -style.fvogel2022-07-253-26/+21
| |\ \
| | * | Commit last suggestion from Koen Danckaert (ttk menubutton, cas -direction fl...fvogel2022-07-251-0/+1
| | * | Remove wrong code for Tk menubutton posted in win32 with -direction left.fvogel2022-07-201-4/+0
| | * | Improve the fix with a patch from Koen Danckaert.fvogel2022-07-201-3/+15
| | * | Fix database class error for -direction in menubutton man page.fvogel2022-07-171-1/+1
| | * | Fix [a3b03f41fe]: Wrong menu position for ttk menubutton with -style.fvogel2022-07-132-18/+4
| * | | Fix some more signatures in compat/unistd.hjan.nijtmans2022-07-251-3/+3
| * | | Sync compat/stdlib.h and compat/unistd.h with Tcljan.nijtmans2022-07-252-17/+12
* | | | Further stabilize unixEmbed-11.2 by returning to update idletasks on the mac ...fvogel2022-07-231-3/+3
* | | | Completely eradicate proc waitForMap and waitForUnmap in the test suite. The ...fvogel2022-07-203-36/+2
* | | | Remove stabilization lines in panedwindow.test. The problem was due to the Tk...fvogel2022-07-201-30/+3
* | | | merge core-8-6-branchfvogel2022-07-201-14/+12
|\ \ \ \ | |/ / /
| * | | The previous commit [45843325] also fixes [61e0bb8aab]: Embedded windows in a...fvogel2022-07-201-14/+12
* | | | Restore comment line removed by error in the previous commit whil resolving c...fvogel2022-07-191-0/+1
* | | | merge core-8-6-branchfvogel2022-07-197-99/+7
|\ \ \ \ | |/ / /
| * | | Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.fvogel2022-07-197-95/+7
| |\ \ \ | | |/ / | |/| |
| | * | merge bug-91ca777b4d-alt since that branch has the fix we want to keep to fix...fvogel2022-07-196-93/+4
| | |\ \
| | | * | Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-176-93/+4
| | |/ /
| | * | Restore the fix from chw.fvogel2022-07-161-1/+1
| | * | Remove debug output (leftover in previous commit).fvogel2022-07-161-3/+0
| | * | Fix typos in the description of TkMacOSXHandleMapOrUnmap in macosx/tkMacOSXWm.c.fvogel2022-07-162-3/+6
| | * | Add a precision in the comment describing TtkSendVirtualEventfvogel2022-07-161-1/+1
| | * | Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS. ...fvogel2022-06-181-2/+3
* | | | merge core-8-6-branchfvogel2022-07-1618-91/+122
|\ \ \ \ | |/ / /
| * | | argc -> objc where appropriatejan.nijtmans2022-07-1213-38/+38
| * | | Correction in escape sequence of Esperanto message fileoehhar2022-07-041-1/+1
| * | | Update Esperanto message catalog. Thanks to Uli Ender for the contribution.oehhar2022-07-041-36/+36