summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvImg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Fix indentingjan.nijtmans2024-07-121-1/+1
|\
* | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-2/+2
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-10/+6
* | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-2/+2
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-2/+2
|\ \ | |/
| * argc -> objc where appropriatejan.nijtmans2022-07-121-5/+5
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-9/+9
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-5/+5
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | More progressjan.nijtmans2020-05-221-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-1/+6
* | Merge trunkjan.nijtmans2019-05-101-1/+38
|\ \
| * | Document. Factor out basic rotation function.dkf2019-03-131-10/+3
| * | More item typesdkf2019-03-111-1/+45
| |/
* | Merge 8.7jan.nijtmans2019-01-131-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-1/+1
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-1/+1
| | | |\
| * | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-4/+4
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-4/+4
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-4/+4
| | |/
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-5/+5
|/ /
* | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-5/+9
* | consistent error formatting, added error codesdkf2012-07-211-1/+5
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-14/+8
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-7/+9
* | | 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-3/+3
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-7/+7
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-5/+5
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-7/+5
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-15/+15
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | ANSIfydkf2005-11-041-265/+256
* | * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-6/+8
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
|/
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-43/+37
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* * generic/tkStubInit.c:hobbs1999-12-141-35/+255
* * Merged 8.1 branch into the main trunkstanton1999-04-161-7/+9