| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge trunk. Slight improvement: Onlu use Unicode rep for printable characters | jan.nijtmans | 2019-10-15 | 2 | -11/+32 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-10-15 | 1 | -6/+8 |
| |\ |
|
| | * | One step more in fully fixing [a179564826]: Tk 8.6: prevent issues when encou... | jan.nijtmans | 2019-10-15 | 1 | -6/+8 |
|
|
* | | | Further implementation: Handle Latin-1 | jan.nijtmans | 2019-10-14 | 2 | -2/+11 |
|
|
* | | | Use Unicode for keysym names in stead of standard X11-R6 names representing U... | jan.nijtmans | 2019-10-14 | 2 | -723/+29 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-13 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were fix... | jan.nijtmans | 2019-10-13 | 1 | -1/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-10 | 2 | -41/+43 |
|\ \
| |/ |
|
| * | Minor improvement to previous commit: Put deprecate names _after_ non-depreca... | jan.nijtmans | 2019-10-10 | 2 | -830/+832 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-10-10 | 2 | -782/+1962 |
|\ \
| |/ |
|
| * | Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames... | jan.nijtmans | 2019-10-10 | 2 | -3/+78 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-10 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Make XID typedef unsigned, since it's unsigned as well on all other platforms. | jan.nijtmans | 2019-10-10 | 1 | -1/+2 |
|
|
| * | Fix bind-13.14 test-case on (e.g.) some 32-bit Linux, which considers -1 a va... | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-06 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u... | jan.nijtmans | 2019-10-06 | 2 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|\ \
| |/ |
|
| * | Fix usage of DEBUG() macro in tkBind.c | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|
|
| * | Restore (kind of) default values for -fill and -outline in polygon items. Cha... | jan.nijtmans | 2019-10-04 | 1 | -2/+3 |
|
|
| * | Too quick conclusion: all lines and text were gone :-). Reverting most of pre... | jan.nijtmans | 2019-10-04 | 2 | -2/+2 |
|
|
| * | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc... | jan.nijtmans | 2019-10-04 | 2 | -2/+2 |
|
|
* | | Bug in float emulation for MS-VC6: map fabsf() to fabs(), not abs(). Add floa... | oehhar | 2019-10-04 | 1 | -1/+5 |
|
|
* | | Eliminate UPDATE_WINDOWS(), which is only used once. Just replace it with a s... | jan.nijtmans | 2019-10-03 | 1 | -7/+3 |
|
|
* | | Restore "-outline" default for canvas polygons, but adapt test-case expectati... | jan.nijtmans | 2019-10-03 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-03 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0 | fvogel | 2019-10-01 | 1 | -4/+3 |
|
|
* | | Add many (mostly MacOS) stub functions, needed for future implementation of X... | jan.nijtmans | 2019-10-02 | 10 | -456/+457 |
|\ \ |
|
| * | | Add a bunch of new X11 functions (stubs, for now) to the X11 stub tables for ... | jan.nijtmans | 2019-10-02 | 3 | -0/+224 |
|
|
| * | | Add XLowerWindow to MacOS X11 stub table | jan.nijtmans | 2019-10-02 | 5 | -6/+11 |
| |\ \
| |/ /
|/| | |
|
* | | | Fix [95d5e459d12]: Test tk-4.7 (useinputmethods) fails in trunk (Win) | jan.nijtmans | 2019-10-02 | 1 | -1/+1 |
|
|
* | | | Revert change to tkCanvPoly.c because of failure in test suite | Kevin Walzer | 2019-10-02 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-10-01 | 3 | -36/+36 |
|\ \ \
| | |/
| |/| |
|
| * | | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 3 | -36/+36 |
|
|
| | * | Eliminate some dead code | jan.nijtmans | 2019-10-01 | 1 | -217/+0 |
|
|
| | * | Bring back 2 files to their original state, since this eases keeping other br... | jan.nijtmans | 2019-10-01 | 2 | -5/+5 |
|
|
| | * | more Region-related revamp. | jan.nijtmans | 2019-10-01 | 8 | -143/+70 |
|
|
| | * | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 14 | -110/+89 |
| |/
|/| |
|
* | | Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two l... | jan.nijtmans | 2019-09-30 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 6 | -7/+12 |
| |\ |
|
* | | | Fix 'implicit declaration of TkPutImage' warning on UNIX | jan.nijtmans | 2019-09-29 | 2 | -10/+10 |
|
|
* | | | Fix 2 build problems, one with XPutImage on Windows, one with -fill option | jan.nijtmans | 2019-09-29 | 1 | -1/+1 |
|
|
* | | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca... | fvogel | 2019-09-29 | 6 | -7/+7 |
|
|
* | | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 6 | -8/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 6 | -7/+12 |
|
|
* | | | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present... | jan.nijtmans | 2019-09-27 | 4 | -7/+13 |
|\ \ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2019-09-26 | 2 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 2 | -2/+2 |
|
|
| | * | | Add XPutImage() to the X11 stub table on Aqua | jan.nijtmans | 2019-09-25 | 3 | -1/+102 |
|
|
* | | | | Make MacOSX aqua and X11 share the same X11 stub table. | jan.nijtmans | 2019-09-25 | 4 | -125/+152 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-09-25 | 28 | -2005/+4169 |
|\ \ \ \
| |/ / / |
|