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
/
pdfinput
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert unintended changes.
Tavmjong Bah
2015-05-27
2
-159
/
+8
*
Add 'font-variant-xxx' to properties that should not be set on non-text eleme...
Tavmjong Bah
2015-05-27
2
-8
/
+159
*
Fix Gtk3 build.
Tavmjong Bah
2015-05-26
1
-0
/
+6
*
Fix crash in import of PDF via Poppler/Cairo with relative path.
Tavmjong Bah
2015-05-24
1
-22
/
+28
*
Respect PDF image 'interpolate' value on import.
Tavmjong Bah
2015-05-24
3
-27
/
+73
*
Reorganized PDF import dialog, disabling unused options as appropriate.
Tavmjong Bah
2015-05-24
2
-67
/
+90
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
Bump Poppler dependency to 0.8.3
Alex Valavanis
2015-02-12
1
-20
/
+0
*
static code analysis: initialisation
Kris De Gussem
2014-12-28
1
-3
/
+3
*
Fix build with poppler 0.29.0 (Bug #1399811)
su_v
2014-12-11
1
-6
/
+26
*
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
2014-11-26
1
-1
/
+1
*
Update to experimental r13619
Liam P. White
2014-10-18
3
-88
/
+148
|
\
|
*
Update to trunk r13621
Liam P. White
2014-10-17
3
-88
/
+148
|
|
\
|
|
*
Merge in osx-packaging-update branch. OS X packaging now works correctly for ...
Liam P. White
2014-10-16
1
-0
/
+24
|
|
|
\
|
|
|
*
add poppler data to bundle, fix relocation support (see bug #956282)
su_v
2014-08-21
1
-0
/
+24
|
|
*
|
Cleanup of unintialized and leaked values.
Jon A. Cruz
2014-10-16
2
-88
/
+124
|
|
*
|
More direct way of finding font-family. One entry per unique style.
Tavmjong Bah
2014-10-15
1
-6
/
+5
|
|
|
/
*
|
|
Update to experimental r13598
Liam P. White
2014-10-08
1
-6
/
+5
|
\
|
|
|
*
|
Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...
Tavmjong Bah
2014-10-03
1
-6
/
+5
|
*
|
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
|
|
/
*
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-1
/
+1
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
merge pdf import via poppler-cairo into native importer
Adib Taraben
2014-06-06
2
-62
/
+175
*
Patch from comment 7. Fixes build with Poppler 0.26.
Matthias Kilian (no public email in lp)
2014-06-03
1
-9
/
+45
*
remove #pragma for 11 year old compiler that I cannot imagine anyone using at...
Johan B. C. Engelen
2014-03-20
1
-8
/
+0
*
Render zero-width PDF lines as 1px lines compensated for current transform.
Krzysztof Kosi??ski
2014-03-13
2
-13
/
+9
*
pdfinput: Do not use an extremely ugly static variable in SvgBuilder
Krzysztof Kosi??ski
2014-03-13
2
-28
/
+30
*
Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.
Tavmjong Bah
2014-02-11
1
-0
/
+4
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
Fix adding viewBox to new documents.
Matthew Petroff
2013-09-22
1
-0
/
+6
*
Improve code readability.
Matthew Petroff
2013-08-28
2
-4
/
+4
*
Merge Google Summer of Code unit refactor.
Matthew Petroff
2013-08-06
2
-6
/
+6
|
\
|
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
2
-6
/
+6
*
|
code cleanup (cppcheck)
Johan B. C. Engelen
2013-08-05
2
-11
/
+8
*
|
pdf import. re-define tiling pattern scaling matrix (Bug 1168908)
Alvin Penner
2013-08-03
1
-1
/
+19
|
/
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Fix missing Gtkmm/Glib headers for Gtk+ 3 build
Alex Valavanis
2013-03-15
1
-0
/
+1
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-3
/
+3
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
1
-1
/
+1
*
cppcheck
Kris De Gussem
2013-03-11
1
-280
/
+285
*
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
2013-03-08
1
-0
/
+8
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
2
-2
/
+7
*
cppcheck
Kris De Gussem
2013-02-11
1
-2
/
+2
*
Win32. Fixing invalid cast (introduced rev.11986).
Nicolas Dufour
2012-12-26
1
-1
/
+1
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
1
-3
/
+3
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-8
/
+0
*
Fix for 426763 : Cancelling import leads to error message
John Smith
2012-10-11
2
-1
/
+11
*
pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)
Alvin Penner
2012-09-10
1
-1
/
+2
[prev]
[next]