summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Restore "$menu index" to return "none" for no index (for compatibility with T...jan.nijtmans2024-01-081-3/+6
* nanosvg #148 "Remove unnecessary parentheses" https://github.com/memononen/na...oehhar2024-01-081-2/+2
* nanosvg #252 "Fixed invalid memory read on single stop gradient" https://gith...oehhar2024-01-081-1/+2
* Merge 8.6jan.nijtmans2024-01-061-0/+9
|\
| * Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2024-01-051-3/+13
| |\
| | * Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2023-12-261-3/+13
| * | Fix [fec9e3879d]: Confusion regarding menu indexes "none" and {}. Also add so...jan.nijtmans2023-12-261-43/+44
| |/
* | Put back "none" as possible index value for Tk > 8jan.nijtmans2023-12-261-1/+1
* | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-2613-22/+22
* | Merge 8.6jan.nijtmans2023-12-221-17/+24
|\ \ | |/
| * Fix [9c57421be8]: -relief strange behavior in scrollbar. Enhance Tcl_GetRelie...jan.nijtmans2023-12-221-17/+24
* | int -> Tcl_Size in menu handlingjan.nijtmans2023-12-223-20/+22
* | Provide variable-names in commentsjan.nijtmans2023-12-195-32/+32
* | Make it compile (again) with Tcl 8.6jan.nijtmans2023-12-191-1/+5
* | Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-185-6/+6
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-1825-540/+647
* | Use Tcl_ObjCmdProc in stead of full function signaturejan.nijtmans2023-12-181-145/+49
* | Merge 8.6jan.nijtmans2023-12-143-6/+9
|\ \ | |/
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-143-6/+9
* | 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
|\ \ | |/
* | 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
|\ \ | |/
| * 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 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
* | | | 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.6jan.nijtmans2023-12-031-12/+15
|\ \ \ \ | |/ / /
| * | | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-12/+15
* | | | Fix [5fde07b1d5]: tkCanvas.c: use WORDS_BIGENDIANjan.nijtmans2023-12-011-2/+5
* | | | 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
* | | | 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
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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
* | | 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