summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix Ucs2beToUtfProc(): If last code-point is higher surrogate, make sure that...jan.nijtmans2019-09-161-6/+10
* Merge 8.6. Add some more protections.jan.nijtmans2019-09-161-14/+19
|\
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-1/+1
* | increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea...jan.nijtmans2019-09-131-4/+4
* | Attempt to improve [a179564826]: Tk 8.6: prevent issues when encountering non...jan.nijtmans2019-09-132-11/+15
|/
* Fix unix configure script: X11.h doesn't exist, should have been Xlib.h (was ...jan.nijtmans2019-09-021-5/+5
* Merge 8.5jan.nijtmans2019-09-021-0/+1
|\
| * Add runstatedir to Makefile.in. Not used yet, only used if "configure" script...jan.nijtmans2019-09-021-0/+1
* | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-0/+1
* | Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-301-1/+1
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-026-7/+7
* | Statically initialize "X11ControlChars" pseudo-encoding.jan.nijtmans2019-07-021-9/+3
* | Fix failure to compile.dgp2019-06-301-0/+1
* | If encoding "utf-16" exists, use it in preference to "unicode", which is depr...jan.nijtmans2019-06-281-22/+9
|\ \
| * | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr...jan.nijtmans2019-06-191-22/+9
* | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-252-2/+2
|/ /
* | Re-generate unix/configure with autoconf 2.59, just as in core-8-6-10-rc bran...jan.nijtmans2019-06-191-4387/+6673
* | TIP 536: Improvements to Mac-specific IPCdkf2019-06-152-6677/+4397
|\ \
| * \ Merge in core-8-6-branchKevin Walzer2019-05-125-52/+64
| |\ \
| * | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus...Kevin Walzer2019-03-081-5/+0
| * | | Clean up implementationKevin Walzer2019-03-011-0/+3
| * | | Rename tkMacOSXLaunch.cKevin Walzer2019-02-281-2/+2
| * | | Update makefile, trying to buildKevin Walzer2019-02-282-6677/+4393
| * | | Add launcher code, update docsKevin Walzer2019-02-281-2/+4
| * | | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-1/+5
| |\ \ \
| | * | | More refinementsKevin Walzer2018-03-051-1/+1
| | * | | Modify makefile to add new fileKevin Walzer2018-03-051-1/+5
* | | | | Merge 8.5jan.nijtmans2019-05-271-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Rename top README to README.md, just as done in Tcl. Reformat to md format.jan.nijtmans2019-05-271-1/+1
* | | | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau...jan.nijtmans2019-05-091-4/+3
* | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-36/+41
|\ \ \ \
| * | | | Minor tinkering (style, efficiency, etc.)dkf2019-03-241-33/+34
| * | | | Eliminate trailing zeros from scale tick values. This is done byjal_frezie2019-02-201-12/+16
| | |/ / | |/| |
* | | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+6
* | | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-5/+1
* | | | Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13
|/ / /
* | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-4/+28
|\ \ \
| * | | Make the place manager send ConfigureNotify events when size change requestsculler2019-02-041-0/+8
| * | | More changes in the Unix version of TkpTestembedCmdfvogel2019-01-271-2/+2
| * | | Reduce the number of unixEmbed test failures on Linux from 10 to 4 by propaga...fvogel2019-01-271-3/+19
* | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-4/+101
|\ \ \ \
| * | | | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-8/+8
| * | | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-1/+90
| * | | | Fix related menubutton issues on linux and Windows.culler2019-01-111-3/+11
* | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-051-4/+4
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-085-35/+72
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-082-3/+3
| | |\ \ \
| | | * | | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-032-8/+8
| * | | | | re-base to 'cleaned-up' core-8-6-branchjan.nijtmans2019-01-033-9/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |