| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | fix 1789208 poppler 0.69 | Thomas Holder | 2018-09-28 | 1 | -0/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | pdf-input: Gtk3 fixes | Alex Valavanis | 2016-12-26 | 1 | -1/+0 |
| | | | | (bzr r15360) | ||||
| * | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -14/+1 |
| | | | | (bzr r15023.2.5) | ||||
| * | Reorganized PDF import dialog, disabling unused options as appropriate. | Tavmjong Bah | 2015-05-24 | 1 | -3/+10 |
| | | | | (bzr r14170) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | merge pdf import via poppler-cairo into native importer | Adib Taraben | 2014-06-06 | 1 | -0/+4 |
| | | | | (bzr r13409) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fix deprecated Gtkmm symbols in preferences widget | Alex Valavanis | 2013-03-07 | 1 | -1/+6 |
| | | | | (bzr r12178) | ||||
| * | Fix for 426763 : Cancelling import leads to error message | John Smith | 2012-10-11 | 1 | -1/+3 |
| | | | | (bzr r11777) | ||||
| * | Gtk+ 3 drawing fixes for PDF input dialogs | Alex Valavanis | 2012-06-09 | 1 | -0/+4 |
| | | | | (bzr r11481) | ||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 1 | -0/+4 |
| | | | | (bzr r11308) | ||||
| * | Fix for 169888 : Patch for HIG style frames for PDF import dialogs | John Smith | 2012-04-18 | 1 | -6/+3 |
| | | | | (bzr r11263) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -16/+23 |
| | | | | (bzr r11015) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -8/+11 |
| | | | | (bzr r10696) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -2/+8 |
| | | | | (bzr r10176) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8409) | ||||
| * | patch 179589 with UI added: optionally, try to replace a font name specified ↵ | bulia byak | 2009-04-15 | 1 | -0/+1 |
| | | | | | | 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) | ||||
| * | Switched from directly using CairoOutputDev to using the poppler-glib API | miklosh | 2007-11-18 | 1 | -3/+3 |
| | | | | (bzr r4105) | ||||
| * | add too-high-precision warning, transientize, copyediting, cosmetic | bulia byak | 2007-08-23 | 1 | -0/+1 |
| | | | | (bzr r3574) | ||||
| * | Display the total number of pages next to the page number spinbutton | miklosh | 2007-08-23 | 1 | -0/+1 |
| | | | | (bzr r3569) | ||||
| * | Use the embedded thumbnails for preview when poppler-cairo is not available | miklosh | 2007-08-20 | 1 | -0/+2 |
| | | | | (bzr r3550) | ||||
| * | Added autoconf checks for poppler-cairo and cairo-ft which are needed for ↵ | miklosh | 2007-08-19 | 1 | -1/+5 |
| | | | | | | PDF preview to work (bzr r3526) | ||||
| * | Added a PDF import settings dialog | miklosh | 2007-08-19 | 1 | -0/+77 |
| | | | | (bzr r3523) | ||||
| * | Initial commit of native poppler-based PDF import. | miklosh | 2007-07-12 | 1 | -0/+51 |
| (bzr r3230) | |||||
