summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge mainoehhar2026-03-1148-2725/+1016
|\
| * Join TkpDrawMenuEntry flags all in a single argumentjan.nijtmans2026-03-102-6/+10
| * Fix [d8f9640fcd]: Segfault under Windows when executing test file menu.test w...jan.nijtmans2026-03-101-1/+2
| |\
| | * Fix [d8f9640fcd]: Segfault under Windows when executing test file menu.test w...jan.nijtmans2026-03-101-1/+2
| | |\
| | | * Fix [d8f9640fcd]: Segfault under Windows when executing test file menu.test w...jan.nijtmans2026-03-101-1/+2
| | | |\
| | | | * Bug [d8f9640fcd] proposed fixapnadkarni2026-01-121-1/+2
| * | | | Export X11 stubs on X11. Will be needed for extensions running on both X11 an...jan.nijtmans2026-03-064-1748/+152
| * | | | Version -> 9.1a2jan.nijtmans2026-03-051-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 9.0jan.nijtmans2026-03-052-50/+49
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | In the TK_OPTION_CUSTOM cleanup, always do the Tcl_IncrRefCount() before the ...jan.nijtmans2026-03-052-57/+55
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | In the TK_OPTION_CUSTOM cleanup, always do the Tcl_IncrRefCount() before the ...jan.nijtmans2026-03-051-108/+108
| | | * | | (backport): Define NeedWidePrototypes before including Xlib.h, prevent possib...jan.nijtmans2026-02-251-0/+1
| | | * | | Fix [e2418ce5fe]: Pointer warp relative to the screen's root window fails if ...erikleunissen2026-02-111-2/+3
| * | | | | Fix [f0b3fa9f66]: crash with invalid data in [image create photo]jan.nijtmans2026-03-033-2/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [f0b3fa9f66]: crash with invalid data in [image create photo]jan.nijtmans2026-03-033-2/+5
| | |\ \ \ \
| | | * | | | Attempt to fix [f0b3fa9f66]Emiliano Gavilán2026-02-163-2/+5
| * | | | | | More int -> Tcl_Size, being able to handle larger argument listsjan.nijtmans2026-03-0210-137/+136
| * | | | | | Merged branch "listbox_select_colors" (see TIP 747) and made a few related ch...csaba2026-03-021-43/+64
| |\ \ \ \ \ \
| | * | | | | | Added listbox options -inactiveselectbackground and -inactiveselectforeground.csaba2026-01-261-43/+64
| * | | | | | | Fix [992d6f1135]: ttk::entry placeholder length computation confuses string l...jan.nijtmans2026-02-272-7/+5
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix [992d6f1135]: ttk::entry placeholder length computation confuses string l...jan.nijtmans2026-02-272-7/+5
| | * | | | | (backport): Define NeedWidePrototypes before including Xlib.h, prevent possib...jan.nijtmans2026-02-251-0/+1
| | * | | | | Unintended change from previous commitjan.nijtmans2026-02-221-2/+0
| | * | | | | Code cleanup (much backported from 9.1). More internal booljan.nijtmans2026-02-227-154/+110
| | * | | | | Merged patch [c6292f7bd9]: Use the native selection colors for listbox and tt...csaba2026-02-201-0/+7
| * | | | | | More (internal) bool in ttkjan.nijtmans2026-02-245-27/+23
| * | | | | | Define NeedWidePrototypes before including Xlib.h, prevent possible signature...jan.nijtmans2026-02-241-0/+1
| * | | | | | Add windowingsystem 'wayland'. Not used yetjan.nijtmans2026-02-241-0/+2
| * | | | | | Fix glitch in previous commit: XAllocColor() returns 1 for success, 0 for fai...jan.nijtmans2026-02-202-3/+3
| * | | | | | More bool in (internal) Tk APIjan.nijtmans2026-02-209-82/+78
| * | | | | | Merged patch [c6292f7bd9]: Use the native selection colors for listbox and tt...csaba2026-02-201-0/+7
| |\ \ \ \ \ \
| | * | | | | | Updates needed for compatibility with enhanced treeview.csaba2026-01-111-2/+6
| | * | | | | | Made sure that in connection with the ttk::treeview widget, TTK_STATE_FOCUS i...csaba2026-01-061-0/+3
| * | | | | | | USE_ATK -> HAVE_ATK (for consistency with xft and xss). Build with atk in one...jan.nijtmans2026-02-201-1/+4
| * | | | | | | Bool simplificationsjan.nijtmans2026-02-168-118/+77
| | |_|_|/ / / | |/| | | | |
| * | | | | | _Xconst -> const (it's just the same). Cleanup of (unused) internal stub entriesjan.nijtmans2026-02-1412-352/+312
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | _Xconst and const are just the samejan.nijtmans2026-02-122-66/+66
| | * | | | | Fix [e2418ce5fe]: Pointer warp relative to the screen's root window fails if ...erikleunissen2026-02-111-2/+3
| * | | | | | Remove dead code (unused stub entries). Use more bool internallyjan.nijtmans2026-02-1111-189/+126
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | TkpWillDrawWidget/TkpRedrawWidget are no longer usedjan.nijtmans2026-02-112-17/+6
| * | | | | | Vastly simplify the proposed fixerikleunissen2026-02-091-26/+25
| * | | | | | Correct condition regarding the screen's root windowerikleunissen2026-02-091-1/+1
| * | | | | | Add proposed fixerikleunissen2026-02-091-26/+28
| | |_|/ / / | |/| | | |
* | | | | | [7f67bb4054d6d7d9] AndroWish checkin https://androwish.org/home/info/8a4ac34a...oehhar2026-01-221-3/+3
* | | | | | [7f67bb4054d6d7d9] Androwish commit https://androwish.org/home/info/762d05439...oehhar2026-01-211-5/+5
* | | | | | Rename masterMenuPtr to mainMenuPtr -> compiles now, thanksoehhar2026-01-201-10/+10
* | | | | | [7f67bb4054d6d7d9] 2nd patch by Christian from https://androwish.org/home/inf...oehhar2026-01-201-1/+36
* | | | | | [7f67bb4054d6d7d]: first patch by Christian from https://androwish.org/home/i...oehhar2026-01-201-7/+124
|/ / / / /
* | | | | int -> Tcl_Size in text widgetjan.nijtmans2026-01-166-37/+40
* | | | | Make C++-compilablejan.nijtmans2026-01-163-44/+44