summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf-input-cairo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-06merge pdf import via poppler-cairo into native importerAdib Taraben1-680/+0
(bzr r13409)
2014-04-13pdf import via poppler-cairo, bug:1017123:handling stroke width < 1Adib Taraben1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1017123 (bzr r13283)
2013-10-27add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1243011 (bzr r12733)
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen1-1/+1
default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
2013-09-22Fix adding viewBox to new documents.Matthew Petroff1-0/+9
Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
2013-09-21Fix preview page number for PDF Cairo import dialogAlex Valavanis1-1/+1
(bzr r12568)
2013-03-30Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and ↵Nicolas Dufour1-3/+3
pdf via cairo import and more) by Masato HASHIMOTO. (bzr r12260)
2013-03-08Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis1-0/+8
(bzr r12181)
2013-03-07Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis1-1/+1
(bzr r12178)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-4/+4
christmas\!) (bzr r11986)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-8/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-06-09Gtk+ 3 drawing fixes for PDF input dialogsAlex Valavanis1-11/+12
(bzr r11481)
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-1/+0
(bzr r11309)
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+10
(bzr r11308)
2012-04-18Warning cleanupJon A. Cruz1-3/+1
(bzr r11265)
2012-04-18Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith1-32/+6
(bzr r11263)
2012-04-06Fix remaining GTKMM deprecation issuesAlex Valavanis1-6/+8
Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
2012-02-07Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis1-0/+8
Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-12/+11
(bzr r10943)
2011-04-16change spinbox to new one in many places.Johan B. C. Engelen1-1/+3
(bzr r10176)
2011-02-14preview dialogue for pdf-import-cairoAdib Taraben1-4/+569
(bzr r10049.1.1)
2011-01-22add pdf import filter via poppler-cairoAdib Taraben1-2/+2
(bzr r10014)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-1/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8408)
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
2008-02-29Warning cleanupJon A. Cruz1-1/+1
(bzr r4904)
2008-01-05Fixing up a few more filesBryce Harrington1-0/+2
(bzr r4391)
2007-12-31whitespace cleanupBryce Harrington1-7/+7
(bzr r4351)
2007-07-04Initial commit of Cairo-based PDF import using libpopplermiklosh1-0/+110
(bzr r3175)