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-print.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-28
Improve code readability.
Matthew Petroff
1
-34
/
+34
2013-08-28
Fix Windows build.
Matthew Petroff
1
-3
/
+3
2013-08-21
better memory leak fix (fixes bug 986271: memory leaks associated with images)
Kris De Gussem
1
-12
/
+0
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-2
/
+1
2013-08-01
Fixed Windows compile bug.
Matthew Petroff
1
-35
/
+36
2013-08-01
Fixed Windows compile bug.
Matthew Petroff
1
-35
/
+35
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-2
/
+0
2012-09-23
Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)
su_v
1
-942
/
+0
2012-05-27
emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)
Alvin Penner
1
-7
/
+1
2012-04-20
cppcheck
Kris De Gussem
1
-3
/
+1
2012-04-20
Memory leak fix. (Bug #986271) Code supplied by David Mathog.
Kris De Gussem
1
-5
/
+16
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-19
/
+1
2012-01-24
emf export. change text height property lfHeight from + to - (Bug 919728)
Alvin Penner
1
-1
/
+1
2011-11-19
variable initialisation
Kris De Gussem
1
-36
/
+20
2011-10-20
cppcheck
Kris De Gussem
1
-1
/
+1
2011-08-30
fix compilation after const change in r10589
Johan B. C. Engelen
1
-5
/
+5
2011-08-29
Fix compilation on Windows after libnr removal
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-27
Remove NRRect use from the extension system
Krzysztof Kosi??ski
1
-11
/
+9
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-11
/
+8
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-06-04
Possible Win32 compile fix.
Jon A. Cruz
1
-1
/
+2
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-82
/
+36
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-11
/
+11
2011-01-07
Export. add emf text rotation (Bug 681262)
Alvin Penner
1
-6
/
+6
2011-01-04
disable Rectangle and Ellipse (Bug 407394)
Alvin Penner
1
-16
/
+16
2010-12-15
Win32 post-GSoC fixups.
Jon A. Cruz
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
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-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-03-02
Removing the polyline simplification. Fix for bug #335437 + bug #307783 (miss...
Ulf Erikson
1
-9
/
+2
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-2
/
+2
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-10
/
+0
2008-12-16
fix compile after rev 20377
Johan B. C. Engelen
1
-1
/
+1
2008-10-31
Merge from trunk
Ted Gould
1
-4
/
+3
2008-09-10
LIBNR REMOVAL. remove nartbpath code!!!
Johan B. C. Engelen
1
-2
/
+0
2008-09-10
2geomify, remove warnings and other fixes
Ulf Erikson
1
-219
/
+242
2008-09-07
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...
Johan B. C. Engelen
1
-1
/
+0
2008-08-31
remove unused variables
Johan B. C. Engelen
1
-8
/
+7
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-36
/
+36
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-04
EMF export patches submitted by SaGS
Ulf Erikson
1
-32
/
+27
2008-07-14
Minor fixes for emf input/output on windows
Ulf Erikson
1
-16
/
+68
2008-07-12
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
1
-5
/
+11
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-05-22
Improved emf handling
Ulf Erikson
1
-29
/
+198
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+2
2008-04-23
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
1
-2
/
+2
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
[next]