SmartPDF - lightweight pdf viewer app for rosapps
authorKlemens Friedl <frik85@gmail.com>
Sat, 29 Sep 2007 08:39:35 +0000 (08:39 +0000)
committerKlemens Friedl <frik85@gmail.com>
Sat, 29 Sep 2007 08:39:35 +0000 (08:39 +0000)
commit435a566751e9f8bab39f95207e03aea4e37b03bf
tree7bc94d66f7c4ca2b0833cbe7789a92c86cfaa25f
parenta3e70b2317a1e6b844ee6a2173ec3705cffaa47f
SmartPDF - lightweight pdf viewer app for rosapps

* sumatrapdf - vendor import
* everything compiles (libjpeg, poppler, fitz, sumatrapdf)
* does NOT link

(remove the comment tags in the parent directory.rbuild file (rosapps dir) to build it)

svn path=/trunk/; revision=29295
651 files changed:
rosapps/directory.rbuild
rosapps/lib/directory.rbuild
rosapps/lib/libjpeg/LibJPEG.dsp [new file with mode: 0644]
rosapps/lib/libjpeg/LibJPEG.vcproj [new file with mode: 0644]
rosapps/lib/libjpeg/ansi2knr.c [new file with mode: 0644]
rosapps/lib/libjpeg/cderror.h [new file with mode: 0644]
rosapps/lib/libjpeg/cdjpeg.c [new file with mode: 0644]
rosapps/lib/libjpeg/cdjpeg.h [new file with mode: 0644]
rosapps/lib/libjpeg/change.log [new file with mode: 0644]
rosapps/lib/libjpeg/cjpeg.c [new file with mode: 0644]
rosapps/lib/libjpeg/ckconfig.c [new file with mode: 0644]
rosapps/lib/libjpeg/djpeg.c [new file with mode: 0644]
rosapps/lib/libjpeg/example.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcapimin.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcapistd.c [new file with mode: 0644]
rosapps/lib/libjpeg/jccoefct.c [new file with mode: 0644]
rosapps/lib/libjpeg/jccolor.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcdctmgr.c [new file with mode: 0644]
rosapps/lib/libjpeg/jchuff.c [new file with mode: 0644]
rosapps/lib/libjpeg/jchuff.h [new file with mode: 0644]
rosapps/lib/libjpeg/jcinit.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcmainct.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcmarker.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcmaster.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcomapi.c [new file with mode: 0644]
rosapps/lib/libjpeg/jconfig.h [new file with mode: 0644]
rosapps/lib/libjpeg/jcparam.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcphuff.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcprepct.c [new file with mode: 0644]
rosapps/lib/libjpeg/jcsample.c [new file with mode: 0644]
rosapps/lib/libjpeg/jctrans.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdapimin.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdapistd.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdatadst.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdatasrc.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdcoefct.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdcolor.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdct.h [new file with mode: 0644]
rosapps/lib/libjpeg/jddctmgr.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdhuff.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdhuff.h [new file with mode: 0644]
rosapps/lib/libjpeg/jdinput.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdmainct.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdmarker.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdmaster.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdmerge.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdphuff.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdpostct.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdsample.c [new file with mode: 0644]
rosapps/lib/libjpeg/jdtrans.c [new file with mode: 0644]
rosapps/lib/libjpeg/jerror.c [new file with mode: 0644]
rosapps/lib/libjpeg/jerror.h [new file with mode: 0644]
rosapps/lib/libjpeg/jfdctflt.c [new file with mode: 0644]
rosapps/lib/libjpeg/jfdctfst.c [new file with mode: 0644]
rosapps/lib/libjpeg/jfdctint.c [new file with mode: 0644]
rosapps/lib/libjpeg/jidctflt.c [new file with mode: 0644]
rosapps/lib/libjpeg/jidctfst.c [new file with mode: 0644]
rosapps/lib/libjpeg/jidctint.c [new file with mode: 0644]
rosapps/lib/libjpeg/jidctred.c [new file with mode: 0644]
rosapps/lib/libjpeg/jinclude.h [new file with mode: 0644]
rosapps/lib/libjpeg/jmemansi.c [new file with mode: 0644]
rosapps/lib/libjpeg/jmemdos.c [new file with mode: 0644]
rosapps/lib/libjpeg/jmemdosa.asm [new file with mode: 0644]
rosapps/lib/libjpeg/jmemmac.c [new file with mode: 0644]
rosapps/lib/libjpeg/jmemmgr.c [new file with mode: 0644]
rosapps/lib/libjpeg/jmemname.c [new file with mode: 0644]
rosapps/lib/libjpeg/jmemnobs.c [new file with mode: 0644]
rosapps/lib/libjpeg/jmemsys.h [new file with mode: 0644]
rosapps/lib/libjpeg/jmorecfg.h [new file with mode: 0644]
rosapps/lib/libjpeg/jpegint.h [new file with mode: 0644]
rosapps/lib/libjpeg/jpeglib.h [new file with mode: 0644]
rosapps/lib/libjpeg/jpegtran.c [new file with mode: 0644]
rosapps/lib/libjpeg/jquant1.c [new file with mode: 0644]
rosapps/lib/libjpeg/jquant2.c [new file with mode: 0644]
rosapps/lib/libjpeg/jutils.c [new file with mode: 0644]
rosapps/lib/libjpeg/jversion.h [new file with mode: 0644]
rosapps/lib/libjpeg/libjpeg.rbuild [new file with mode: 0644]
rosapps/lib/libjpeg/rdbmp.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdcolmap.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdgif.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdjpgcom.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdppm.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdrle.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdswitch.c [new file with mode: 0644]
rosapps/lib/libjpeg/rdtarga.c [new file with mode: 0644]
rosapps/lib/libjpeg/transupp.c [new file with mode: 0644]
rosapps/lib/libjpeg/transupp.h [new file with mode: 0644]
rosapps/lib/libjpeg/wrbmp.c [new file with mode: 0644]
rosapps/lib/libjpeg/wrgif.c [new file with mode: 0644]
rosapps/lib/libjpeg/wrjpgcom.c [new file with mode: 0644]
rosapps/lib/libjpeg/wrppm.c [new file with mode: 0644]
rosapps/lib/libjpeg/wrrle.c [new file with mode: 0644]
rosapps/lib/libjpeg/wrtarga.c [new file with mode: 0644]
rosapps/smartpdf/COPYING [new file with mode: 0644]
rosapps/smartpdf/baseutils/WinUtil.cpp [new file with mode: 0644]
rosapps/smartpdf/baseutils/WinUtil.hpp [new file with mode: 0644]
rosapps/smartpdf/baseutils/base_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/base_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/common_unit_tests.sln [new file with mode: 0644]
rosapps/smartpdf/baseutils/common_unit_tests.vcproj [new file with mode: 0644]
rosapps/smartpdf/baseutils/dstring.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/dstring.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/file_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/file_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/geom_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/geom_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/log_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/log_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/makefile.msvc [new file with mode: 0644]
rosapps/smartpdf/baseutils/ms_ui_helper.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/ms_ui_helper.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/ms_ui_shguim.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/netstr.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/netstr.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/netstr_ut.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/pdiff.cc [new file with mode: 0644]
rosapps/smartpdf/baseutils/pdiff.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/prefs_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/prefs_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/str_strsafe.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/str_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/str_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/str_util_test.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/strlist_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/strlist_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/test_file_util.cpp [new file with mode: 0644]
rosapps/smartpdf/baseutils/test_win.bat [new file with mode: 0644]
rosapps/smartpdf/baseutils/todo.txt [new file with mode: 0644]
rosapps/smartpdf/baseutils/tstr_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/unit_tests_all.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/win-build.bat [new file with mode: 0644]
rosapps/smartpdf/baseutils/win-rebuild.bat [new file with mode: 0644]
rosapps/smartpdf/baseutils/win_dib.cpp [new file with mode: 0644]
rosapps/smartpdf/baseutils/win_dib.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/win_image.cpp [new file with mode: 0644]
rosapps/smartpdf/baseutils/win_image.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/win_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/win_util.h [new file with mode: 0644]
rosapps/smartpdf/baseutils/wstr_util.c [new file with mode: 0644]
rosapps/smartpdf/baseutils/wstr_util.h [new file with mode: 0644]
rosapps/smartpdf/fitz.rbuild [new file with mode: 0644]
rosapps/smartpdf/fitz/COPYING [new file with mode: 0644]
rosapps/smartpdf/fitz/DESIGN [new file with mode: 0644]
rosapps/smartpdf/fitz/Makefile.vc [new file with mode: 0644]
rosapps/smartpdf/fitz/README [new file with mode: 0644]
rosapps/smartpdf/fitz/TODO [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/common/pdfapp.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/Info.plist [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/MacOS/.gitignore [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/PkgInfo [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/Resources/English.lproj/InfoPlist.strings [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/Resources/English.lproj/main.nib/classes.nib [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/Resources/English.lproj/main.nib/info.nib [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/Resources/English.lproj/main.nib/objects.xib [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/FzView.app/Contents/Resources/macpdf.icns [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/macosx/macpdf.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/jri.h [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/moz_main.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/moz_winres.rc [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/npapi.h [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/npunix.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/npupp.h [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/mozilla/npwin.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/pdftool.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/samshow.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/unix/gs_l.xbm [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/unix/x11pdf.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/unix/ximage.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/windows/gsapp.ico [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/windows/gsdoc.ico [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/windows/winmain.c [new file with mode: 0644]
rosapps/smartpdf/fitz/apps/windows/winres.rc [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_cleanname.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_cpudep.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_error.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_hash.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_matrix.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_memory.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_rect.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/base_rune.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/util_getopt.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/util_strlcat.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/util_strlcpy.c [new file with mode: 0644]
rosapps/smartpdf/fitz/base/util_strsep.c [new file with mode: 0644]
rosapps/smartpdf/fitz/build-debug.bat [new file with mode: 0644]
rosapps/smartpdf/fitz/build.bat [new file with mode: 0644]
rosapps/smartpdf/fitz/clean.bat [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/Dingbats.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusMonL-Bold.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusMonL-BoldObli.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusMonL-Regu.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusMonL-ReguObli.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusRomNo9L-Medi.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusRomNo9L-MediItal.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusRomNo9L-Regu.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusRomNo9L-ReguItal.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusSanL-Bold.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusSanL-BoldItal.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusSanL-Regu.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/NimbusSanL-ReguItal.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/StandardSymL.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/fonts/URWChanceryL-MediItal.cff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz-base.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz-draw.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz-stream.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz-world.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_cpudep.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_geom.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_hash.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_math.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_pixmap.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_runtime.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/base_sysdep.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/draw_misc.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/draw_path.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/stm_buffer.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/stm_crypt.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/stm_filter.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/stm_object.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/stm_stream.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_color.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_font.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_image.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_path.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_shade.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_text.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/fitz/wld_tree.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/annot.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/base14.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/content.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/page.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/rsrc.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/syntax.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/mupdf/xref.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/pdfapp.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus/fixdoc.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus/misc.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus/names.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus/pack.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus/xml.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/samus/zip.h [new file with mode: 0644]
rosapps/smartpdf/fitz/include/win_os.h [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/glyphlist.txt [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_annot.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_build.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_cmap.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_colorspace1.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_colorspace2.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_crypt.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_debug.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_doctor.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_font.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_fontagl.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_fontenc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_fontfile.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_fontfilefc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_fontfilems.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_function.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_image.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_interpret.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_lex.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_nametree.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_open.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_outline.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_page.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_pagetree.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_parse.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_pattern.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_repair.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_resources.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_save.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_shade.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_shade1.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_shade4.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_store.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_stream.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_type3.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_unicode.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_xobject.c [new file with mode: 0644]
rosapps/smartpdf/fitz/mupdf/pdf_xref.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/archppc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/archsparc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/archx86.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/glyphcache.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/imagedraw.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/imagescale.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/imageunpack.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/meshdraw.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/pathfill.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/pathscan.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/pathstroke.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/pixmap.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/porterduff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/raster/render.c [new file with mode: 0644]
rosapps/smartpdf/fitz/samus/sa_fixdoc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/samus/sa_misc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/samus/sa_pack.c [new file with mode: 0644]
rosapps/smartpdf/fitz/samus/sa_tiff.c [new file with mode: 0644]
rosapps/smartpdf/fitz/samus/sa_xml.c [new file with mode: 0644]
rosapps/smartpdf/fitz/samus/sa_zip.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/crypt_arc4.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/crypt_crc32.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/crypt_md5.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_a85d.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_a85e.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_ahxd.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_ahxe.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_arc4.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_dctc.h [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_dctd.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_dcte.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxc.h [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxd.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxd.h [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxdtab.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxe.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxe.h [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_faxetab.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_flate.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_jbig2d.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_jpxd.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_lzwd.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_lzwe.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_null.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_pipeline.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_predict.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_rld.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/filt_rle.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/obj_array.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/obj_dict.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/obj_parse.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/obj_print.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/obj_simple.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/stm_buffer.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/stm_filter.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/stm_misc.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/stm_open.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/stm_read.c [new file with mode: 0644]
rosapps/smartpdf/fitz/stream/stm_write.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_misc1.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_misc2.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_optimize.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_path.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_text.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_tolisp.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_toxml.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/node_tree.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/res_colorspace.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/res_font.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/res_image.c [new file with mode: 0644]
rosapps/smartpdf/fitz/world/res_shade.c [new file with mode: 0644]
rosapps/smartpdf/fitzheadlib.vcproj [new file with mode: 0644]
rosapps/smartpdf/fitzlib.cbp [new file with mode: 0644]
rosapps/smartpdf/fitzlib.vcproj [new file with mode: 0644]
rosapps/smartpdf/pdfbench.vcproj [new file with mode: 0644]
rosapps/smartpdf/pdfbenchbase.vcproj [new file with mode: 0644]
rosapps/smartpdf/poppler.rbuild [new file with mode: 0644]
rosapps/smartpdf/poppler/AUTHORS [new file with mode: 0644]
rosapps/smartpdf/poppler/COPYING [new file with mode: 0644]
rosapps/smartpdf/poppler/ChangeLog [new file with mode: 0644]
rosapps/smartpdf/poppler/INSTALL [new file with mode: 0644]
rosapps/smartpdf/poppler/NEWS [new file with mode: 0644]
rosapps/smartpdf/poppler/README [new file with mode: 0644]
rosapps/smartpdf/poppler/README-XPDF [new file with mode: 0644]
rosapps/smartpdf/poppler/TODO [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiBase.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiBase.h [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiEncodings.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiEncodings.h [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiTrueType.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiTrueType.h [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiType1.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiType1.h [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiType1C.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/FoFiType1C.h [new file with mode: 0644]
rosapps/smartpdf/poppler/fofi/Makefile.am [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/FastAlloc.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/FastAlloc.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/FastFixedAllocator.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/FastFixedAllocator.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/FixedPoint.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/FixedPoint.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooHash.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooHash.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooList.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooList.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooMutex.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooString.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooString.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooTimer.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooTimer.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/GooVector.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/Makefile.am [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/gfile.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/gfile.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/gmem.c [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/gmem.h [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/gmempp.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/goo/gtypes.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Annot.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Annot.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Array.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Array.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/ArthurOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/ArthurOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/BaseFile.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/BuiltinFont.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/BuiltinFont.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/BuiltinFontTables.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/BuiltinFontTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CMap.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CMap.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CairoFontEngine.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CairoFontEngine.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CairoOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CairoOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Catalog.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Catalog.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CharCodeToUnicode.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CharCodeToUnicode.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CharTypes.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/CompactFontTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/DCTStream.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/DCTStream.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Decrypt.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Decrypt.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Dict.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Dict.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Error.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Error.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/ErrorCodes.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/FlateStream.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/FlateStream.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/FontEncodingTables.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/FontEncodingTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/FontInfo.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/FontInfo.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Function.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Function.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Gfx.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Gfx.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GfxFont.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GfxFont.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GfxState.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GfxState.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GlobalParams.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GlobalParams.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/GlobalParamsWin.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/JArithmeticDecoder.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/JArithmeticDecoder.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/JBIG2Stream.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/JBIG2Stream.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/JPXStream.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/JPXStream.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Lexer.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Lexer.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Link.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Link.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Makefile.am [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/NameToCharCode.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/NameToCharCode.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/NameToUnicodeTable.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Object.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Object.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Outline.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Outline.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/OutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/OutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PDFDoc.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PDFDoc.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PDFDocEncoding.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PDFDocEncoding.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PSOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PSOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PSTokenizer.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PSTokenizer.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Page.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Page.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PageLabelInfo.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PageLabelInfo.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/PageTransition.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Parser.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Parser.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/ProfileData.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/ProfileData.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/SecurityHandler.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/SecurityHandler.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Sound.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Sound.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/SplashOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/SplashOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Stream-CCITT.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Stream.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/Stream.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/TextOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/TextOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UGooString.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UGooString.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UTF8.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeCClassTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeCompTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeDecompTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeMap.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeMap.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeMapTables.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeTypeTable.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/UnicodeTypeTable.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/XRef.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/XRef.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/XpdfPluginAPI.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/XpdfPluginAPI.h [new file with mode: 0644]
rosapps/smartpdf/poppler/poppler/poppler-config.h.in [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/Makefile.am [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/Splash.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/Splash.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashBitmap.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashBitmap.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashClip.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashClip.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashErrorCodes.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFTFont.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFTFont.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFTFontEngine.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFTFontEngine.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFTFontFile.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFTFontFile.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFont.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFont.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFontEngine.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFontEngine.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFontFile.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFontFile.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFontFileID.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashFontFileID.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashGlyphBitmap.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashMath.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashPath.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashPath.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashPattern.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashPattern.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashScreen.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashScreen.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashState.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashState.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashT1Font.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashT1Font.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashT1FontEngine.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashT1FontEngine.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashT1FontFile.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashT1FontFile.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashTypes.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashXPath.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashXPath.h [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashXPathScanner.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/splash/SplashXPathScanner.h [new file with mode: 0644]
rosapps/smartpdf/poppler/test/Makefile.am [new file with mode: 0644]
rosapps/smartpdf/poppler/test/gtk-cairo-test.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/test/gtk-splash-test.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/test/pdf-inspector.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/test/pdf-inspector.glade [new file with mode: 0644]
rosapps/smartpdf/poppler/test/pdf-operators.c [new file with mode: 0644]
rosapps/smartpdf/poppler/test/pdfbench.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/HtmlFonts.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/HtmlFonts.h [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/HtmlLinks.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/HtmlLinks.h [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/HtmlOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/HtmlOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/ImageOutputDev.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/ImageOutputDev.h [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/Makefile.am [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/parseargs.c [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/parseargs.h [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdf2xml.dtd [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdffonts.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdffonts.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdfimages.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdfimages.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdfinfo.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdfinfo.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftohtml.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftohtml.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftoppm.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftoppm.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftops.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftops.cc [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftotext.1 [new file with mode: 0644]
rosapps/smartpdf/poppler/utils/pdftotext.cc [new file with mode: 0644]
rosapps/smartpdf/popplerlib.cbp [new file with mode: 0644]
rosapps/smartpdf/popplerlib.vcproj [new file with mode: 0644]
rosapps/smartpdf/smartpdf.def [new file with mode: 0644]
rosapps/smartpdf/smartpdf.rbuild [new file with mode: 0644]
rosapps/smartpdf/src/AppPrefs.cc [new file with mode: 0644]
rosapps/smartpdf/src/AppPrefs.h [new file with mode: 0644]
rosapps/smartpdf/src/DisplayModel.cc [new file with mode: 0644]
rosapps/smartpdf/src/DisplayModel.h [new file with mode: 0644]
rosapps/smartpdf/src/DisplayModelFitz.cc [new file with mode: 0644]
rosapps/smartpdf/src/DisplayModelFitz.h [new file with mode: 0644]
rosapps/smartpdf/src/DisplayModelSplash.cc [new file with mode: 0644]
rosapps/smartpdf/src/DisplayModelSplash.h [new file with mode: 0644]
rosapps/smartpdf/src/DisplayState.cc [new file with mode: 0644]
rosapps/smartpdf/src/DisplayState.h [new file with mode: 0644]
rosapps/smartpdf/src/FileHistory.cc [new file with mode: 0644]
rosapps/smartpdf/src/FileHistory.h [new file with mode: 0644]
rosapps/smartpdf/src/Kopie von SumatraPDF.cpp [new file with mode: 0644]
rosapps/smartpdf/src/PdfEngine.cc [new file with mode: 0644]
rosapps/smartpdf/src/PdfEngine.h [new file with mode: 0644]
rosapps/smartpdf/src/PdftestWinPreview.cc [new file with mode: 0644]
rosapps/smartpdf/src/Resource.h [new file with mode: 0644]
rosapps/smartpdf/src/SumatraDialogs.cc [new file with mode: 0644]
rosapps/smartpdf/src/SumatraDialogs.h [new file with mode: 0644]
rosapps/smartpdf/src/SumatraPDF.aps [new file with mode: 0644]
rosapps/smartpdf/src/SumatraPDF.cpp [new file with mode: 0644]
rosapps/smartpdf/src/SumatraPDF.h [new file with mode: 0644]
rosapps/smartpdf/src/SumatraPDF.ico [new file with mode: 0644]
rosapps/smartpdf/src/SumatraPDF.rc [new file with mode: 0644]
rosapps/smartpdf/src/build-release.bat [new file with mode: 0644]
rosapps/smartpdf/src/config.h [new file with mode: 0644]
rosapps/smartpdf/src/dragcursor.cur [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/Thumbs.db [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/folder.bmp [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/folder.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/next.bmp [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/next.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/previous.bmp [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/previous.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/printer.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/rotate_anticlock.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/rotate_cloc.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/zoom_in.bmp [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/zoom_in.png [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/zoom_out.bmp [new file with mode: 0644]
rosapps/smartpdf/src/icons-silk/zoom_out.png [new file with mode: 0644]
rosapps/smartpdf/src/pdfbench.cc [new file with mode: 0644]
rosapps/smartpdf/src/poppler-config.h [new file with mode: 0644]
rosapps/smartpdf/src/strings.txt [new file with mode: 0644]
rosapps/smartpdf/src/todo.txt [new file with mode: 0644]
rosapps/smartpdf/src/toolbar-disabled.bmp [new file with mode: 0644]
rosapps/smartpdf/src/toolbar.bmp [new file with mode: 0644]
rosapps/smartpdf/src/translations.cpp [new file with mode: 0644]
rosapps/smartpdf/src/translations.h [new file with mode: 0644]
rosapps/smartpdf/src/translations_txt.c [new file with mode: 0644]
rosapps/smartpdf/src/translations_txt.h [new file with mode: 0644]
rosapps/smartpdf/sumatrapdf.cbp [new file with mode: 0644]
rosapps/smartpdf/sumatrapdf.sln [new file with mode: 0644]
rosapps/smartpdf/sumatrapdf.vcproj [new file with mode: 0644]
rosapps/smartpdf/sumatrapdfdll.sln [new file with mode: 0644]
rosapps/smartpdf/sumatrapdfdll.vcproj [new file with mode: 0644]