summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug [265ff202e9]: Artifacts in a few themed widgets on x11 and aqua.csaba2025-10-312-33/+118
|\
| * Fix for bug [265ff202e9]: Artifacts in a few themed widgets on x11 and aqua.csaba2025-10-302-33/+118
* | Fix [50fdbc36ad6f6600]: Implement more X11 region functions on Windows and Aquajan.nijtmans2025-10-313-16/+36
|\ \ | |/ |/|
| * Fix [50fdbc36ad]: Implement more X11 region functions on Windows and Aqua. Wi...jan.nijtmans2025-09-303-16/+36
* | Merge 9.0jan.nijtmans2025-10-281-0/+3
|\ \
| * \ Add stdio-mingw tag for nonstandard mingw buildsjan.nijtmans2025-10-281-0/+3
| |\ \
* | \ \ Merge 9.0jan.nijtmans2025-10-282-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Update changes.mdjan.nijtmans2025-10-283-2/+8
| |\ \ \ | | |/ /
| | * | Fix for bug [8b725d6bde]: Missing border pixels in alt theme on Windows.csaba2025-10-281-0/+6
| | * | More IWYU pragma's (for all *Decls.h files)jan.nijtmans2025-10-262-2/+2
| * | | Fix for bug [8b725d6bde]: Missing border pixels in alt theme on Windows.csaba2025-10-281-0/+6
* | | | Use bool where we canjan.nijtmans2025-10-281-16/+16
* | | | Fix for bug [8b725d6bde]: Missing border pixels in alt theme on Windows.csaba2025-10-271-0/+6
* | | | Use more bool in internal API'sjan.nijtmans2025-10-268-18/+20
* | | | Merge 9.0jan.nijtmans2025-10-262-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2025-10-262-1/+3
| |\ \ \ | | |/ /
| | * | Fix [https://core.tcl-lang.org/tcl/tktview/c7dc599e73|c7dc599e73]: Add IWYU e...jan.nijtmans2025-10-261-1/+1
| * | | [b43dbc00] nanosvg pull request 273 and 275: support svg color order and fix ...oehhar2025-10-082-45/+88
* | | | Some more -Wconversion fixesjan.nijtmans2025-10-174-43/+43
* | | | Fix various -Wconversion warningsjan.nijtmans2025-10-151-3/+3
* | | | Merged branch cargo into trunk (see TIP 729).csaba2025-10-111-54/+476
|\ \ \ \
| * | | | Added a few comments.csaba2025-09-291-4/+16
| * | | | Minor improvements.csaba2025-09-271-2/+2
| * | | | Replaced the implementation in Tcl with one written in C. Thanks to Emiliano!csaba2025-09-262-87/+442
| * | | | Merged trunk into branch "cargo".csaba2025-09-229-29/+47
| |\ \ \ \
| * | | | | Improved the error handling.csaba2025-09-191-4/+1
| * | | | | Revisited implementation of TIP 729 ("Add a tk attribtable command to the cor...csaba2025-09-182-3/+42
| * | | | | Initial commit for tk_cargo procedure implementation.csaba2025-09-081-0/+19
* | | | | | Fix many -Wconversion compiler warningsjan.nijtmans2025-10-103-6/+6
* | | | | | Spacing fixesjan.nijtmans2025-10-101-1/+1
* | | | | | [b43dbc00] nanosvg pull request 275: https://github.com/memononen/nanosvg/pul...core-b43dbc00-nanosvg-pull-273-275oehhar2025-10-071-1/+5
* | | | | | [b43dbc00] nanosvgpull request 273: https://github.com/memononen/nanosvg/pull...oehhar2025-10-072-44/+83
* | | | | | Merged brach toggleswitch into trunk (see TIP 727).csaba2025-10-062-0/+640
|\ \ \ \ \ \
| * \ \ \ \ \ Merged trunk into branch "toggleswitch".csaba2025-09-229-29/+47
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Replaced strdup (which is not used in generic Tk) with ckalloc and memcpy.csaba2025-09-011-3/+5
| * | | | | | Corrected the dependency of the ttk::toggleswitch widget's style on the value...csaba2025-08-281-25/+27
| * | | | | | Initial commit for ttk::toggleswitch widget implementation.csaba2025-08-282-0/+636
| | |/ / / / | |/| | | |
* | | | | | Merge 9.0jan.nijtmans2025-10-051-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | More sentinel/{} fixesjan.nijtmans2025-10-0312-86/+86
* | | | | | Merge 9.0jan.nijtmans2025-09-3019-159/+288
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Add (char *) to sentinels, add {} to if-statements, just as everywhere elsejan.nijtmans2025-09-3021-217/+353
* | | | | Merge 9.0jan.nijtmans2025-09-293-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Tk_Uid -> const char * for some internal functions, because those parameters ...jan.nijtmans2025-09-294-7/+7
* | | | | Merge 9.0jan.nijtmans2025-09-292-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Eliminate TCL_BROKEN_MAINARGS and compat/stdbool.h (taken over from Tcl). Upd...jan.nijtmans2025-09-292-1/+1
* | | | Put back TkWinGetPlatformTheme(), in case extensions use itjan.nijtmans2025-09-151-0/+1
* | | | Rename ttkWinXPTheme.c to ttkWinVistaTheme.c (we cannot just remove it)jan.nijtmans2025-09-153-10/+9
* | | | Cygwin on X11 bugfix: Cygwin shared libraries start with "cyg", not "lib"jan.nijtmans2025-09-122-7/+7
|\ \ \ \ | |/ / /
| * | | Cygwin on X11 bugfix: Cygwin shared libraries start with "cyg", not "lib"jan.nijtmans2025-09-122-7/+7
* | | | Deprecate Ttk_RegisterElementSpec()jan.nijtmans2025-09-124-12/+30
|\ \ \ \ | |/ / / | | / / | |/ / |/| |