summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-231-206/+221
|\
| * Update comments in tkText.h. Minor further tweaksjan.nijtmans2024-01-222-40/+32
| * Implementation cleanup: We know that always internalPtr != NULL, and that the...jan.nijtmans2024-01-221-60/+21
| * Use internal flag OPTION_NONNEGjan.nijtmans2024-01-221-28/+18
| * Boolean uses -1 as value when not provided. Same for Relief and Justifyjan.nijtmans2024-01-211-3/+3
| * Implement the same for Boolean, Relief and Justify as welljan.nijtmans2024-01-211-103/+165
| * Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, ...core-bug-026e2bb685-altjan.nijtmans2024-01-211-106/+108
|/
* 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
* 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 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
|/
* 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
|/
* Fix [9c57421be8]: -relief strange behavior in scrollbar. Enhance Tcl_GetRelie...jan.nijtmans2023-12-221-17/+24
* Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-143-6/+9
* Update keycode table (and documentation) to updated X11 headersjan.nijtmans2023-12-121-0/+6
* 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
* | On UNIX, winPtr->window == 0 is as valid as any other windows IDjan.nijtmans2023-12-041-15/+12
* | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-12/+15
* | Fix [900f23c6a8]: Potential problem in PNG parserjan.nijtmans2023-11-281-1/+1
* | 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
* Fix [09a11fb1228f]: Aqua use-after-free can occur when a posted menu is destr...culler2023-11-071-0/+1
|\
| * Final fix for Aqua menu crashes.culler2023-11-051-0/+1
* | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. Patch...fvogel2023-11-051-4/+12
|/
* Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-283-19/+34
|\
| * Move TtkBoxEqual() from ttkTheme.h to ttkThemeInt.hfvogel2023-10-283-3/+3
| * Ttk_BoxEqual has no need to be in the TTKAPI, let's limit its scope (--> TtkB...fvogel2023-10-283-3/+4
| * Refine the fix, avoid endless calls to NotebookDoLayout() on macOS aqua.fvogel2023-10-213-4/+13
| * Fix [198376af5a]: When moving tab position to different edge of notebook tabs...fvogel2023-10-211-16/+21
* | Fix [bb8041c239]: Call legacy Tk_ImageCreateProc using correct function point...fvogel2023-10-281-2/+11
* | Fix [84fe25065c]: Call non-legacy Tk_ImageStringWriteProc using correct funct...fvogel2023-10-281-3/+2
|/
* Fix broken commit [6659c39e]. See [4c6c553d5a]: tkBind.c: error: conflicting ...jan.nijtmans2023-10-131-7/+6
* Fix [74bfd42098]: tkBind.c: error: unknown type name 'Tcl_Size'jan.nijtmans2023-10-131-7/+7
* Fix [04d3e5ea8e]: Ttk_Use(): do not call functions through pointers to incorr...jan.nijtmans2023-10-121-3/+13
* Make somewhat more C++-compatible (backported from 8.7)jan.nijtmans2023-10-126-226/+233