summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-win32-inout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-28Improve code readability.Matthew Petroff1-5/+5
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-0/+4
2013-08-01Fixed Windows compile bug.Matthew Petroff1-5/+5
2013-08-01Fixed Windows compile bug.Matthew Petroff1-6/+7
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-1/+0
2012-11-11emf import. modify sequence of operations to load file EMF_Illustrator_a4.emf...Alvin Penner1-9/+14
2012-10-10emf import. re-implement filtering of isolated control characters (Bug 217231)Alvin Penner1-0/+4
2012-10-06emf import. support for PATCOPY in EMR_BITBLT (Bug 1060141)Alvin Penner1-1/+1
2012-09-23Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v1-2569/+0
2012-09-01emf import. add support for EMR_PIE element (Bug 1040339)Alvin Penner1-0/+43
2012-07-02emf import. missing tick marks (Bug 715692)Alvin Penner1-1/+2
2012-05-27emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner1-5/+6
2012-04-29emf import. use EMR_EXTSELECTCLIPRGN to cancel clipping (Bug 990083)Alvin Penner1-0/+6
2012-04-20cppcheck / fix issue in Dutch translationKris De Gussem1-5/+3
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2011-10-09modify scaling of vertical offset for text placement (Bug 868594)Alvin Penner1-6/+6
2011-10-07emf import. allow EMR_MOVETOEX to occur before EMR_BEGINPATH (Bug 858369)Alvin Penner1-3/+6
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-7/+6
2011-08-03emf import. re-evaluate scaling formulas (Bug 341847, comment 7)Alvin Penner1-22/+4
2011-06-04Possible Win32 compile fix.Jon A. Cruz1-1/+2
2011-04-27emf import. support for clip rectangle (Bug 383180)Alvin Penner1-14/+53
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-32/+8
2011-03-31emf import. limited support for EMR_BITBLT (Bug 382421)Alvin Penner1-0/+29
2011-03-24emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420)Alvin Penner1-0/+9
2011-03-08emf import. remove numerical id's (Bug 552351)Alvin Penner1-10/+10
2011-02-21emf import. support for round rectangle (Bug 247695)Alvin Penner1-13/+47
2011-02-10emf import. support for unicode textAlvin Penner1-10/+10
2011-01-27emf import : recalculate text alignment for rotated text (Bug 341847)Alvin Penner1-2/+7
2011-01-25emf import: redefine the device scale (Bug 341847)Alvin Penner1-10/+15
2010-12-15Missed a win32 fix.Jon A. Cruz1-1/+1
2010-12-15Win32 post-GSoC fixups.Jon A. Cruz1-3/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-18/+0
2010-08-04Added reinterpret_cast to work around a difference of opinion between gcc ver...Jasper van de Gronde1-1/+2
2010-08-04Small fix to emf filter that makes it build using TDM's mingw 4.5.0Jasper van de Gronde1-1/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-4/+0
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-0/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-04-06functional noop: (EmfWin32::save): Remove an unneeded strdup operation.Peter Moulder1-6/+3
2008-10-31Merge from trunkTed Gould1-12/+7
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2008-09-102geomify, remove warnings and other fixesUlf Erikson1-256/+341
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-14Minor fixes for emf input/output on windowsUlf Erikson1-123/+293
2008-05-22Improved emf handlingUlf Erikson1-175/+642
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-3/+3
2007-11-25Export/Import text as text + some bug-fixes.Ulf Erikson1-34/+338