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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unduplicate some code in the metafile printing extensions
Krzysztof Kosi??ski
2013-09-01
9
-2183
/
+1841
*
Move libuemf to a separate directory.
Krzysztof Kosi??ski
2013-08-31
24
-26241
/
+13
*
Merge in pdf work by david bild, thanks David\!
Martin Owens
2013-08-30
8
-18
/
+112
|
\
|
*
use multiple graphic/text layers for pdf+latex output
David R. Bild
2013-08-29
4
-6
/
+90
|
*
Move omit text feature from cairo renderer to context
David R. Bild
2013-08-26
6
-12
/
+22
*
|
adapt to changes in r12471 (unit refactoring)
su_v
2013-08-29
4
-18
/
+14
*
|
merge from trunk (r12487)
su_v
2013-08-29
13
-71
/
+95
|
\
|
|
*
better memory leak fix (fixes bug 986271: memory leaks associated with images)
Kris De Gussem
2013-08-21
2
-19
/
+0
|
*
Allow Object to Path verb from non-GUI (DBus) interface
Eric Greveson
2013-08-12
1
-1
/
+1
|
*
Merge Google Summer of Code unit refactor.
Matthew Petroff
2013-08-06
10
-71
/
+69
|
|
\
|
|
*
Fixed Windows compile bug.
Matthew Petroff
2013-08-01
2
-40
/
+41
|
|
*
Fixed Windows compile bug.
Matthew Petroff
2013-08-01
2
-41
/
+42
|
|
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
10
-30
/
+26
|
*
|
code cleanup (cppcheck)
Johan B. C. Engelen
2013-08-05
8
-25
/
+24
|
*
|
pdf import. re-define tiling pattern scaling matrix (Bug 1168908)
Alvin Penner
2013-08-03
1
-1
/
+19
|
|
/
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
2
-2
/
+3
|
*
odf metadata - let's begin with a first step to full ODF compatibility
Kris De Gussem
2013-06-21
1
-17
/
+27
*
|
patch of David Mathog in bugtread 988601 comment 186
Kris De Gussem
2013-08-15
1
-2
/
+1
*
|
merge from trunk (r12380)
su_v
2013-06-19
7
-4
/
+56
|
\
|
|
*
Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.
Jon A. Cruz
2013-06-07
3
-0
/
+16
|
*
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
2013-06-07
1
-0
/
+4
|
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
3
-0
/
+6
|
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
3
-0
/
+6
|
*
Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.
Tavmjong Bah
2013-05-29
1
-4
/
+24
*
|
changes_2013_05_22a.patch:
David Mathog
2013-06-19
8
-400
/
+1104
*
|
merge from trunk (r12337)
su_v
2013-05-16
2
-11
/
+45
|
\
|
|
*
Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resoluti...
Nicolas Dufour
2013-05-12
2
-11
/
+45
*
|
merge from trunk (r12322)
su_v
2013-05-05
13
-199
/
+199
|
\
|
|
*
Fix UI after inclusion of gimp style sliders
Kris De Gussem
2013-05-02
6
-126
/
+126
|
*
Fix UI after inclusion of gimp style sliders
Kris De Gussem
2013-05-01
5
-63
/
+63
|
*
UI messages
Kris De Gussem
2013-04-29
1
-2
/
+2
|
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-8
/
+8
*
|
merge from trunk (r12305)
su_v
2013-04-27
2
-38
/
+33
|
\
|
|
*
minor odg export update
Kris De Gussem
2013-04-20
2
-38
/
+33
*
|
merge from trunk (r12281)
su_v
2013-04-18
2
-55
/
+36
|
\
|
|
*
odg export: some work on gradients
Kris De Gussem
2013-04-12
2
-55
/
+36
*
|
merge from trunk (r12272)
su_v
2013-04-08
3
-668
/
+379
|
\
|
|
*
odf export: code clean up and preparatory work to allow gradients in export. ...
Kris De Gussem
2013-04-03
2
-665
/
+376
|
*
Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pd...
Nicolas Dufour
2013-03-30
1
-3
/
+3
*
|
merge from trunk (r12258)
su_v
2013-03-29
1
-3
/
+2
|
\
|
|
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-3
/
+2
*
|
merge from trunk (r12240)
su_v
2013-03-24
5
-10
/
+10
|
\
|
|
*
Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...
Nicolas Dufour
2013-03-24
2
-6
/
+6
|
*
Convert a couple of C-style pointer casts
Alex Valavanis
2013-03-23
2
-3
/
+3
|
*
filter name is random filter232 when first added
Raphael Rosch
2013-03-22
1
-1
/
+1
*
|
988601-changes_2013_03_20a.patch
David Mathog
2013-03-21
7
-84
/
+103
*
|
INX: fix typo in internal WMF input/output filetypename
su_v
2013-03-19
1
-2
/
+2
*
|
changes_2013_03_18c.patch
David Mathog
2013-03-19
13
-4097
/
+4585
*
|
merge from trunk (r12209)
su_v
2013-03-15
5
-9
/
+10
|
\
|
|
*
Fix missing Gtkmm/Glib headers for Gtk+ 3 build
Alex Valavanis
2013-03-15
1
-0
/
+1
[next]