summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvArc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-121-3/+3
|\
| * Merge 8.7. Fix indentingjan.nijtmans2024-07-121-3/+3
| |\
* | \ Merge 8.7jan.nijtmans2024-03-231-3/+3
|\ \ \ | |/ /
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-3/+3
* | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
|\ \ \ | |/ /
| * | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
* | | Rebase to trunk.jan.nijtmans2023-11-081-2/+2
|\ \ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2023-03-311-13/+13
| |\ \
| * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-2/+2
* | | | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-2/+2
| |/ / |/| |
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-13/+13
|/ /
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-2/+2
|\ \ | |/
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-9/+9
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-5/+5
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-10-051-24/+15
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-24/+22
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-221-5/+5
* | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (...fvogel2020-03-291-26/+7
* | TIP 569 remove lint commentsdgp2020-03-181-3/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-6/+16
* | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca...fvogel2019-09-291-1/+1
* | Merge chavez-canvas branchKevin Walzer2019-09-291-1/+2
|\ \ | |/
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-1/+2
* | Merge trunkjan.nijtmans2019-05-101-12/+83
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-091-1/+1
| |\ \ | | |/
| * | Fix [6ce6e74635]: TIP415 implementation does not handle small arcs correctlyfvogel2019-04-141-11/+25
| |\ \
| | * | Improved patch to deal with zero length arcs specified by their height.fvogel2019-04-071-21/+17
| | * | Remove the error that was triggering with very small arcs while still prevent...fvogel2019-04-031-15/+18
| | * | Fix formattingfvogel2019-01-211-8/+8
| | * | Rebase to latest trunkjan.nijtmans2019-01-201-4/+19
| | |\ \
| | | * | Fix proposal by Simon Geard for [6ce6e74635]: TIP415 implementation does not ...fvogel2018-12-311-4/+19
| | | * | Merge 8.6jan.nijtmans2018-12-201-60/+58
| | | |\ \
| * | | | | Make some items have a virtual centre point to move. Much saner behaviour.dkf2019-03-151-10/+14
| * | | | | Document. Factor out basic rotation function.dkf2019-03-131-17/+15
| * | | | | Starting to build out the per-item implementationsdkf2019-03-111-1/+56
| |/ / / /
* | | | | Merge 8.7jan.nijtmans2019-01-131-20/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-01-101-20/+20
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-17/+19
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-20/+20
| | | | |\ \
| | | | | * | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+3
| | * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-54/+54
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | / | | | |_|_|/ | | |/| | |
| | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-58/+58
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-60/+58
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-60/+58
| | | |/
* | | | Merge trunkjan.nijtmans2018-11-251-11/+125
|\ \ \ \ | |/ / /
| * | | Clean up prior to TIP votedkf2018-10-201-38/+65
| * | | merge trunkjan.nijtmans2016-03-041-7/+7
| |\ \ \ | | |/ /
| * | | Changes from Simon Geard to act as baseline implementation of TIP #415.dkf2012-11-081-10/+97
| |/ /