summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander4-53/+53
2018-10-19pdf-inspector: Link to the right librariesChristian Persch1-1/+7
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold2-8/+0
2018-09-23Error: Make the msg be constAlbert Astals Cid1-1/+1
2018-09-23Don't cast nullptrAlbert Astals Cid1-1/+1
2018-05-06Replace GooHash by std::unordered_map in OutputDev.Adam Reichold1-12/+5
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-2/+2
2018-01-09Enable no-missing-field-initializersAlbert Astals Cid2-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid5-66/+69
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-0/+4
2017-11-15Fix some mingw warningsAdrian Johnson1-12/+3
2017-09-21Remove the autotools based build systemAlbert Astals Cid1-67/+0
2017-09-17Fix printf-like format warningsAlbert Astals Cid1-0/+2
2017-09-17A few more static markersAlbert Astals Cid1-1/+1
2017-09-16Fix missing-declarations warningsAlbert Astals Cid2-31/+35
2017-09-05cmake: Fix build when using a cairo different than the system oneAlbert Astals Cid1-2/+2
2017-09-03Remove the old if/else cmake syntaxAlbert Astals Cid1-5/+5
2017-05-09New Object APIAlbert Astals Cid1-15/+6
2017-03-09Add override markersAlbert Astals Cid1-3/+3
2014-12-01Run dos2unix as suggested by Volker GrabschAlbert Astals Cid2-294/+294
2014-11-30warning: "_FILE_OFFSET_BITS" redefinedRichard PALO1-1279/+1280
2014-09-29Refactor Makefiles to build a noinst library for parsing argsHib Eris1-4/+4
2014-08-12Makefile.am cleanupsHib Eris1-45/+23
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
2013-07-08build: Make -lpthread take preference over -pthreadCarlos Garcia Campos1-2/+4
2013-05-21Do not use deprecated gtk_scrolled_window_add_with_viewport()Hib Eris1-0/+4
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
2013-01-25Large file supportAdrian Johnson1-3/+3
2013-01-25Add Int64 object typeAdrian Johnson1-8/+1
2013-01-19Make rendering thread-safeThomas Freitag1-1/+1
2012-12-29pdf-inspector Change from the deprecated GtkTable to GtkGridRoss Lagerwall1-24/+15
2012-12-29pdf-inspector: Remove deprectated has-separator propertyRoss Lagerwall1-1/+0
2012-12-29pdf-inspector: Add correct title and copyrightRoss Lagerwall1-3/+2
2012-12-29pdf-inspector: Fix crash by not freeing filename_gRoss Lagerwall1-1/+0
2012-09-06pdf-fullrewrite: Added support for encrypted documents, checks on output docu...Fabio D'Urso3-16/+342
2012-08-15build: remove extra fontconfig CFLAGS and LIBSPino Toscano1-4/+2
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
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
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
2011-02-13gtk-splash-test: Don't use GDK deprecated APICarlos Garcia Campos1-13/+15