summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Tk_InitImageArgs() was related to USE_OLD_IMAGE, which is now removedjan.nijtmans2023-12-111-2/+0
* Change (internal) TkCreateFrame function from argc/argv -> objc/objvjan.nijtmans2023-12-115-73/+20
* Merge implementation of TIP #684 from core-8-branch.marc_culler2023-12-113-5/+8
|\
| * Merge implementation of TIP #684.marc_culler2023-12-113-5/+8
| |\
| | * Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-273-5/+8
* | | Fix [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals. P...fvogel2023-12-091-2/+26
|\ \ \
| * \ \ Fix [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals. P...fvogel2023-12-091-2/+26
| |\ \ \
| | * | | Fix [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals. P...fvogel2023-12-021-2/+26
| | * | | Backout [dfcb5408] and [182ef922].fvogel2023-12-021-11/+3
| | * | | Repair the build on Windows.fvogel2023-11-221-0/+2
| | * | | Patch for [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visu...fvogel2023-11-211-3/+9
* | | | | Merge 8.7jan.nijtmans2023-12-041-15/+12
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6jan.nijtmans2023-12-041-15/+12
| |\ \ \ \ | | |/ / /
| | * | | On UNIX, winPtr->window == 0 is as valid as any other windows IDjan.nijtmans2023-12-041-15/+12
* | | | | Merge 8.7jan.nijtmans2023-12-031-12/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2023-12-031-12/+15
| |\ \ \ \ | | |/ / /
| | * | | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-12/+15
* | | | | Merge 8.7jan.nijtmans2023-12-011-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | Fix [5fde07b1d5]: tkCanvas.c: use WORDS_BIGENDIANjan.nijtmans2023-12-011-2/+5
* | | | | Merge 8.7jan.nijtmans2023-12-011-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Cover ICU4C version 0.60 up to 0.79: That's from 2017 up to around 2026, almo...jan.nijtmans2023-12-011-3/+3
| * | | | Fix [53fdb87e49]: Glyph indexing is still unperfectjan.nijtmans2023-12-011-2/+1
| * | | | Missing needed TCL_COMBINE flag (only really needed when running with Tcl 9.0)jan.nijtmans2023-11-301-0/+1
* | | | | Oopsjan.nijtmans2023-11-301-1/+1
* | | | | Entry widget on MacOS works fine nowjan.nijtmans2023-11-301-5/+5
* | | | | Merge 9.0. More progressjan.nijtmans2023-11-3027-249/+107
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2023-11-281-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2023-11-281-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix [900f23c6a8]: Potential problem in PNG parserjan.nijtmans2023-11-281-1/+1
| | * | | | Specify TK_ALWAYS_REDRAW where appropriatejan.nijtmans2023-11-281-1/+1
| | * | | | Add TK_ALWAYS_REDRAW flagjan.nijtmans2023-11-281-1/+2
| * | | | | Remove dead code related to _TK_ALLOW_DECREASING_TABSjan.nijtmans2023-11-281-25/+0
| * | | | | Remove internal TkMacOSXDrawable stub entry: no longer necessaryjan.nijtmans2023-11-283-16/+8
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJSjan.nijtmans2023-11-2821-206/+97
| |\ \ \ \ \ \ | | | |/ / / /
| | | * | | | TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-287-35/+35
| | | * | | | Fix [52d83f67eb]: TkDestroyMenu(): outdated commentjan.nijtmans2023-11-251-5/+4
| | | |\ \ \ \ | | | | |/ / /
| | * | | | | Merge 9.0jan.nijtmans2023-11-1837-2439/+1067
| | |\ \ \ \ \
| | * | | | | | unnecessary type-castjan.nijtmans2023-11-171-1/+1
| | * | | | | | Rebase to 9.0jan.nijtmans2023-11-1221-172/+64
| | |\ \ \ \ \ \
* | | | | | | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-2710-107/+42
|/ / / / / / / /
* | | | | | | | Fix [52d83f67eb]: TkDestroyMenu(): outdated commentfvogel2023-11-251-5/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Fix [52d83f67eb]: TkDestroyMenu(): outdated commentfvogel2023-11-251-5/+4
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-134-15/+39
| * | | | | | Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-123-53/+237
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ TIP #683: Remove legacy "pack" and "scrollbar" syntaxjan.nijtmans2023-11-253-420/+0
|\ \ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Remove legacy "pack" and "scrollbar" syntaxjan.nijtmans2023-11-163-420/+0
* | | | | | | | NANOSVG pull request #249: Bug "else" missingoehhar2023-11-231-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | NANOSVG pull request #249: Bug "else" missingoehhar2023-11-231-1/+1
| * | | | | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-151-0/+1
* | | | | | | Shuffle (internal) stub-entries, so now same functionnames occupy the same st...jan.nijtmans2023-11-173-84/+83