Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7. Also remove unused TkDisplay fields when compiling against Tcl ↵ | jan.nijtmans | 2019-08-04 | 1 | -0/+7 |
|\ | | | | | | | 9.0 headers | ||||
* | | Header include file cleanup | jan.nijtmans | 2019-08-04 | 7 | -12/+4 |
| | | |||||
* | | Tk_Offset -> offsetof | jan.nijtmans | 2019-08-04 | 1 | -41/+41 |
| | | |||||
* | | merge trunk (after fixing conflicts) | fvogel | 2019-08-04 | 76 | -1406/+1384 |
|\ \ | |/ | |||||
| * | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it. | jan.nijtmans | 2019-07-30 | 3 | -18/+18 |
| |\ | |||||
| | * | Two times Tcl_Free() -> ckfree() | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor ↵ | jan.nijtmans | 2019-07-30 | 7 | -11/+31 |
| | | | | | | | | | | | | | | | | | | <Button-7> events. This commit adds hardware-support for buttons 6-9 on MacOSX, and handles masking correct for all buttons 6-9. Not complete yet, but this is as far as we can go without needing a TIP. | ||||
| * | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in ↵ | jan.nijtmans | 2019-07-30 | 2 | -6/+6 |
| | | | | | | | | | | | | implementation, tests and documentation. | ||||
| * | | Fix a typo in the code that sets the size of the ring buffer | culler | 2019-07-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix a typo in the code that sets the size of the ring buffer | culler | 2019-07-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-07-23 | 6 | -100/+34 |
| |\ \ | | |/ | |||||
| | * | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be ↵ | jan.nijtmans | 2019-07-23 | 6 | -100/+34 |
| | | | | | | | | | | | | re-used in various places in stead of separate functions. | ||||
| * | | Backout [efab40f95b] that fixed [21525158b0]. This fix looked correct but it ↵ | fvogel | 2019-07-13 | 1 | -0/+11 |
| | | | | | | | | | | | | doesn't seem to handle transparency right, which apparently is the reason for problem [d66e6fabad] (SVG images: red and blue are swapped on Windows). | ||||
| * | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 8 | -11/+11 |
| |\ \ | | |/ | |||||
| | * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 8 | -11/+11 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 16 | -16/+16 |
| |\ \ | | |/ | |||||
| | * | Don't use "struct ThreadSpecificData", while the type name ↵ | jan.nijtmans | 2019-07-02 | 16 | -16/+16 |
| | | | | | | | | | | | | "ThreadSpecificData" is already sufficient. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2019-06-25 | 6 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 8 | -18/+18 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: ↵ | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | [505fe5a0e2] | ||||
| * | | Make better use of full range for string lengths, if Tk is compiled with Tcl ↵ | jan.nijtmans | 2019-06-21 | 2 | -9/+9 |
| | | | | | | | | | | | | 9.0 headers. | ||||
| * | | Eliminate some redundant type-casts | jan.nijtmans | 2019-06-21 | 5 | -14/+14 |
| | | | |||||
| * | | Resolve compiler warnings and segfault in imgListFormat tests. | dgp | 2019-06-21 | 1 | -6/+6 |
| | | | |||||
| * | | Make better use of the full range for Menu indexes, if Tk is compiled with ↵ | jan.nijtmans | 2019-06-21 | 2 | -39/+43 |
| | | | | | | | | | | | | Tcl 9.0 headers. | ||||
| * | | Handle SVG string > 2G, when compiled with Tcl 9 headers. Make ↵ | jan.nijtmans | 2019-06-20 | 2 | -16/+20 |
| | | | | | | | | | | | | TCL_INDEX_NONE symbol usable in Tk, even when compiled against Tcl 8.6 headers. | ||||
| * | | Merge 8.6. Code cleanup, possible because we know we are compiling in ↵ | jan.nijtmans | 2019-06-19 | 1 | -4/+4 |
| |\ \ | | |/ | | | | | | | UNICODE mode on Windows. | ||||
| | * | Define offsetof() macro for (very rare) platforms which don't have it. Don't ↵ | jan.nijtmans | 2019-06-15 | 1 | -3/+3 |
| | |\ | | | | | | | | | | | | | punish developers for using offsetof() in extensions, forgetting that ... | ||||
| | | * | Define offsetof() macro for (very rare) platforms which don't have it. Don't ↵ | jan.nijtmans | 2019-06-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | punish developers for using offsetof() in extensions, forgetting that ... | ||||
| * | | | TIP #528 impelemtation: Deprecate Tk_Offset() | jan.nijtmans | 2019-06-15 | 54 | -1176/+1178 |
| |\ \ \ | |||||
| | * \ \ | merge trunk | jan.nijtmans | 2019-06-05 | 16 | -206/+575 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge trunk | jan.nijtmans | 2019-05-10 | 50 | -178/+6219 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge trunk | jan.nijtmans | 2019-04-02 | 34 | -427/+590 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-01-13 | 56 | -350/+372 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2018-12-08 | 20 | -431/+75 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Tweaks related to Tk_ArgvInfo | jan.nijtmans | 2018-12-01 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Minor tweaks, mostly formatting | jan.nijtmans | 2018-12-01 | 7 | -12/+12 |
| | | | | | | | | | | |||||
| | * | | | | | | | | merge trunk | jan.nijtmans | 2018-12-01 | 3 | -9/+10 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2018-11-25 | 58 | -403/+649 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge trunk. More internal improvements | jan.nijtmans | 2018-10-15 | 5 | -12/+17 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2018-10-15 | 6 | -47/+54 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | |||||
| | * | | | | | | | | | | | More improvements, related to the deprecation of Tk_Offset | jan.nijtmans | 2018-10-11 | 10 | -135/+154 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 53 | -1168/+1166 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed window | fvogel | 2019-06-15 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Change the fix (see details in ticket [75b8fbfd77]) | fvogel | 2019-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed window | fvogel | 2019-06-09 | 1 | -2/+3 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Reduce the number of unnecessary end-of-line spacings | jan.nijtmans | 2019-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Remove unused static function definition (same as [2136a574]) | fvogel | 2019-08-04 | 1 | -1/+0 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState ↵ | fvogel | 2019-08-04 | 2 | -68/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which was causing trouble. | ||||
* | | | | | | | | | | | | Release too stringent constraint on numObjects that triggered a failed ↵ | fvogel | 2019-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assertion (numObjects > 0) when running test treeview-368fa4561e. The previous implementation of tkBind.c did not have such a constraint, and the new implementation does not either. We musn't change the interface of Tk_BindEvent() - the man page does not say that numObjects must not be zero therefore we must support this case. |