Editor for manipulating PDF documents. GUI version + commandline interface.
| 2010-02-26 09:52:05 by OBATA Akio | Files touched by this commit (1) |
Log message:
Note CVE-2009-1188, CVE-2009-3603, CVE-2009-3604, CVE-2009-3606, CVE-2009-3608 \
and CVE-2009-3609.
|
| 2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222) |
Log message:
Remove obsolete @dirrm lines.
|
| 2009-07-29 23:51:54 by Tonnerre | Files touched by this commit (1) |
Log message:
Add TODO entries for CVE-2009-0146, CVE-2009-0147, CVE-2009-0166,
CVE-2009-0195, CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180,
CVE-2009-1181, CVE-2009-1182 and CVE-2009-1183 to pdfedit.
|
| 2009-03-06 05:55:31 by Marko Schütz | Files touched by this commit (4) |
Log message:
added an include for stdlib.h from xpdf.../gfile.h and xpdf.../gfile.cc
exception is in newer boost library, but the code used the one from namespace \
std: added explicit std::
|
2007-04-30 11:18:15 by Lubomir Kundrak | Files touched by this commit (3) |  |
Log message:
Version bump
All changes between 0.3.0 and 0.3.1:
* Fixed commandline function invocation
* Fixed QSA using bad qmake
* Fixed --enable-release option in configure script
* Xpdf code cleanup (removed unused files)
* Fixed possible unicode string handling errors
* Added checks for QTDIR and QMAKESPEC to ./configure
* Compilation fixes for gcc-4.3 (thanks to Martin Michlmayr for patch)
* Added german translation (thanks to Andreas Mantke)
* Updated Xpdf to 3.01pl2 (some security bugs were fixed)
* Fixed unicode file name handling
* LC_ALL and LC_MESSAGES env. variables are now processed, not only LANG
* .qm files are now (re)compiled when running qmake in src/gui
* Setting units in options now does not break when changing locale
* Added settings to change initial focus
* Added tooltips for line width, font face and font size selection boxes
* In configure, --enable-release is turned on by default
(use --disable-release to turn it off)
* Files README, Changelog and doc/AUTHORS are now installed
to documentation directory with "make install"
* Fixed about window not showing all text if font size is too big
* Fixed icon cache freeing data prematurely, causing ineffectivity
and possibly crashes
* Minor bugfixes
|
2007-04-17 18:04:23 by Lubomir Kundrak | Files touched by this commit (4) |  |
Log message:
Version bump. Changelog follows:
All changes between 0.2.5 and 0.3.0:
* Fixed wrong permission of files in source tarball
#129; Removed workaround from Makefile
* post_configure tries to find correct qmake
* modified makefiles to properly clean stuff with
make clean/make distclean (thanks to Varun Hiremath for patch)
* Added "save as text" feature
* Added loadFile and saveFile functions to scripting
* Speedup of some kernel functions
* Reordered menu for more standard order
* Added russian translation
Added file to PLIST
* Added time, tick, rand functions to scripting
* Functions transformationMatrixMul and transformationMatrixDiv
implemented in C++, 2-3x faster than script version
* Updated internal QSA to 1.1.5
* PageView now can be scrolled by keyboard
* Added --enable-release to configure
* Minor bugfixes
|
| 2007-02-22 12:57:14 by Lubomir Kundrak | Files touched by this commit (1) |
Log message:
Reverting last change -- Roland noted that qt3-tools is already fixed
|
| 2007-02-21 22:54:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Needs gmake.
|