summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-win32-print.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-231-942/+0
* emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner2012-05-271-7/+1
* cppcheckKris De Gussem2012-04-201-3/+1
* Memory leak fix. (Bug #986271) Code supplied by David Mathog.Kris De Gussem2012-04-201-5/+16
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-19/+1
* emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner2012-01-241-1/+1
* variable initialisationKris De Gussem2011-11-191-36/+20
* cppcheckKris De Gussem2011-10-201-1/+1
* fix compilation after const change in r10589Johan B. C. Engelen2011-08-301-5/+5
* Fix compilation on Windows after libnr removalKrzysztof Kosi??ski2011-08-291-1/+1
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-11/+9
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+8
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Merge from trunkKrzysztof Kosi??ski2011-06-191-4/+3
|\
| * Possible Win32 compile fix.Jon A. Cruz2011-06-041-1/+2
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-3/+1
* | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-82/+36
|/
* update to latest 2geom !Johan B. C. Engelen2011-02-021-11/+11
* Export. add emf text rotation (Bug 681262)Alvin Penner2011-01-071-6/+6
* disable Rectangle and Ellipse (Bug 407394)Alvin Penner2011-01-041-16/+16
* Win32 post-GSoC fixups.Jon A. Cruz2010-12-151-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+7
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* Removing the polyline simplification. Fix for bug #335437 + bug #307783 (miss...Ulf Erikson2009-03-021-9/+2
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-10/+0
* fix compile after rev 20377Johan B. C. Engelen2008-12-161-1/+1
* Merge from trunkTed Gould2008-10-311-4/+3
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-101-2/+0
* 2geomify, remove warnings and other fixesUlf Erikson2008-09-101-219/+242
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen2008-09-071-1/+0
* remove unused variablesJohan B. C. Engelen2008-08-311-8/+7
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-36/+36
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* EMF export patches submitted by SaGSUlf Erikson2008-08-041-32/+27
* Minor fixes for emf input/output on windowsUlf Erikson2008-07-141-16/+68
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-5/+11
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* Improved emf handlingUlf Erikson2008-05-221-29/+198
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-2/+2
* Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan2008-04-231-2/+2
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
* fix include pathsJohan B. C. Engelen2008-04-151-1/+1
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-5/+5
* Export/Import text as text + some bug-fixes.Ulf Erikson2007-11-251-6/+177
* Purged fill type, stroke type enumAdib Taraben2007-09-111-2/+2