-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xpdf-4.05
updated
9 files
+10 −4 | CMakeLists.txt | |
+88 −88 | cmake-config.txt | |
+105 −105 | xpdf-qt/CMakeLists.txt | |
+276 −200 | xpdf/CMakeLists.txt | |
+46 −0 | xpdf/CharCodeToUnicode.cc | |
+6 −0 | xpdf/CharCodeToUnicode.h | |
+115 −12 | xpdf/GlobalParams.cc | |
+9 −1 | xpdf/GlobalParams.h | |
+29 −0 | xpdf/UnicodeToUnicodeFontRules.h |