| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -101/+128 |
|
|
* | | | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]. | ferrieux | 2011-11-14 | 1 | -0/+1 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 |
|
|
| | * | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-29 | 1 | -8/+25 |
|
|
| | * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -6/+5 |
|
|
| | * | typo | dgp | 2005-06-21 | 1 | -2/+2 |
|
|
| | * | Backport fix for [Bug 1114977]; canvas tag searches now work with threads. | dkf | 2005-06-03 | 1 | -81/+146 |
|
|
| * | | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 1 | -2/+6 |
|
|
| * | | Apply patch [#2932808]: Canvas items | nijtmans | 2010-01-18 | 1 | -1/+23 |
|
|
| * | | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 1 | -2/+2 |
|
|
| * | | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -32/+29 |
|
|
* | | | Eliminate many unnecessary (ClientData) type casts. | nijtmans | 2010-06-15 | 1 | -4/+3 |
|
|
* | | | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -2/+2 |
|
|
* | | | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 1 | -2/+6 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -36/+58 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+4 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -6/+6 |
|
|