summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2014-02-17Clang++ plugin that checks for usage errors in GooString::format-style callsFabio D'Urso2-0/+385
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea1-1/+0
Bug #73111
2013-07-08build: Make -lpthread take preference over -pthreadCarlos Garcia Campos1-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-21Do not use deprecated gtk_scrolled_window_add_with_viewport()Hib Eris1-0/+4
https://bugs.freedesktop.org/show_bug.cgi?id=64683
2013-04-14Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+4
2013-04-14Check for strcpy_s() and strcat_s() at configure timeHib Eris1-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-25Large file supportAdrian Johnson1-3/+3
Create a Goffset type and use this type for all file offsets and file sizes. Bug 44085
2013-01-25Add Int64 object typeAdrian Johnson1-8/+1
Bug 44085
2013-01-19Make rendering thread-safeThomas Freitag1-1/+1
Bug #50992
2012-12-29pdf-inspector Change from the deprecated GtkTable to GtkGridRoss Lagerwall1-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-29pdf-inspector: Remove deprectated has-separator propertyRoss Lagerwall1-1/+0
https://bugs.freedesktop.org/show_bug.cgi?id=57727
2012-12-29pdf-inspector: Add correct title and copyrightRoss Lagerwall1-3/+2
https://bugs.freedesktop.org/show_bug.cgi?id=57727
2012-12-29pdf-inspector: Fix crash by not freeing filename_gRoss Lagerwall1-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-06pdf-fullrewrite: Added support for encrypted documents, checks on output ↵Fabio D'Urso3-16/+342
documents, incremental update mode
2012-08-15build: remove extra fontconfig CFLAGS and LIBSPino Toscano1-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-21Compile++Albert Astals Cid1-3/+3
2012-05-19gtk-tests: Port to GTK+ 3.0Carlos Garcia Campos1-20/+28
2012-05-10Kill the concept of "base dir"Albert Astals Cid1-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 changesAlbert Astals Cid1-1/+1
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid3-3/+3
2011-08-31Port to setErrorCallbackAlbert Astals Cid1-2/+2
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-2/+2
2011-08-30xpdf303: char * -> const char *Albert Astals Cid2-4/+4
2011-07-05.gitignore tests additionsAdrian Bunk1-0/+1
The following files were missing in .gitignore: - cpp/tests/poppler-render - qt4/tests/poppler-texts - test/gtk-test
2011-03-14Only build gtk-test if we have to build gtk-testAlbert Astals Cid1-3/+3
2011-02-13tests: Merge splash and cairo tests into a single gtk-test toolCarlos Garcia Campos5-535/+412
With a command line option to use cairo or splash backends.
2011-02-13gtk-splash-test: Don't use GDK deprecated APICarlos Garcia Campos1-13/+15
2010-07-10[pdf-inspector] Do not render for printingCarlos Garcia Campos1-1/+2
2010-04-14include strings.h on non windows platformsAlbert Astals Cid1-0/+2
2010-03-17[CMake] no need to check for BUILD_GTK_TESTS for single testsPino Toscano1-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 enabledPino Toscano1-5/+9
2010-02-21Detect the need for nanosleep in solarisAlbert Astals Cid1-6/+11
Fixes bug 26650
2010-01-25Only build tests if told toMaciej Mrozowski1-2/+2
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-12/+12
More info at http://bugs.freedesktop.org/show_bug.cgi?id=24259
2009-10-02Return the save status as program statusAlbert Astals Cid1-1/+2
2009-09-26Plug leakAlbert Astals Cid1-0/+1
2009-07-01[test] Use gtkbuilder rather than libgladeSebastien Bacher4-449/+437
Fixes bug #21673
2009-06-16Fix a crash in pdf-inspectorCarlos Garcia Campos1-0/+11
2009-06-06Use g_path_get_basename instead of g_basename in gtk-cairo-testCarlos Garcia Campos1-1/+3
Fixes bug #21361.
2008-12-26Fix compile warnings on auto imports for mingw32Hib Eris1-0/+2
2008-12-24Fix compile warning on string literal formatHib Eris1-1/+1
2008-12-24Fix some more warningsHib Eris2-15/+5
2008-12-21Fix compile warning on ambiguous elseHib Eris1-1/+2
2008-12-21Fix compile warning on format not a string literalHib Eris1-1/+2
2008-11-23Compile with -pedanticAlbert Astals Cid1-1/+1
Thanks to Bernard Leak for notifying
2008-11-13Fix build on Solaris 10 + Sun Studio 12.Tim Mooney1-2/+4
Fixes bug 17496
2008-10-31Make the catalog available to CairoFontEngineAdrian Johnson1-1/+1
2008-10-06Fix link on Mingw+MsysCarlo Bramini1-1/+1
2008-09-24Remove non-needed X includesAlbert Astals Cid2-6/+0
Spotted by Carlo Bramini
2008-01-30Introduce the CMake-based build system.Pino Toscano1-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.