summaryrefslogtreecommitdiffstats
path: root/generic/tkRectOval.c
Commit message (Expand)AuthorAgeFilesLines
* Still more int -> Tcl_Sizejan.nijtmans2023-04-251-1/+1
* Fix [f4d9d74df6]: ignored -disabledwidth for canvas rectangle and oval items....fvogel2023-04-101-1/+1
|\
| * Fix [f4d9d74df6]: ignored -disabledwidth for canvas rectangle and oval items....fvogel2023-04-101-1/+1
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-15/+10
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-1/+1
|\ \ | |/
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-8/+8
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | More progressjan.nijtmans2020-05-221-1/+1
* | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (...fvogel2020-03-291-16/+3
* | TIP 569 remove lint commentsdgp2020-03-181-5/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-0/+6
* | 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-2/+57
|\ \
| * | Make some items have a virtual centre point to move. Much saner behaviour.dkf2019-03-151-12/+16
| * | Document. Factor out basic rotation function.dkf2019-03-131-16/+13
| * | All standard item types now have rotation proc callbacks.dkf2019-03-111-2/+56
| |/
* | Merge 8.7jan.nijtmans2019-01-131-20/+19
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-01-131-2/+1
| |\
| | * Not actually necessary to fix those (they don't give warnings because those a...jan.nijtmans2019-01-131-1/+1
| | |
| | \
| *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-18/+18
| |\ \ \ | | | |/
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-18/+18
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-4/+4
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-46/+46
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-47/+47
| * | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-261-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-261-1/+1
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-50/+50
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-50/+50
| | |/
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-22/+22
|/ /
* | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas itemsfvogel2017-09-091-5/+97
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* | Working towards making the error codes more consistent.dkf2012-07-301-1/+1
* | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-13/+57
* | Much more cleaning up of result handling.dkf2012-07-231-17/+17
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-4/+2
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * changes: updates for 8.4.14 release.das2006-10-161-1/+10
| | * * generic/tkRectOval.c (ComputeRectOvalBbox): Mac OS X specificdas2004-07-271-1/+8
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-6/+6
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-16/+17
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-16/+11
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-31/+30
|/ /