summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Some more -Wundef warningsjan.nijtmans2020-10-081-9/+9
* Merge 8.6jan.nijtmans2020-10-081-2/+1
|\
| * A few NULL <-> None mistakes, more usage of TCL_UNUSED and implicit type-castsjan.nijtmans2020-10-082-53/+50
* | Merge 8.6jan.nijtmans2020-10-081-6/+6
|\ \ | |/
* | Make everything compile warning-free using -Wundefjan.nijtmans2020-10-082-2/+2
* | Merge 8.6jan.nijtmans2020-10-061-1/+1
|\ \ | |/
| * Sync unix/tcl.m4 with Tcl 8.6jan.nijtmans2020-10-061-1/+1
* | Merge 8.6jan.nijtmans2020-10-062-2/+2
|\ \ | |/
| * When adding the -Werror option to CFLAGS, the HAVE_PW_GECOS detection doesn't...jan.nijtmans2020-10-062-2/+2
* | Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-063-75/+37
|\ \ | |/
| * More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-067-165/+159
* | Fix build problem on UNIX (due to the introduction of TCL_UNUSED macro)jan.nijtmans2020-10-052-39/+0
* | Merge 8.6jan.nijtmans2020-10-054-52/+38
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-054-82/+73
* | Merge 8.6. Sync tcl.m4 from Tcl 8.7jan.nijtmans2020-10-052-2/+2
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-10-011-1/+1
|\ \ | |/
| * Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-012-1/+8
* | Fix aqua MapNotify and UnmapNotifyculler2020-09-271-0/+6
|\ \ | |/
| * Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-0/+6
* | Better don't check for libnotify (yet), leave that to the new TIPjan.nijtmans2020-09-262-86/+0
* | re-generate unix/configurejan.nijtmans2020-09-221-0/+49
* | Fixes for Apple Event execution on app startup and window display in IDLE/Tki...Kevin Walzer2020-09-171-0/+37
|\ \ | |/
* | typo in unixEmbed.test testcase. Make install-sh executablejan.nijtmans2020-09-171-0/+0
* | Merge 8.6jan.nijtmans2020-09-111-1/+1
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
| |\
| | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-2/+2
* | | Merge 8.6jan.nijtmans2020-09-101-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-1/+1
* | Merge 8.6jan.nijtmans2020-09-092-54/+54
|\ \ | |/
| * TIP #581: More progressjan.nijtmans2020-09-092-54/+54
* | Merge 8.6jan.nijtmans2020-09-082-4/+2
|\ \ | |/
| * Merge 8.5. jan.nijtmans2020-09-082-4/+2
| |\
| | * Update Xcode from 11.5 to 11.6.jan.nijtmans2020-08-171-1/+1
* | | Merge 8.6jan.nijtmans2020-09-042-4/+4
|\ \ \ | |/ /
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-7/+7
* | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-2/+2
|\ \ \
| * \ \ Merge trunkjan.nijtmans2020-08-241-1/+3
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-08-132-9/+9
| |\ \ \ \
| * | | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
* | | | | | Merge 8.6. Some more textual changesjan.nijtmans2020-08-271-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
* | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res...fvogel2020-08-241-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use a symbolic name for the default color for the placeholder text on X11.fvogel2020-07-141-1/+3
| | |/ / | |/| |
* | | | Merge 8.6jan.nijtmans2020-08-121-8/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b...jan.nijtmans2020-08-121-2/+2
* | | | The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-191-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-191-1/+1
| |\ \
| | * | The semantics of TkpWillDrawWidget was reversed in a previous commit in this ...fvogel2020-07-191-1/+1
* | | | Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-141-0/+8
|\ \ \ \ | |/ / /
| * | | Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-141-0/+8
| |\ \ \
| | * | | Fix blank spacefvogel2020-07-071-2/+2