summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvUtil.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-54/+32
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+6
|\
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-2/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-2/+10
| * argc -> objc where appropriatejan.nijtmans2022-07-121-2/+2
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-5/+5
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-9/+9
* | Fix crash in canvRect testcase. Adapt some more loops the same way, handling ...jan.nijtmans2022-06-231-1/+1
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-3/+3
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6jan.nijtmans2020-10-281-1/+1
|\ \ | |/
| * Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-1/+1
| |\
| | * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-281-1/+1
| | * (cherry-pick): Work around a few new gcc(-9) warnings. jan.nijtmans2020-02-241-2/+3
* | | Formatting and even more size_t usage.jan.nijtmans2020-05-251-4/+4
* | | More progressjan.nijtmans2020-05-221-8/+8
* | | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (...fvogel2020-03-291-10/+2
* | | Merge trunkjan.nijtmans2020-02-261-2/+3
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2020-02-241-2/+3
| |\ \ \ | | |/ /
| | * | Work around a few new gcc(-9) warnings.jan.nijtmans2020-02-241-2/+3
| | * | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-1/+0
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-28/+50
|/ / /
* | | Header include file cleanupjan.nijtmans2019-08-041-1/+0
* | | Document. Factor out basic rotation function.dkf2019-03-131-1/+37
|/ /
| |
| \
*-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
|\ \ \ | | |/
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-2/+2
| | |\
* | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-40/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-41/+41
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-41/+41
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-41/+41
| |/
* | Fix [f325020623898d6afe8bb73276459a922003c077|f325020623]: Tk crashes when dr...jan.nijtmans2017-01-031-2/+6
|\ \ | |/
| * Fix [f325020623898d6afe8bb73276459a922003c077|f325020623]: Tk crashes when dr...jan.nijtmans2017-01-031-2/+6
| * Remove unused variable. jan.nijtmans2013-04-031-0/+4
* | [ab6dab8393] OBOE in loop termination made corrupt dash lines in ps output.dgp2015-02-221-1/+1
* | more auditing of error codesdkf2012-07-301-1/+2
* | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-42/+56
* | consistent error formatting, added error codesdkf2012-07-211-16/+19
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | fix [Bug #220935] canvas dash update problemnijtmans2009-06-231-11/+7
| * | Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-211-7/+2
* | | Missing past ChangeLog entry, and unbreak debug-build.jan.nijtmans2011-03-171-3/+3
* | | Eliminate some more unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-141-3/+0
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-26/+24
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* | | fix [Bug #220935] canvas dash update problemmacosx_carbon_freezenijtmans2009-06-231-10/+6
* | | fix [Bug #220935] canvas dash update problemnijtmans2009-06-221-3/+3
* | | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun...ferrieux2008-11-271-7/+2