Age | Commit message (Expand) | Author | Files | Lines |
2010-05-12 | mingw does not provide strtok_r | Albert Astals Cid | 1 | -0/+1 |
2010-04-24 | 0.13.3poppler-0.13.3 | Albert Astals Cid | 1 | -1/+1 |
2010-04-05 | Add PDFDocFactory | Hib Eris | 1 | -0/+2 |
2010-04-05 | Add CurlPDFDocBuilder | Hib Eris | 1 | -0/+2 |
2010-04-05 | Add LocalPDFDocBuilder and StdinPDFDocBuilder | Hib Eris | 1 | -0/+4 |
2010-04-05 | Add PDFDocBuilder | Hib Eris | 1 | -0/+1 |
2010-04-05 | Add HTTP support using libcurl | Hib Eris | 1 | -0/+18 |
2010-04-05 | Add support for reading a cached file from stdin | Hib Eris | 1 | -0/+2 |
2010-04-05 | Add support for cached files | Hib Eris | 1 | -0/+2 |
2010-03-27 | poppler 0.13.2poppler-0.13.2 | Albert Astals Cid | 1 | -1/+1 |
2010-03-23 | [CMake] remove the (now) unneeded stuff from Find{GLIB,GDK,GTK}.cmake, and se... | Pino Toscano | 1 | -1/+3 |
2010-03-22 | [CMake/cpp] move the BUILD_CPP_TESTS option to the main CMakeLists.txt | Pino Toscano | 1 | -0/+1 |
2010-03-20 | [CMake] when the conf configuration backend is "win32", set the required Inte... | Patrick Spendrin | 1 | -0/+6 |
2010-03-17 | [CMake] fix pkg-config executable variable name | Pino Toscano | 1 | -3/+3 |
2010-03-17 | [CMake] set the LINK_INTERFACE_LIBRARIES for the poppler and poppler-cpp libr... | Pino Toscano | 1 | -0/+1 |
2010-03-17 | [CMake] rename GLIB_VERSION to GLIB_REQUIRED | Pino Toscano | 1 | -2/+2 |
2010-03-15 | [build] Update cmake files | Carlos Garcia Campos | 1 | -0/+2 |
2010-03-07 | [CMake] just enable what needed each time | Pino Toscano | 1 | -2/+2 |
2010-03-07 | [CMake] add small description for the zlib option | Pino Toscano | 1 | -1/+1 |
2010-03-07 | [CMake] add a note about gtk-doc not supported yet | Pino Toscano | 1 | -1/+1 |
2010-03-07 | [CMake] move poppler-config.h.cmake in the poppler subdirectory, where popple... | Pino Toscano | 1 | -1/+1 |
2010-03-07 | [CMake] set POPPLER_GLIB_DISABLE_DEPRECATED and POPPLER_GLIB_DISABLE_SINGLE_I... | Pino Toscano | 1 | -0/+6 |
2010-03-07 | [CMake] set in one place whether to build the glib frontend | Pino Toscano | 1 | -5/+6 |
2010-03-07 | [CMake] correctly set the GLIB_REQ stuff | Pino Toscano | 1 | -0/+1 |
2010-03-07 | [CMake] move the minimum GLib version to the main CMakeLists.txt | Pino Toscano | 1 | -0/+1 |
2010-03-07 | [CMake] align the GDK stuff (GDK_{FEATURE,REQ}) to what done with autotools | Pino Toscano | 1 | -1/+5 |
2010-03-07 | [CMake] first look for Cairo, then for GLib/GDK/GTK | Pino Toscano | 1 | -8/+11 |
2010-03-07 | [CMake] enhance/rewrite a bit the FindCairo module | Pino Toscano | 1 | -1/+1 |
2010-03-07 | [CMake] show end yes/no message about the GDK usage | Pino Toscano | 1 | -0/+1 |
2010-03-06 | [CMake] make the font configuration backend selection take a string (like wit... | Pino Toscano | 1 | -10/+29 |
2010-03-06 | [CMake] rename the show_end_message() macro to show_end_message_yesno() | Pino Toscano | 1 | -13/+13 |
2010-03-02 | [CMake] properly define ICONV_CONST | Pino Toscano | 1 | -1/+0 |
2010-02-28 | poppler 0.13.1poppler-0.13.1 | Albert Astals Cid | 1 | -1/+1 |
2010-02-21 | [CMake] set the CXXFLAGS in a better way | Pino Toscano | 1 | -2/+2 |
2010-02-21 | Merge remote branch 'origin/cpp-frontend' | Pino Toscano | 1 | -0/+14 |
2010-02-16 | [CMake] find the system threads, and define in the config.h if we have pthreads | Pino Toscano | 1 | -0/+4 |
2010-02-16 | [CMake] add the HAVE_LIBOPENJPEG and HAVE_OPENJPEG_H defines, to match autoto... | Pino Toscano | 1 | -0/+1 |
2010-02-16 | [CMake] add the Win32-specific ENABLE_RELOCATABLE option, matching autotools'... | Pino Toscano | 1 | -0/+5 |
2010-02-10 | [CMake] fix typo: "MULTITHREAD" -> "MULTITHREADED" | Pino Toscano | 1 | -1/+1 |
2010-01-25 | poppler 0.13.0 | Albert Astals Cid | 1 | -2/+2 |
2010-01-25 | Install some more goo files | Maciej Mrozowski | 1 | -0/+9 |
2010-01-24 | only compile glib frontend if cairo is found | Albert Astals Cid | 1 | -2/+2 |
2010-01-13 | Make fontconfig optional with mingw compiler | Hib Eris | 1 | -1/+7 |
2010-01-12 | Add the possibility of using float for splash variables instead of double | Albert Astals Cid | 1 | -1/+6 |
2010-01-04 | Require Qt 4.4 | Albert Astals Cid | 1 | -1/+1 |
2009-12-30 | [cpp] add the build system stuff for iconv, mandatory for cpp | Pino Toscano | 1 | -0/+6 |
2009-12-13 | [cpp] add the pkg-config stuff | Pino Toscano | 1 | -0/+3 |
2009-12-13 | [cpp] add the (rest of the) CMake build system for it | Pino Toscano | 1 | -0/+5 |
2009-10-17 | CMake: add the possibility to pass LIB_SUFFIX. | Michael Jansen | 1 | -7/+9 |
2009-10-09 | cmake: simplify the linking to libpng | Pino Toscano | 1 | -4/+3 |