summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-12-195-32/+32
|\
| * Provide variable-names in commentsjan.nijtmans2023-12-195-32/+32
| * Make it compile (again) with Tcl 8.6jan.nijtmans2023-12-191-1/+5
* | Merge 8.7jan.nijtmans2023-12-185-6/+6
|\ \ | |/
| * Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-185-6/+6
* | Merge 8.7jan.nijtmans2023-12-1825-540/+647
|\ \ | |/
| * ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-1825-540/+647
* | Merge 8.7jan.nijtmans2023-12-181-145/+49
|\ \ | |/
| * Use Tcl_ObjCmdProc in stead of full function signaturejan.nijtmans2023-12-181-145/+49
* | Merge 8.7jan.nijtmans2023-12-143-6/+9
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-12-143-6/+9
| |\
| | * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-143-6/+9
* | | Merge 8.7jan.nijtmans2023-12-132-2/+2
|\ \ \ | |/ /
| * | Fix 2 (minor) compiler warningsjan.nijtmans2023-12-132-2/+2
| * | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-139-35/+40
| |\ \ | | |/
* | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen...jan.nijtmans2023-12-139-35/+40
* | | Remove USE_OLD_CANVASjan.nijtmans2023-12-121-13/+0
* | | Merge 8.7jan.nijtmans2023-12-121-2/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-121-2/+6
| |\ \ | | |/
| | * Update keycode table (and documentation) to updated X11 headersjan.nijtmans2023-12-121-0/+6
| * | Merge 8.6jan.nijtmans2023-12-121-2/+26
| |\ \ | | |/
* | | 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