| Commit message (Expand) | Author | Age | Files | Lines |
* | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 2 | -2/+2 |
|
|
* | 8.5 -> 8.6 | jan.nijtmans | 2019-10-31 | 2 | -3/+3 |
|
|
* | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 4 | -7/+24 |
|\ |
|
| * | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 4 | -7/+24 |
|
|
* | | Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate co... | jan.nijtmans | 2019-10-28 | 2 | -3/+0 |
|
|
* | | Fix [a01b6f7227]: WidthMMOfScreen returns 0 in VirtualBox VM using XWayland. | jan.nijtmans | 2019-10-09 | 1 | -1/+20 |
|
|
* | | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u... | jan.nijtmans | 2019-10-06 | 1 | -2/+0 |
|
|
* | | Use tcl-lang.org in stead of tcl.tk and https in stead of http where possible | jan.nijtmans | 2019-10-05 | 3 | -4/+4 |
|
|
* | | Too quick conclusion: all lines and text were gone :-). Reverting most of pre... | jan.nijtmans | 2019-10-04 | 1 | -0/+2 |
|
|
* | | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc... | jan.nijtmans | 2019-10-04 | 1 | -2/+0 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-10-02 | 2 | -17/+32 |
|\ \
| |/ |
|
| * | Sync tcl.m4 with Tcl version | jan.nijtmans | 2019-10-02 | 2 | -10/+36 |
|
|
* | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 1 | -0/+10 |
|\ \ |
|
| * | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 1 | -0/+10 |
|
|
* | | | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 2 | -5/+5 |
|
|
* | | | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r... | jan.nijtmans | 2019-09-24 | 1 | -1/+3 |
|/ / |
|
* | | Fix Ucs2beToUtfProc(): If last code-point is higher surrogate, make sure that... | jan.nijtmans | 2019-09-16 | 1 | -6/+10 |
|
|
* | | Merge 8.6. Add some more protections. | jan.nijtmans | 2019-09-16 | 1 | -14/+19 |
|\ \ |
|
| * | | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | | | increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea... | jan.nijtmans | 2019-09-13 | 1 | -4/+4 |
|
|
* | | | Attempt to improve [a179564826]: Tk 8.6: prevent issues when encountering non... | jan.nijtmans | 2019-09-13 | 2 | -11/+15 |
|/ / |
|
* | | Fix unix configure script: X11.h doesn't exist, should have been Xlib.h (was ... | jan.nijtmans | 2019-09-02 | 1 | -5/+5 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add runstatedir to Makefile.in. Not used yet, only used if "configure" script... | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|
|
* | | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 1 | -0/+1 |
|
|
* | | Two times Tcl_Free() -> ckfree() | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 6 | -7/+7 |
|
|
* | | Statically initialize "X11ControlChars" pseudo-encoding. | jan.nijtmans | 2019-07-02 | 1 | -9/+3 |
|
|
* | | Fix failure to compile. | dgp | 2019-06-30 | 1 | -0/+1 |
|
|
* | | If encoding "utf-16" exists, use it in preference to "unicode", which is depr... | jan.nijtmans | 2019-06-28 | 1 | -22/+9 |
|\ \ |
|
| * | | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr... | jan.nijtmans | 2019-06-19 | 1 | -22/+9 |
|
|
* | | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 2 | -2/+2 |
|/ / |
|
* | | Re-generate unix/configure with autoconf 2.59, just as in core-8-6-10-rc bran... | jan.nijtmans | 2019-06-19 | 1 | -4387/+6673 |
|
|
* | | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 2 | -6677/+4397 |
|\ \ |
|
| * \ | Merge in core-8-6-branch | Kevin Walzer | 2019-05-12 | 5 | -52/+64 |
| |\ \ |
|
| * | | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus... | Kevin Walzer | 2019-03-08 | 1 | -5/+0 |
|
|
| * | | | Clean up implementation | Kevin Walzer | 2019-03-01 | 1 | -0/+3 |
|
|
| * | | | Rename tkMacOSXLaunch.c | Kevin Walzer | 2019-02-28 | 1 | -2/+2 |
|
|
| * | | | Update makefile, trying to build | Kevin Walzer | 2019-02-28 | 2 | -6677/+4393 |
|
|
| * | | | Add launcher code, update docs | Kevin Walzer | 2019-02-28 | 1 | -2/+4 |
|
|
| * | | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 1 | -1/+5 |
| |\ \ \ |
|
| | * | | | More refinements | Kevin Walzer | 2018-03-05 | 1 | -1/+1 |
|
|
| | * | | | Modify makefile to add new file | Kevin Walzer | 2018-03-05 | 1 | -1/+5 |
|
|
* | | | | | Merge 8.5 | jan.nijtmans | 2019-05-27 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Rename top README to README.md, just as done in Tcl. Reformat to md format. | jan.nijtmans | 2019-05-27 | 1 | -1/+1 |
|
|
* | | | | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau... | jan.nijtmans | 2019-05-09 | 1 | -4/+3 |
|
|
* | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o... | fvogel | 2019-03-31 | 1 | -36/+41 |
|\ \ \ \ |
|
| * | | | | Minor tinkering (style, efficiency, etc.) | dkf | 2019-03-24 | 1 | -33/+34 |
|
|
| * | | | | Eliminate trailing zeros from scale tick values. This is done by | jal_frezie | 2019-02-20 | 1 | -12/+16 |
| | |/ /
| |/| | |
|
* | | | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+6 |
|
|