summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-273-5/+8
* Merge core-8-6-branchculler2023-11-071-0/+1
|\
| * 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-061-4/+12
|\ \ \ | |/ /
| * | 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-18/+33
|\ \ | |/
| * 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 [bb8041c239]: Call legacy Tk_ImageCreateProc using correct function point...fvogel2023-10-281-2/+11
* | | Resolve unintended fork.fvogel2023-10-281-3/+2
|\ \ \
| * \ \ Fix [84fe25065c]: Call non-legacy Tk_ImageStringWriteProc using correct funct...fvogel2023-10-281-3/+2
| |\ \ \ | | |/ /
| | * | 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
* | | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-269-12/+47
* | | Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-253-29/+25
* | | replace roundf by nsvg_roundf to stay compatible to nanosvg (https://github.c...oehhar2023-10-251-9/+4
* | | Simplified and unified the drawing of focus ring around the field element of ...csaba2023-10-243-38/+52
|/ /
* | nanosvg: Fix drawing artefacts due to rounding errors: https://github.com/mem...oehhar2023-10-231-3/+9
* | Minor simplificationjan.nijtmans2023-10-131-9/+6
* | Fix [b189559e4]: Crash with menus and -postcommand optionjan.nijtmans2023-10-121-11/+11
* | Merge 8.7jan.nijtmans2023-10-121-3/+13
|\ \ | |/
| * 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
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-1118-83/+54
|\ \ | |/
| * Missed one simplificationjan.nijtmans2023-10-112-30/+2
| * Fix [d96974d99d]: Functions passed to Tcl_EventuallyFree() must be declared/d...jan.nijtmans2023-10-1110-43/+42
| |\
| | * Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-1112-55/+44
| | * Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-1012-21/+22
| * | Fix [9675dd5916]: tkOldConfig.c incorrectly uses ckfree() when freeProc == fr...jan.nijtmans2023-10-112-12/+3
| |/
* | Merge 8.6jan.nijtmans2023-10-091-2/+4
|\ \ | |/
* | Removed the "-fieldlightcolor" style option of the "clam" theme, added in [bb...csaba2023-10-071-1/+1
* | Visual improvements regarding the focus ring around the ttk::combobox and ttk...csaba2023-10-062-5/+27
* | Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ...csaba2023-09-213-46/+54
* | Made the standard TabElementDraw() function scaling-aware; highlighting the s...csaba2023-09-151-24/+36
* | Improved the appearance of the arrow element in the "clam" theme.csaba2023-09-123-34/+85
* | Fix for ticket [9291d8a4c].csaba2023-09-122-4/+6
* | Fixed a regression in the drawing of the ttk::notebook tab element, introduce...csaba2023-09-111-2/+3
* | Fix [3e966346] canvas text item -underline attribute not reciprocaljan.nijtmans2023-09-101-1/+1
* | Improved the look of the ttk::combobox and ttk::spinbox widgets in the themes...csaba2023-09-092-40/+190
* | Improvements related to the Ttk field element and the Widget Demo.csaba2023-09-063-22/+38
* | Fix [6cc8002951]: numeric parameter errors depending on whether string vs dou...jan.nijtmans2023-09-0410-163/+203
|\ \
| * | More generic error-message for TK_ARGV_INT (just as TK_ARGV_FLOAT)jan.nijtmans2023-09-041-4/+0
| * | Merge 8.7. More progress in converting strtod/strtoljan.nijtmans2023-09-0410-131/+211
| |\ \
| * | | more progress strtod -> Tcl_GetDouble()jan.nijtmans2023-09-013-17/+17