summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [f9fa926666] on macOS only: crash when creating a label whose text is a s...culler2020-11-091-0/+5
* Fix cygwin buildjan.nijtmans2020-10-291-0/+2
* Merge 8.5 (just a few typo's)jan.nijtmans2020-10-282-3/+3
|\
| * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-282-3/+3
| * Re-generate "make genstubs" (was done with the wrong version)jan.nijtmans2020-09-096-600/+4435
* | More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-062-18/+17
* | Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-0516-321/+273
* | Remove duplicate line introduced in [c1f5badf]. That line had already been ad...fvogel2020-10-041-2/+0
* | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-015-25/+21
* | Unshadow some variablesjan.nijtmans2020-09-292-20/+19
* | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-3/+3
* | Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-275-3/+7
|\ \
| * \ Merge 8.6. Change macro namesjan.nijtmans2020-09-2425-554/+535
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-09-0949-2556/+2712
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-09-0311-552/+553
| |\ \ \ \
| * | | | | Slave ->Pane, Master->Container in tkPanedwindow.cculler2020-09-021-407/+407
| * | | | | Merge 8.6jan.nijtmans2020-08-3114-90/+46
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2020-08-194-14/+23
| |\ \ \ \ \ \
| * | | | | | | Implementation ofr TIP #581 for Tkjan.nijtmans2020-08-128-11/+24
* | | | | | | | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-257-323/+310
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-1512-299/+278
* | | | | | | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-146-48/+54
* | | | | | | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-116-6/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-09-104-65/+37
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-104-72/+44
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | More usages for TKFLEXARRAYjan.nijtmans2020-09-103-7/+7
| * | | | | | | | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-1010-20/+25
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Update documentation, and final tweaks for TIP #581jan.nijtmans2020-09-093-5/+5
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | Merge 8.6jan.nijtmans2020-09-093-11/+10
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| * | | | | | | | Attempt to fix [3bc0f44ef3]: UBSan complains about body.chars[] usage. jan.nijtmans2020-09-091-1/+1
| |/ / / / / / /
| * | | | | | | Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to Christopher...fvogel2020-09-081-3/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-081-3/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-083-31/+41
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.6. Rename some functionsjan.nijtmans2020-09-083-12/+59
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-0812-419/+421
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6marc_culler2020-09-073-19/+16
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-048-288/+288
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-0319-873/+872
| * | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-09-0320-299/+309
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-0313-1625/+1613
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-0313-283/+287
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-0237-97/+173
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-251-6/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-244-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-2427-106/+105
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-181-6/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | New function Tk_FontGetDescription()jan.nijtmans2020-08-144-0/+60
| | * | | | | | | | | | | | | | | | | | | | Merge trunkjan.nijtmans2020-08-146-94/+92
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-144-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-144-7/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \