summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf-input-cairo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-4/+4
| | | | | christmas\!) (bzr r11986)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-8/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Gtk+ 3 drawing fixes for PDF input dialogsAlex Valavanis2012-06-091-11/+12
| | | (bzr r11481)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+0
| | | (bzr r11309)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+10
| | | (bzr r11308)
* Warning cleanupJon A. Cruz2012-04-181-3/+1
| | | (bzr r11265)
* Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith2012-04-181-32/+6
| | | (bzr r11263)
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-061-6/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-061-12/+11
| | | (bzr r10943)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-1/+3
| | | (bzr r10176)
* preview dialogue for pdf-import-cairoAdib Taraben2011-02-141-4/+569
| | | (bzr r10049.1.1)
* add pdf import filter via poppler-cairoAdib Taraben2011-01-221-2/+2
| | | (bzr r10014)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-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)
* Warning cleanupJon A. Cruz2008-02-291-1/+1
| | | (bzr r4904)
* Fixing up a few more filesBryce Harrington2008-01-051-0/+2
| | | (bzr r4391)
* whitespace cleanupBryce Harrington2007-12-311-7/+7
| | | (bzr r4351)
* Initial commit of Cairo-based PDF import using libpopplermiklosh2007-07-041-0/+110
(bzr r3175)