summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix comments following [724fbd24].fvogel2024-01-201-2/+2
* Fix comments following [cd59cd0e].fvogel2024-01-202-5/+5
* Fix comments following [48598763].fvogel2024-01-201-12/+12
* Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-199-50/+47
|\
| * Merge 8.6jan.nijtmans2024-01-191-1/+1
| |\
| | * Update build scripts (backported from 8.7/9.0). Travis is no longer supported...jan.nijtmans2024-01-191-1/+1
| | * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-15/+110
| | |\
| | | * Handle the remaining options in a similar wayjan.nijtmans2024-01-161-10/+93
| | | * (partial) fix for [026e2bb685]: text tag sets bad relief, gets error, but bad...jan.nijtmans2024-01-161-2/+16
| | |/
| | * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-141-0/+4
| * | Put "flush" in the right alphabetic positionjan.nijtmans2024-01-182-3/+3
| * | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-185-22/+23
* | | Merge 8.7jan.nijtmans2024-01-1810-44/+47
|\ \ \ | |/ /
| * | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-187-18/+18
| * | int -> TkTextInvalidateActionjan.nijtmans2024-01-183-26/+29
* | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-174-115/+78
|\ \ \ | |/ /
| * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-174-127/+78
* | | Merge 8.7jan.nijtmans2024-01-153-5/+3
|\ \ \ | |/ /
* | | Those #define's are no longer necessaryjan.nijtmans2024-01-141-12/+0
* | | Remove tricky code, no longer necessary in 9.0jan.nijtmans2024-01-141-8/+0
* | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-145-39/+23
|\ \ \ | |/ /
| * | Merge 8.7. Adapt test-casesjan.nijtmans2024-01-143-7/+19
| |\ \
| | * | Fix for TIP #613: In case of TK_XXXX_NULL handling for relief/justify/anchor,...jan.nijtmans2024-01-141-5/+11
| * | | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-144-34/+18
| |/ /
* | | Merge 8.7jan.nijtmans2024-01-137-15/+15
|\ \ \ | |/ /
| * | Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-137-15/+15
| * | Merge 8.6 (there we go again)jan.nijtmans2024-01-123-32/+13
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2024-01-091-7/+14
| |\ \
| * | | Restore "$menu index" to return "none" for no index (for compatibility with T...jan.nijtmans2024-01-081-3/+6
* | | | Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-123-32/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-123-32/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Fix bug in previous commit.fvogel2024-01-111-1/+2
| | * | Modified implementation inspired by the revised text widget and proposal from...fvogel2024-01-111-20/+12
| | * | Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-093-22/+10
* | | | Fix [b7abf0d817]: ttk::treeview shows O(n^2) destruction timefvogel2024-01-091-7/+14
|\ \ \ \ | |/ / /
| * | | Fix and simplify Tk_FreeImage.fvogel2024-01-081-7/+1
| * | | Simplify Tk_FreeImagefvogel2024-01-061-14/+10
| * | | Fix [b7abf0d817]: ttk::treeview shows O(n^2) destruction timefvogel2024-01-061-3/+20
| |/ /
* | | Merge 8.7oehhar2024-01-081-3/+4
|\ \ \ | | |/ | |/|
| * | 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
* | | Fix [a9e637f1c8]: ttk::treeview does not show partial bottom rowjan.nijtmans2024-01-061-0/+9
|\ \ \ | |/ /
| * | 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
| | |/
* | | Add "none" as possible index value for menu's (but keep it undocumented). See...jan.nijtmans2023-12-261-0/+6
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-2613-22/+22