Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-17 | Clang++ plugin that checks for usage errors in GooString::format-style calls | Fabio D'Urso | 2 | -0/+385 | |
2014-01-27 | [qt] Improve compilation under Win 8 with Visual Studio 2012 | Bogdan Cristea | 1 | -1/+0 | |
Bug #73111 | |||||
2013-07-08 | build: Make -lpthread take preference over -pthread | Carlos Garcia Campos | 1 | -2/+4 | |
This makes libpoppler link to pthreads and fixes runtime error due to unresolved pthread symbols when running some of the utils and tests. | |||||
2013-05-21 | Do not use deprecated gtk_scrolled_window_add_with_viewport() | Hib Eris | 1 | -0/+4 | |
https://bugs.freedesktop.org/show_bug.cgi?id=64683 | |||||
2013-04-14 | Merge remote-tracking branch 'origin/poppler-0.22' | Albert Astals Cid | 1 | -2/+4 | |
2013-04-14 | Check for strcpy_s() and strcat_s() at configure time | Hib Eris | 1 | -2/+4 | |
It is better to test for functions than to hardcode exceptions for specific compilers. This fixes compiling poppler with the latest mingw-w64 compiler which has strcpy_s() and strcat_s() build in. Bug #63459 | |||||
2013-01-25 | Large file support | Adrian Johnson | 1 | -3/+3 | |
Create a Goffset type and use this type for all file offsets and file sizes. Bug 44085 | |||||
2013-01-25 | Add Int64 object type | Adrian Johnson | 1 | -8/+1 | |
Bug 44085 | |||||
2013-01-19 | Make rendering thread-safe | Thomas Freitag | 1 | -1/+1 | |
Bug #50992 | |||||
2012-12-29 | pdf-inspector Change from the deprecated GtkTable to GtkGrid | Ross Lagerwall | 1 | -24/+15 | |
This fixes the problem of the description_label height changing after its text changes which was introduced since the port to Gtk3. https://bugs.freedesktop.org/show_bug.cgi?id=57727 | |||||
2012-12-29 | pdf-inspector: Remove deprectated has-separator property | Ross Lagerwall | 1 | -1/+0 | |
https://bugs.freedesktop.org/show_bug.cgi?id=57727 | |||||
2012-12-29 | pdf-inspector: Add correct title and copyright | Ross Lagerwall | 1 | -3/+2 | |
https://bugs.freedesktop.org/show_bug.cgi?id=57727 | |||||
2012-12-29 | pdf-inspector: Fix crash by not freeing filename_g | Ross Lagerwall | 1 | -1/+0 | |
It is not necessary because PDFDoc takes over filename_g and destroys it in its deconstructor. https://bugs.freedesktop.org/show_bug.cgi?id=57727 | |||||
2012-09-06 | pdf-fullrewrite: Added support for encrypted documents, checks on output ↵ | Fabio D'Urso | 3 | -16/+342 | |
documents, incremental update mode | |||||
2012-08-15 | build: remove extra fontconfig CFLAGS and LIBS | Pino Toscano | 1 | -4/+2 | |
fontconfig is used only in .cpp sources inside the 'poppler' subdirectory, so there is no need to add the include paths for it in other directories; likewise, do not to link to it if not needed | |||||
2012-05-21 | Compile++ | Albert Astals Cid | 1 | -3/+3 | |
2012-05-19 | gtk-tests: Port to GTK+ 3.0 | Carlos Garcia Campos | 1 | -20/+28 | |
2012-05-10 | Kill the concept of "base dir" | Albert Astals Cid | 1 | -1/+0 | |
We are a library so having a "common configuration folder" does not really make much sense at a library level, and even less if it's called .xpdf :D Fixes bug 49448 | |||||
2012-02-06 | [xpdf303] TextOutputDev and associated changes | Albert Astals Cid | 1 | -1/+1 | |
2011-09-01 | xpdf303: API rework, Gfx wants a PDFDoc instead of an XRef | Albert Astals Cid | 3 | -3/+3 | |
2011-08-31 | Port to setErrorCallback | Albert Astals Cid | 1 | -2/+2 | |
2011-08-31 | xpdf303: error() changes, new param and formatting | Albert Astals Cid | 1 | -2/+2 | |
2011-08-30 | xpdf303: char * -> const char * | Albert Astals Cid | 2 | -4/+4 | |
2011-07-05 | .gitignore tests additions | Adrian Bunk | 1 | -0/+1 | |
The following files were missing in .gitignore: - cpp/tests/poppler-render - qt4/tests/poppler-texts - test/gtk-test | |||||
2011-03-14 | Only build gtk-test if we have to build gtk-test | Albert Astals Cid | 1 | -3/+3 | |
2011-02-13 | tests: Merge splash and cairo tests into a single gtk-test tool | Carlos Garcia Campos | 5 | -535/+412 | |
With a command line option to use cairo or splash backends. | |||||
2011-02-13 | gtk-splash-test: Don't use GDK deprecated API | Carlos Garcia Campos | 1 | -13/+15 | |
2010-07-10 | [pdf-inspector] Do not render for printing | Carlos Garcia Campos | 1 | -1/+2 | |
2010-04-14 | include strings.h on non windows platforms | Albert Astals Cid | 1 | -0/+2 | |
2010-03-17 | [CMake] no need to check for BUILD_GTK_TESTS for single tests | Pino Toscano | 1 | -2/+2 | |
poppler_add_test(... BUILD_GTK_TESTS ...) takes care of that already | |||||
2010-03-04 | [CMake/tests] compile gtk-splash-test only if splash is enabled | Pino Toscano | 1 | -5/+9 | |
2010-02-21 | Detect the need for nanosleep in solaris | Albert Astals Cid | 1 | -6/+11 | |
Fixes bug 26650 | |||||
2010-01-25 | Only build tests if told to | Maciej Mrozowski | 1 | -2/+2 | |
2009-10-05 | Use _WIN32 instead of WIN32 | Kovid Goyal | 1 | -12/+12 | |
More info at http://bugs.freedesktop.org/show_bug.cgi?id=24259 | |||||
2009-10-02 | Return the save status as program status | Albert Astals Cid | 1 | -1/+2 | |
2009-09-26 | Plug leak | Albert Astals Cid | 1 | -0/+1 | |
2009-07-01 | [test] Use gtkbuilder rather than libglade | Sebastien Bacher | 4 | -449/+437 | |
Fixes bug #21673 | |||||
2009-06-16 | Fix a crash in pdf-inspector | Carlos Garcia Campos | 1 | -0/+11 | |
2009-06-06 | Use g_path_get_basename instead of g_basename in gtk-cairo-test | Carlos Garcia Campos | 1 | -1/+3 | |
Fixes bug #21361. | |||||
2008-12-26 | Fix compile warnings on auto imports for mingw32 | Hib Eris | 1 | -0/+2 | |
2008-12-24 | Fix compile warning on string literal format | Hib Eris | 1 | -1/+1 | |
2008-12-24 | Fix some more warnings | Hib Eris | 2 | -15/+5 | |
2008-12-21 | Fix compile warning on ambiguous else | Hib Eris | 1 | -1/+2 | |
2008-12-21 | Fix compile warning on format not a string literal | Hib Eris | 1 | -1/+2 | |
2008-11-23 | Compile with -pedantic | Albert Astals Cid | 1 | -1/+1 | |
Thanks to Bernard Leak for notifying | |||||
2008-11-13 | Fix build on Solaris 10 + Sun Studio 12. | Tim Mooney | 1 | -2/+4 | |
Fixes bug 17496 | |||||
2008-10-31 | Make the catalog available to CairoFontEngine | Adrian Johnson | 1 | -1/+1 | |
2008-10-06 | Fix link on Mingw+Msys | Carlo Bramini | 1 | -1/+1 | |
2008-09-24 | Remove non-needed X includes | Albert Astals Cid | 2 | -6/+0 | |
Spotted by Carlo Bramini | |||||
2008-01-30 | Introduce the CMake-based build system. | Pino Toscano | 1 | -0/+52 | |
Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc. |