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