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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unduplicate some code in the metafile printing extensions
Krzysztof Kosi??ski
2013-09-01
10
-2183
/
+1843
*
update cmakefiles
Campbell Barton
2013-08-31
1
-0
/
+2
*
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
30
-952
/
+714
|
\
|
|
*
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
|
|
/
|
*
Remove the disabled script dialog and the nonfunctional Java binding
Krzysztof Kosi??ski
2013-07-23
5
-352
/
+0
|
*
Added "dbus-name" command line option to allow a D-Bus bus name other than
Eric Greveson
2013-07-10
4
-7
/
+37
|
*
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
2013-07-04
6
-400
/
+424
|
*
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
4
-182
/
+130
|
*
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
2013-07-03
6
-68
/
+29
|
*
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
2013-07-03
7
-162
/
+285
|
*
Added error messages when attempting to use verbs requiring GUI in
Eric Greveson
2013-07-01
1
-1
/
+4
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
5
-7
/
+9
|
*
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
24
-14
/
+202
|
\
|
|
*
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
3
-0
/
+12
|
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
16
-0
/
+32
|
*
Refactor: Changed some functions from Extension to const.
VinÃcius dos Santos Oliveira
2013-06-05
2
-12
/
+12
|
*
Add command line option to specify PDF export version. Patch from schwieni.
VinÃcius dos Santos Oliveira
2013-06-05
6
-1
/
+78
|
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
16
-0
/
+31
|
*
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
3
-11
/
+47
|
\
|
|
*
Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.
Nicolas Dufour
2013-05-13
1
-0
/
+2
|
*
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
15
-202
/
+226
|
\
|
|
*
Fix for 1171434 : trunk: INX <optiongroup> broken^
John Smith
2013-05-05
2
-3
/
+27
|
*
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
5
-702
/
+428
|
\
|
|
*
NULL pointer checks
Kris De Gussem
2013-04-08
1
-33
/
+48
[next]