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