summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-win32-print.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-28Improve code readability.Matthew Petroff1-34/+34
2013-08-28Fix Windows build.Matthew Petroff1-3/+3
2013-08-21better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem1-12/+0
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-2/+1
2013-08-01Fixed Windows compile bug.Matthew Petroff1-35/+36
2013-08-01Fixed Windows compile bug.Matthew Petroff1-35/+35
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+0
2012-09-23Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v1-942/+0
2012-05-27emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner1-7/+1
2012-04-20cppcheckKris De Gussem1-3/+1
2012-04-20Memory leak fix. (Bug #986271) Code supplied by David Mathog.Kris De Gussem1-5/+16
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-19/+1
2012-01-24emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner1-1/+1
2011-11-19variable initialisationKris De Gussem1-36/+20
2011-10-20cppcheckKris De Gussem1-1/+1
2011-08-30fix compilation after const change in r10589Johan B. C. Engelen1-5/+5
2011-08-29Fix compilation on Windows after libnr removalKrzysztof Kosi??ski1-1/+1
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-11/+9
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+8
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-06-04Possible Win32 compile fix.Jon A. Cruz1-1/+2
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-82/+36
2011-02-02update to latest 2geom !Johan B. C. Engelen1-11/+11
2011-01-07Export. add emf text rotation (Bug 681262)Alvin Penner1-6/+6
2011-01-04disable Rectangle and Ellipse (Bug 407394)Alvin Penner1-16/+16
2010-12-15Win32 post-GSoC fixups.Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-03-02Removing the polyline simplification. Fix for bug #335437 + bug #307783 (miss...Ulf Erikson1-9/+2
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-10/+0
2008-12-16fix compile after rev 20377Johan B. C. Engelen1-1/+1
2008-10-31Merge from trunkTed Gould1-4/+3
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-2/+0
2008-09-102geomify, remove warnings and other fixesUlf Erikson1-219/+242
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-1/+0
2008-08-31remove unused variablesJohan B. C. Engelen1-8/+7
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-36/+36
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-04EMF export patches submitted by SaGSUlf Erikson1-32/+27
2008-07-14Minor fixes for emf input/output on windowsUlf Erikson1-16/+68
2008-07-122geomify print, fill and stroke methods of extensionsJohan B. C. Engelen1-5/+11
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-22Improved emf handlingUlf Erikson1-29/+198
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-2/+2
2008-04-23Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan1-2/+2
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1