summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvPs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. More progress in converting strtod/strtoljan.nijtmans2023-09-041-24/+28
* More TIP #660jan.nijtmans2023-04-241-1/+1
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-1/+3
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-34/+32
* Put back (void)cdata, since it otherwise causes a warning on Win32jan.nijtmans2022-11-031-0/+2
* On MacOS, cdata is not unused!jan.nijtmans2022-11-031-1/+1
* TkCanvPostscriptCmd -> TkCanvPostscriptObjCmdjan.nijtmans2022-11-031-12/+9
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* Fix [424773a00c]: NULL dereference in PostscriptBitmap().fvogel2022-03-191-0/+12
|\
| * Fix [424773a00c]: NULL dereference in PostscriptBitmap(). Test canvPs-5.1 now...fvogel2022-02-261-0/+12
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-10/+6
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | Merge 8.6jan.nijtmans2020-06-081-1/+1
|\ \ | |/
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-121-1/+1
|\ \ | |/
| * Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-031-1/+1
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-1/+4
* | Merge 8.6jan.nijtmans2019-09-241-2/+2
|\ \ | |/
| * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-2/+2
* | Merge 8.6jan.nijtmans2019-06-251-1/+1
|\ \ | |/
| * CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-16/+16
* | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility.jan.nijtmans2018-09-061-4/+4
* | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ...jan.nijtmans2018-07-091-4/+4
|/
* Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-1/+1
* Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-101-6/+6
* Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-1/+1
* [Bug 3565533]: Purge use of variable that was only ever checked once immediatelydkf2012-09-071-9/+4
* minor improvements to flag handlingdkf2012-07-311-1/+1
* more reorganization of error codes: safety is common failure modedkf2012-07-301-1/+1
* Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-196/+218
* Much more cleaning up of result handling.dkf2012-07-231-4/+4
* consistent error formatting, added error codesdkf2012-07-211-26/+55
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-5/+3
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXDraw.c:das2004-02-231-4/+10
| * | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-101-2/+2
| * | Add missing headerdgp2008-12-221-1/+2
| * | Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-221-1/+3
| * | Backport of fix for [Bug 2107938].dkf2008-12-221-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-3/+3
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-18/+18
* | | Simplify the postscript generation.dkf2010-01-031-7/+21