summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvPs.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.nijtmans@users.sourceforge.net2014-02-101-6/+6
* Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...nijtmans@users.sourceforge.net2013-03-071-1/+1
* [Bug 3565533]: Purge use of variable that was only ever checked once immediatelydonal.k.fellows@manchester.ac.uk2012-09-071-9/+4
* minor improvements to flag handlingdonal.k.fellows@manchester.ac.uk2012-07-311-1/+1
* more reorganization of error codes: safety is common failure modedonal.k.fellows@manchester.ac.uk2012-07-301-1/+1
* Postscript generation now uses Tcl_Objs more extensively; still nasty in places.donal.k.fellows@manchester.ac.uk2012-07-271-196/+218
* Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-231-4/+4
* consistent error formatting, added error codesdonal.k.fellows@manchester.ac.uk2012-07-211-26/+55
* Working towards adding all the Tcl_SetErrorCode calls that should be there.donal.k.fellows@manchester.ac.uk2012-07-161-5/+3
* Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| | * * macosx/tkMacOSXDraw.c:das2004-02-231-4/+10
| * | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]donal.k.fellows@manchester.ac.uk2009-04-101-2/+2
| * | Add missing headerdgp@users.sourceforge.net2008-12-221-1/+2
| * | Forgot that I had to add code to propagate the tkwin through the psInfoPtr.donal.k.fellows@manchester.ac.uk2008-12-221-1/+3
| * | Backport of fix for [Bug 2107938].donal.k.fellows@manchester.ac.uk2008-12-221-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedonal.k.fellows@manchester.ac.uk2011-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.donal.k.fellows@manchester.ac.uk2010-01-031-7/+21
* | | oopsdonal.k.fellows@manchester.ac.uk2009-05-011-2/+1
* | | Factor out some of the postscript generation code to the PS prolog.donal.k.fellows@manchester.ac.uk2009-05-011-171/+51
* | | Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-7/+7
* | | fix warningdas2008-12-051-1/+2
* | | Improve the code to convert from pixels to pointsdonal.k.fellows@manchester.ac.uk2008-12-051-4/+7
* | | Clean up PS prolog generation, getting rid of an obsolete file, and stop textdonal.k.fellows@manchester.ac.uk2008-12-051-6/+8
* | | Implementation of TIP 97 - canvas imove and rchars methods.donal.k.fellows@manchester.ac.uk2008-11-011-3/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-271-6/+6
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | header cleanupdgp@users.sourceforge.net2007-09-071-2/+1
* | Tackle [Bug 1711985]donal.k.fellows@manchester.ac.uk2007-05-031-11/+11
* | ANSIfydonal.k.fellows@manchester.ac.uk2005-11-041-766/+733
* | * macosx/tkMacOSXDraw.c:das2004-02-231-4/+10
* | Use Tcl_Obj-based interfaces for working with user-supplied font maps.donal.k.fellows@manchester.ac.uk2003-08-201-27/+24
|/
* (TkPostscriptImage): remove unused depth var. [Bug #664787]hobbs2003-02-181-3/+2
* * generic/tkCanvPs.c (TkImageGetColor): corrected bogus use ofhobbs2002-10-101-12/+28
* * tests/canvPs.test: tests for canvas embedded window ps generationhobbs2002-10-101-14/+36
* Applied companion patch for Tcl Patch 585105,dgp@users.sourceforge.net2002-08-051-3/+3
* Applied patch #546910 -- international postscript outputa_kovalenko2002-06-251-324/+11
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp@users.sourceforge.net2002-01-251-5/+7
* * generic/tkImage.c (Tk_PostscriptImage): added check to createhobbs2000-04-251-2/+464
* * generic/tkStubInit.c:hobbs1999-12-141-104/+400
* * Merged 8.1 branch into the main trunkstanton1999-04-161-24/+25
* Added missing line terminatorcore_8_0_3stanton1998-09-221-2/+2
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-2/+2
* plugin updateswelch1998-06-271-95/+318
* Initial revisionrjohnson1998-04-011-0/+1163