1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove code for legacy operating systems that I am unable to test. More... about 14 years ago
Merge pull request #10 from barak/master More... about 14 years ago
update debian/changelog More... about 14 years ago
build dependency on autotools for pre-configuration ./autogen.sh More... about 14 years ago
make new man page zxpdf(1) pointing to xpdf(1) More... about 14 years ago
update Makefile.am installation materials: zxpdf, docs, desktop, etc. More... about 14 years ago
move debian/zxpdf into main dir - script is not debian specific More... about 14 years ago
update debian packaging; rm debian/xpdf-wrapper More... about 14 years ago
git ignore build and autotool debris More... about 14 years ago
autotools tweaks, and remove generated files More... about 14 years ago
bump build dependency on libpoppler-dev (debian/control) More... about 14 years ago
Makefile.am: typo in filename More... about 14 years ago
Make autohinting optional. More... about 14 years ago
Allow use of keypad + and - as a way to zoom in and out. More... about 14 years ago
Kill a NULL pointer dereference. More... about 14 years ago
Make xpdf-poppler compile with poppler 0.16.0. More... about 14 years ago
Move files from the debian packaging to the main xpdf-poppler distribution. More... about 14 years ago
Don't explicitly cast an int to a pointer. More... about 14 years ago
Remove casts that the compiler is able to fill in. More... about 14 years ago
make: Fix compilation with recent linkers. More... about 14 years ago
Add Xpm to the linking phase of xpdf. More... over 14 years ago
Make the counting variable unsigned for consistency with other places. More... over 14 years ago
Implement more autotools improvements suggested by Diego E. Pettenò More... over 14 years ago
Introduce possibility to use autotools to build xpdf. More... over 14 years ago
Fix missing variable definition. More... over 14 years ago
Update link to my original 'manifesto'. More... over 14 years ago
Add build-dependency on libxpm-dev More... over 14 years ago
Unbreak compilation for the pixmap More... over 14 years ago
Merge branch 'master' of https://github.com/barak/xpdf-poppler into barak-master More... over 14 years ago
getZoomIdx() returns -1 under some circumstances, so its return value should be stored in a signed rather than unsigned int. More... over 14 years ago