| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u... | jan.nijtmans | 2019-10-06 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0 | fvogel | 2019-10-01 | 1 | -4/+3 |
|
|
* | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 3 | -36/+36 |
|
|
* | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 6 | -7/+12 |
|\ |
|
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 6 | -7/+12 |
|
|
* | | 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 |
|
|
* | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 7 | -8/+142 |
|
|
* | | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 5 | -26/+30 |
|
|
* | | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r... | jan.nijtmans | 2019-09-24 | 1 | -0/+10 |
|/ |
|
* | Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,... | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|
|
* | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam) | fvogel | 2019-09-18 | 1 | -3/+4 |
|
|
* | (minor) Add missing initializer, and two /* FALLTHRU */ markers. | jan.nijtmans | 2019-09-17 | 2 | -1/+3 |
|
|
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -2/+2 |
|
|
* | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 4 | -20/+16 |
|
|
* | Fix [1424367fff]: image item with activeimage and bind to destroy - drag crash | fvogel | 2019-09-02 | 1 | -1/+1 |
|
|
* | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-28 | 4 | -1/+23 |
|\ |
|
| * | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO... | jan.nijtmans | 2019-08-27 | 4 | -14/+18 |
|
|
| * | Fix build on Cygwin | jan.nijtmans | 2019-08-27 | 1 | -0/+1 |
|
|
| * | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs. | fvogel | 2019-08-26 | 3 | -6/+6 |
|
|
| * | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-26 | 4 | -1/+18 |
|
|
* | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as... | fvogel | 2019-08-28 | 8 | -1902/+3988 |
|\ \
| |/
|/| |
|
| * | In Tk 8.6, there are only maximum 5 buttons ..... | jan.nijtmans | 2019-08-13 | 1 | -2/+1 |
|
|
| * | Fix change leftover by [77c5995568] | fvogel | 2019-08-13 | 1 | -1/+1 |
|
|
| * | Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, s... | jan.nijtmans | 2019-08-13 | 1 | -28/+13 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2019-08-13 | 6 | -23/+19 |
| |\ |
|
| * | | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 7 | -12/+4 |
|
|
| * | | Merge 8.6, and remove unused static function definition | jan.nijtmans | 2019-08-02 | 1 | -1/+0 |
| |\ \ |
|
| * \ \ | Merge 8.6 (and fix merge conflict arising from that) | jan.nijtmans | 2019-08-01 | 32 | -141/+77 |
| |\ \ \
| | |/ / |
|
| * | | | Remove the crazy function UpdateButtonEventState which was causing all this t... | culler | 2019-08-01 | 2 | -68/+1 |
|
|
| * | | | merge 8.6 main branch | dkf | 2019-06-16 | 2 | -5/+6 |
| |\ \ \ |
|
| * | | | | Release too stringent constraint on numObjects that triggered a failed assert... | fvogel | 2019-06-08 | 1 | -1/+1 |
|
|
| * | | | | merge core-8-6-branch | fvogel | 2019-06-08 | 11 | -174/+311 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0 | jan.nijtmans | 2019-05-15 | 17 | -230/+463 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-03-29 | 15 | -139/+149 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Tweaked comments | fvogel | 2019-02-03 | 1 | -6/+11 |
|
|
| * | | | | | | | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS). | gcramer | 2019-01-26 | 1 | -6/+0 |
|
|
| * | | | | | | | Per default debugging should be disabled. | gcramer | 2019-01-26 | 1 | -1/+1 |
|
|
| * | | | | | | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha... | gcramer | 2019-01-15 | 1 | -11/+13 |
|
|
| * | | | | | | | Fix in comparison of homegeneous equal sequences, a real problem with old imp... | gcramer | 2019-01-14 | 1 | -42/+58 |
|
|
| * | | | | | | | Superfluous comment removed. | gcramer | 2019-01-13 | 1 | -1/+0 |
|
|
| * | | | | | | | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'... | gcramer | 2019-01-13 | 6 | -32/+35 |
|
|
| * | | | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ... | gcramer | 2019-01-13 | 7 | -112/+225 |
|
|
| * | | | | | | | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ... | gcramer | 2019-01-10 | 1 | -8/+25 |
|
|