summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* Don't shuffle tags when moving the 'current' tag among items.fvogel2019-12-241-1/+3
* Fix error (with no consequence) in sizeof() request, and remove useless cast ...fvogel2019-12-241-2/+2
* Restore tabs on lines that were actually not changed by the fix.fvogel2019-12-241-5/+5
* Refine the second implementation fixing [587937fff]: Don't shuffle tag list s...fvogel2019-12-241-8/+1
* A second (and better) implementation fixing [587937fff]: Don't shuffle tag li...fvogel2019-12-241-6/+22
* A first implementation fixing [587937fff]: Don't shuffle tag list sequence up...fvogel2019-12-241-7/+11
* Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-021-1/+1
* A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-131-1/+1
* Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-2/+2
* New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-23/+3
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-2/+2
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+3
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-4/+4
| | |\
* | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-7/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-8/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-8/+8
| |/
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+13
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-13/+0
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+13
| * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
| |\
| | * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
* | | Fix coding style and a comment.fvogel2017-09-171-8/+8
* | | Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ...fvogel2017-09-171-2/+7
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+13
* | | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-13/+0
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+13
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-4/+13
* | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-8/+8
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-8/+8
* | | some more int -> size_t changesjan.nijtmans2013-02-011-3/+4
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-1/+1
* | | more auditing of error codesdkf2012-07-301-3/+6
* | | Working towards making the error codes more consistent.dkf2012-07-301-1/+1
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-24/+41
* | | Much more cleaning up of result handling.dkf2012-07-231-24/+21
* | | consistent error formatting, added error codesdkf2012-07-211-101/+128
* | | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower].ferrieux2011-11-141-0/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-8/+25
| | * Fix [Bug 1252702]dkf2005-08-111-6/+5
| | * typodgp2005-06-211-2/+2
| | * Backport fix for [Bug 1114977]; canvas tag searches now work with threads.dkf2005-06-031-81/+146
| * | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+6
| * | Apply patch [#2932808]: Canvas itemsnijtmans2010-01-181-1/+23
| * | Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-2/+2
| * | * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5