summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-29Refactor Makefiles to build a noinst library for parsing argsHib Eris4-30/+25
Prevents this automake warning about possible forward-incompatibility: $ ./autogen.sh ... cpp/tests/Makefile.am:16: warning: source file '$(top_srcdir)/utils/parseargs.cc' is in a subdirectory, cpp/tests/Makefile.am:16: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. cpp/tests/Makefile.am:20: warning: source file '$(top_srcdir)/utils/parseargs.cc' is in a subdirectory, cpp/tests/Makefile.am:20: but option 'subdir-objects' is disabled parallel-tests: installing './test-driver' test/Makefile.am:58: warning: source file '../utils/parseargs.cc' is in a subdirectory, test/Makefile.am:58: but option 'subdir-objects' is disabled $ automake --version automake (GNU automake) 1.14.1 ... https://bugs.freedesktop.org/show_bug.cgi?id=83839
2014-09-27Update .gitignoreAdrian Johnson1-0/+2
2014-09-27Don't use -fPIC on mingwAdrian Johnson1-1/+11
it emits a warning for every file stating that -fPIC is ignored
2014-09-27make autogen.sh work with variables with spacesAdrian Johnson1-1/+1
eg ./autogen.sh CXXFLAGS="-O0 -g3"
2014-09-26Add compile to .gitignoreHib Eris1-0/+1
Automake automatically creates a wrapper script called 'compile' for compilers which do not understand '-c -o'. $ automake --version automake (GNU automake) 1.14.1 https://bugs.freedesktop.org/show_bug.cgi?id=83840
2014-09-26Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-8/+14
2014-09-26Fix rendering of file with a wrong embedded fontThomas Freitag1-8/+14
Bug #84270
2014-09-13glib: Fix use of uninitialized members in PopplerInputStreamCarlos Garcia Campos1-1/+4
https://bugs.freedesktop.org/show_bug.cgi?id=82630
2014-09-13glib: Fix use of uninitialized members in PopplerInputStreamCarlos Garcia Campos1-1/+4
https://bugs.freedesktop.org/show_bug.cgi?id=82630
2014-08-21Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid9-11/+20
2014-08-210.26.4poppler-0.26.4Albert Astals Cid6-5/+17
2014-08-21Update (C) yearsAlbert Astals Cid2-1/+2
2014-08-21Make sure e is always initializedAlbert Astals Cid1-5/+1
2014-08-12poppler: use poppler-data pkg-config for both cmake and autotools buildsJehan Pagès3-2/+23
2014-08-12Makefile.am cleanupsHib Eris18-477/+405
Bug #79411
2014-08-10glib-demo: Replace use of deprecated gtk stock itemsHib Eris5-14/+14
https://bugs.freedesktop.org/show_bug.cgi?id=82384
2014-08-10glib-demo: Remove use of deprecated gtk_dialog_get_action_area()Hib Eris1-4/+1
https://bugs.freedesktop.org/show_bug.cgi?id=82385
2014-08-03Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid3-7/+8
2014-08-03Improve non-latin characters in inline notesJiri Slaby2-0/+2
Preview commit had by mistake changes in these two files that belong here Bug #65956
2014-08-03Don't check for inlineImg twiceEd Porras3-7/+6
Bug #82059
2014-07-26pdfseparate: additonal handling for annotationsThomas Freitag3-22/+32
Bug #77549
2014-07-25glib: Fix a memory leak when getting text layout and attributesCarlos Garcia Campos1-0/+4
2014-07-25glib: Fix a memory leak when getting text layout and attributesCarlos Garcia Campos1-0/+4
2014-07-25glib: Return NULL in poppler_annot_get_contents also for empty stringsCarlos Garcia Campos1-1/+1
2014-07-25annots: Fix a crash when adding annot without contentsAnuj Khare1-4/+4
Having no content in an annotation results in a crash when generating its appearance, since the contents pointer is dereferenced. For consistency, the same has been done in Annot::initialize.
2014-07-25glib: Return NULL in poppler_annot_get_contents also for empty stringsCarlos Garcia Campos1-1/+1
2014-07-25annots: Fix a crash when adding annot without contentsAnuj Khare1-4/+4
Having no content in an annotation results in a crash when generating its appearance, since the contents pointer is dereferenced. For consistency, the same has been done in Annot::initialize.
2014-07-24cairo: Make sure we always push a transparency group in ↵Carlos Garcia Campos1-33/+31
setSoftMaskFromImageMask() Because that's what unsetSoftMaskFromImageMask() assumes. https://bugs.freedesktop.org/show_bug.cgi?id=81624
2014-07-24cairo: Make sure we always push a transparency group in ↵Carlos Garcia Campos1-33/+31
setSoftMaskFromImageMask() Because that's what unsetSoftMaskFromImageMask() assumes. https://bugs.freedesktop.org/show_bug.cgi?id=81624
2014-07-21Improve Overprintmode and shadingsAlbert Astals Cid4-6/+38
Bug #80998
2014-07-20Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid10-9/+31
2014-07-20printf -> errorEd Porras1-1/+2
Bug #81513
2014-07-200.26.3poppler-0.26.3Albert Astals Cid5-5/+5
2014-07-20News for 0.26.3Albert Astals Cid1-0/+21
2014-07-20Update Thomas' (C)Albert Astals Cid2-2/+2
2014-07-17glib: use C90-style comments in public headersPino Toscano1-1/+1
2014-07-12Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid3-11/+23
2014-07-12Error out instead of exiting if allInter grows too muchThomas Freitag2-9/+18
Bug #78714
2014-07-12cmake: sync poppler-config.h.cmake with poppler-config.h.inPino Toscano1-2/+5
2014-07-11Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid2-5/+5
2014-07-11Add Hib's (C)Albert Astals Cid1-0/+1
2014-07-11Fix compilation of Qt5 frontend with MinGWAki Koskinen1-5/+2
2014-07-11Include stdio.h from poppler-config.hHib Eris1-0/+2
In poppler-config.h there is a check for __MINGW_PRINTF_FORMAT, which is set by stdio.h. This fixes this warning when compling with the mingw-w64-compiler: XRef.cc: In member function 'virtual void XRef::XRefTableWriter::writeEntry(Goffset, int, XRefEntryType)': XRef.cc:1460:94: warning: unknown conversion type character 'l' in format [-Wformat=] outStr->printf("%010lli %05i %c\r\n", (long long)offset, gen, (type==xrefEntryFree)?'f':'n'); ^ XRef.cc:1460:94: warning: format '%i' expects argument of type 'int', but argument 3 has type 'Goffset {aka long long int}' [-Wformat=] XRef.cc:1460:94: warning: too many arguments for format [-Wformat-extra-args] https://bugs.freedesktop.org/show_bug.cgi?id=79762
2014-07-11Move automake version check from autogen.sh to configure.acHib Eris2-19/+1
https://bugs.freedesktop.org/show_bug.cgi?id=79797
2014-07-11Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-1/+1
2014-07-11Fix moc-qt5 detectionHib Eris1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=80250
2014-07-09Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid14-12/+36
2014-07-09Increase required Qt4 version to 4.7.0Jason Crain2-5/+5
We use Qt::LayoutDirectionAuto, introduced in 4.7.0. bug #81005
2014-07-08Do not dist gir_DATAYaakov Selkowitz1-2/+2
See https://bugzilla.gnome.org/show_bug.cgi?id=621611 for rationale.
2014-07-06Add Changelog to .gitignoreHib Eris1-0/+1
https://bugs.freedesktop.org/show_bug.cgi?id=79744