summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Implementation of new, modern-looking ttk::checkbutton and ttk::radiobutton i...csaba2023-05-082-111/+392
* Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed.fvogel2023-05-033-11/+23
|\
| * Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed.fvogel2023-05-033-11/+23
| |\
| | * Remove superfluous casts.fvogel2023-05-021-2/+2
| | * Alternate fix for [310c74ecf4], not making use of a delete trace.fvogel2023-05-013-28/+22
| | * Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed. Patch ...fvogel2023-04-151-7/+25
| * | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-141-1/+1
| |/
* | Still missed a few (from previous commit)jan.nijtmans2023-04-273-5/+5
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-2524-155/+160
* | More TIP #660jan.nijtmans2023-04-247-13/+19
* | Match i/o types with Tcl channel i/o types (size_t -> Tcl_Size)apnadkarni2023-04-182-41/+45
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-1815-47/+47
* | Last set (hopefully) in preparation of TIP 660apnadkarni2023-04-187-41/+41
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-179-88/+88
* | TIP 660 updateapnadkarni2023-04-173-34/+33
* | Fix [f4d9d74df6]: ignored -disabledwidth for canvas rectangle and oval items....fvogel2023-04-101-1/+1
|\ \ | |/
| * Fix [f4d9d74df6]: ignored -disabledwidth for canvas rectangle and oval items....fvogel2023-04-101-1/+1
* | TIP #655 implementation: Support the styleMask property for NSWindow and NSPa...jan.nijtmans2023-04-071-12/+14
|\ \
| * \ Merge 8.7jan.nijtmans2023-03-308-19/+24
| |\ \
| * \ \ Merge 8.7. Remove some spacingjan.nijtmans2023-03-142-13/+15
| |\ \ \
* | \ \ \ Take over some comment changes from "bug-85cea56c27" branchjan.nijtmans2023-04-021-1/+2
|\ \ \ \ \
| * | | | | Add comment in TkGetIntForIndex.fvogel2023-04-011-1/+2
| | |_|/ / | |/| | |
* | | | | Complete fix for [85cea56c27]: The -underline option does not show an underli...jan.nijtmans2023-04-023-6/+6
|/ / / /
* | | | Merge 8.6. Fix cc warningjan.nijtmans2023-03-261-1/+1
|\ \ \ \ | | |_|/ | |/| |
* | | | Optimized a few SVG gradients.csaba2023-03-202-6/+6
* | | | Partial fix for [85cea56c27]: The -underline option does not show an underlin...jan.nijtmans2023-03-145-12/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix indentation in tkConfig.cfvogel2023-03-131-5/+5
| * | | Fix [85cea56c27]: The -underline option does not show an underline on ttk::la...fvogel2023-03-113-4/+21
* | | | Fully fix the build on Windows.fvogel2023-03-131-1/+1
| |_|/ |/| |
* | | Fix windows buildjan.nijtmans2023-03-131-8/+7
* | | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-128-81/+83
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-1256-1100/+984
|/ /
* | Simplified the SVG data used for drawing the ttk::checkbutton indicator of th...csaba2023-03-061-4/+1
* | More -Wconversion C warning fixesjan.nijtmans2023-03-061-17/+3
* | off-by-one error in TIP #577 impljan.nijtmans2023-03-051-1/+1
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-1/+1
* | Helper function ColorToStr() greatly simplified.csaba2023-03-032-10/+4
* | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-034-5/+5
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-0218-17/+63
* | Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-271-0/+1
|\ \ | |/
| * Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-261-0/+1
* | Hopefully final unification and cleanup of the SVG data used for drawing indi...csaba2023-02-242-18/+7
* | Merged branch better-indicators into trunk; a couple of additional visual imp...csaba2023-02-182-80/+227
|\ \
| * | Code cleanupcsaba2023-02-171-9/+3
| * | Alternative implementation of the ttk::checkbutton and ttk::radiobutton indic...csaba2023-02-141-75/+227
|/ /
* | Code optimization and cleanup related to the indicator imagescsaba2023-02-141-55/+24
* | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-121-2/+2
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-101-2/+2
* | Improved the SVG data of a few images used for drawing (ttk::)checkbutton and...csaba2023-02-111-11/+11
* | More TK_OPTION_INT -> TK_OPTION_PIXELSjan.nijtmans2023-02-092-5/+5
|\ \