summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Warning cleanupJon A. Cruz2012-04-181-6/+3
| | | (bzr r11265)
* Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith2012-04-181-32/+5
| | | (bzr r11263)
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-061-7/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
* header cleaningAlex Valavanis2012-02-261-1/+2
| | | (bzr r11017)
* Header cleaningAlex Valavanis2012-02-251-1/+7
| | | (bzr r11015)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* 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)
* cleanup includesJohan B. C. Engelen2011-12-291-6/+6
| | | (bzr r10804)
* fix preview of pdf files with weird characters in filenameJohan B. C. Engelen2011-12-291-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/909783 (bzr r10803)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-1/+2
| | | (bzr r10176)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+5
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * 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)
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-2/+2
| | | | | | (bzr r9828)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-6/+4
|/ | | (bzr r9722)
* Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-161-0/+1
| | | | | allocation/deallocation issues. (bzr r8891)
* 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)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-0/+2
| | | (bzr r7985)
* patch 179589 with UI added: optionally, try to replace a font name specified ↵bulia byak2009-04-151-0/+12
| | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718)
* prevent crashing by not running prefs dialog when in command line modebulia byak2008-06-121-7/+16
| | | (bzr r5907)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-2/+2
| | | | | | | | | 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)
* translator commentArpad Biro2008-04-131-0/+1
| | | (bzr r5421)
* * INTL - fixed: "Crop to" dropdown strings not translated for PDF ImportMarcin Floryan2008-02-201-9/+10
| | | (bzr r4791)
* yet another contextual splitAlexandre Prokoudine2008-02-201-1/+1
| | | (bzr r4788)
* a bunch of small changes to provide a user readable explanation of filtersAlexandre Prokoudine2008-01-311-3/+3
| | | (bzr r4624)
* A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not ↵Alexandre Prokoudine2008-01-301-6/+6
| | | | | forget committing accompanying .inx files, guys ;-) (bzr r4620)
* Another take to fixing pdf import crash, likely without memory leakNiko Kiirala2008-01-091-3/+3
| | | (bzr r4448)
* and in one more placebulia byak2008-01-091-1/+1
| | | (bzr r4443)
* trying to fix pdf import crashesbulia byak2008-01-081-1/+1
| | | (bzr r4430)
* revert comenting of uri argument in PdfImportDialogAdib Taraben2007-12-171-1/+1
| | | (bzr r4249)
* non-poppler build fixJon A. Cruz2007-12-171-47/+49
| | | | | Warning and CRLF cleanup (bzr r4246)
* [BUG #169122] PDF import doesn't work when file name has accents, partially ↵Adib Taraben2007-12-161-8/+41
| | | | | fixed (bzr r4241)
* Switched from directly using CairoOutputDev to using the poppler-glib APImiklosh2007-11-181-19/+22
| | | (bzr r4105)
* add too-high-precision warning, transientize, copyediting, cosmeticbulia byak2007-08-231-30/+44
| | | (bzr r3574)
* initialize page number and previewbulia byak2007-08-231-0/+2
| | | (bzr r3573)
* Clear Cairo surface to white before rendering previewmiklosh2007-08-231-0/+2
| | | (bzr r3571)
* Display the total number of pages next to the page number spinbuttonmiklosh2007-08-231-1/+16
| | | (bzr r3569)
* Use the embedded thumbnails for preview when poppler-cairo is not availablemiklosh2007-08-201-23/+60
| | | (bzr r3550)
* Disable the page selector when there's only one pagemiklosh2007-08-191-0/+4
| | | (bzr r3541)
* Added checks for pixbuf/pixmap allocation failuremiklosh2007-08-191-2/+7
| | | (bzr r3540)
* Added autoconf checks for poppler-cairo and cairo-ft which are needed for ↵miklosh2007-08-191-1/+11
| | | | | PDF preview to work (bzr r3526)
* Added a PDF import settings dialogmiklosh2007-08-191-4/+495
| | | (bzr r3523)
* Redirected opening of AI files to the poppler-based PDF import extensionmiklosh2007-08-011-2/+16
| | | (bzr r3355)
* Set top-level groups as layers with the name of the PDF documentmiklosh2007-07-281-1/+7
| | | (bzr r3330)
* Added tiling pattern supportmiklosh2007-07-231-1/+1
| | | (bzr r3283)