| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust comments in PickCurrentItem(), TkTextPickCurrent() and CoreEventProc(). | fvogel | 2024-03-13 | 1 | -3/+11 |
|
|
* | Do away with all those type-casts. Compatibility with 9.0 is still no issue | jan.nijtmans | 2023-10-11 | 1 | -3/+3 |
|
|
* | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|
|
* | Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu... | jan.nijtmans | 2022-10-27 | 1 | -9/+9 |
|
|
* | argc -> objc where appropriate | jan.nijtmans | 2022-07-12 | 1 | -13/+13 |
|
|
* | Better solution for previous commit: See: [https://developercommunity.visuals... | jan.nijtmans | 2022-05-22 | 1 | -1/+1 |
|
|
* | Unbreak the MSVC build. It was broken since [4854aa11], which produced warnin... | fvogel | 2022-05-20 | 1 | -1/+1 |
|
|
* | Unnecessary type-casts | jan.nijtmans | 2022-05-08 | 1 | -11/+11 |
|
|
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -2/+6 |
|
|
* | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -41/+34 |
|
|
* | Fix 2 places where using "unsigned long" is overkill on 64-bit platforms | jan.nijtmans | 2020-08-21 | 1 | -3/+3 |
|
|
* | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for... | jan.nijtmans | 2020-07-15 | 1 | -2/+2 |
|
|
* | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|
|
* | Update leftover comments that didn't follow the changes made in [0deef053f6] | fvogel | 2020-06-06 | 1 | -2/+2 |
|
|
* | Don't shuffle tags when moving the 'current' tag among items. | fvogel | 2019-12-24 | 1 | -1/+3 |
|
|
* | Fix error (with no consequence) in sizeof() request, and remove useless cast ... | fvogel | 2019-12-24 | 1 | -2/+2 |
|
|
* | Restore tabs on lines that were actually not changed by the fix. | fvogel | 2019-12-24 | 1 | -5/+5 |
|
|
* | Refine the second implementation fixing [587937fff]: Don't shuffle tag list s... | fvogel | 2019-12-24 | 1 | -8/+1 |
|
|
* | A second (and better) implementation fixing [587937fff]: Don't shuffle tag li... | fvogel | 2019-12-24 | 1 | -6/+22 |
|
|
* | A first implementation fixing [587937fff]: Don't shuffle tag list sequence up... | fvogel | 2019-12-24 | 1 | -7/+11 |
|
|
* | Fix [1424367fff]: image item with activeimage and bind to destroy - drag crash | fvogel | 2019-09-02 | 1 | -1/+1 |
|
|
* | A few more places where "unsigned long" should have been used. | jan.nijtmans | 2019-08-13 | 1 | -1/+1 |
|
|
* | Use "unsigned long" as type for "mask" variables containing X11 button-masks ... | jan.nijtmans | 2019-08-13 | 1 | -2/+2 |
|
|
* | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r... | jan.nijtmans | 2019-07-23 | 1 | -23/+3 |
|
|
* | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -2/+2 |
|
|
*-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -3/+3 |
|\ \ |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -4/+4 |
| | |\ |
|
* | | \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -7/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
|
|
* | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
| |/ |
|
| * | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+13 |
|
|
| * | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -13/+0 |
|
|
| * | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+13 |
|
|
| * | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] | jan.nijtmans | 2011-11-17 | 1 | -0/+1 |
| |\ |
|
| | * | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] | jan.nijtmans | 2011-11-17 | 1 | -0/+1 |
|
|
* | | | Fix coding style and a comment. | fvogel | 2017-09-17 | 1 | -8/+8 |
|
|
* | | | Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ... | fvogel | 2017-09-17 | 1 | -2/+7 |
|
|
* | | | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+13 |
|
|
* | | | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -13/+0 |
|
|
* | | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+13 |
|
|
* | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th... | jan.nijtmans | 2013-03-07 | 1 | -4/+13 |
|
|
* | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -8/+8 |
|
|
* | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -8/+8 |
|
|
* | | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -3/+4 |
|
|
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 1 | -1/+1 |
|
|
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -3/+6 |
|
|
* | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -1/+1 |
|
|
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -24/+41 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -24/+21 |
|
|