root / pkpgcounter

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3513 [3513] 14 years jerome Fixes #50. Such files use undocumented values in PCLXL class 3.0 streams. …
(edit) @3502 [3502] 15 years jerome Doesn't check anymore if the current line ends with an EOL marker. …
(edit) @3495 [3495] 15 years jerome Now correctly handles the <ESC>$b???W sequences. IMPORTANT : a …
(edit) @3491 [3491] 15 years jerome Fix for some strange looking PCLXL files, workaround until I receive the …
(edit) @3483 [3483] 15 years jerome Updated manual page.
(edit) @3482 [3482] 15 years jerome Copyright years are now dynamic when displayed by pkpgcounter.
(edit) @3479 [3479] 15 years jerome Fixed incorrect svn properties.
(edit) @3477 [3477] 15 years jerome Changed copyright years.
(edit) @3474 [3474] 15 years jerome Changed copyright years.
(edit) @3461 [3461] 15 years jerome Uses True and False instead of 1 and 0.
(edit) @3460 [3460] 15 years jerome Ensures the temporary files are always closed (they should be anyway, but …
(edit) @3457 [3457] 15 years jerome Fixes #31 (will require a fix in PyKota as well, which references …
(edit) @3456 [3456] 15 years jerome Replaced all print statements.
(edit) @3450 [3450] 15 years jerome Reorganized packaging stuff.
(edit) @3447 [3447] 15 years jerome Fixes #33 by implementing Martin Schreiber's patch.
(edit) @3443 [3443] 15 years jerome Typo in a comment.
(edit) @3436 [3436] 15 years jerome Removed spaces at EOL.
(edit) @3410 [3410] 16 years jerome Changed coding statement to please this fucking Emacs.
(edit) @3409 [3409] 16 years jerome Added basic support for Brother's XL2HB Page Description Language, thanks …
(edit) @3402 [3402] 16 years jerome Another test.
(edit) @3401 [3401] 16 years jerome Added a note about the new PDF parser, and allows for a test of the …
(edit) @3400 [3400] 16 years jerome Still more work to accomodate custom drivers (incomplete and/or …
(edit) @3399 [3399] 16 years jerome Another small fix, related to #20.
(edit) @3397 [3397] 16 years jerome Fixes #20.
(edit) @3396 [3396] 16 years jerome Fixed a problem with custom PCL3/4/5 drivers, thanks to Roger Jochem.
(edit) @3390 [3390] 16 years jerome Added a small fix wrt problems reported by Roger Jochem.
(edit) @3386 [3386] 16 years jerome Removed unneeded stuff in the new PDF parser. We will add it again later …
(edit) @3385 [3385] 16 years jerome Rebuilt the PDF parsing engine to correctly account for redacted …
(edit) @3384 [3384] 16 years jerome Did some work to improve PDF parser : A very fast method (26 times faster …
(edit) @3381 [3381] 16 years jerome Specified link to the bug tracker.
(edit) @564 [564] 16 years jerome Changed copyright years. Removed unnecessary shebang lines. Changed …
(edit) @563 [563] 16 years jerome Now correctly ignores the EOJ statement and the PCLXL marker statement.
(edit) @562 [562] 16 years jerome Fixed a small problem with the parser's rewrite.
(edit) @561 [561] 16 years jerome Partial rewrite of PostScript? parser to increase both readability and …
(edit) @560 [560] 16 years jerome Fixed a problem with number of copies set through 'dvips -c xx'
(edit) @559 [559] 16 years jerome Missing space after '.'
(edit) @558 [558] 16 years jerome v3.50 is out.
(edit) @557 [557] 16 years jerome Updated version number and manual page.
(edit) @556 [556] 16 years jerome Updated list of supported drivers.
(edit) @555 [555] 16 years jerome Each parser now has a 'format' attribute containing its short name.
(edit) @554 [554] 16 years jerome Removed unneeded import statements.
(edit) @553 [553] 16 years jerome Remove unneeded import statements.
(edit) @552 [552] 16 years jerome Fixed docstring.
(edit) @551 [551] 16 years jerome Improved parser for pksm ghostscript device.
(edit) @550 [550] 16 years jerome Added missing information.
(edit) @549 [549] 16 years jerome Updated documentation.
(edit) @548 [548] 16 years jerome Changed docstring.
(edit) @547 [547] 16 years jerome Renamed parser in a more consistent and informational way.
(edit) @546 [546] 16 years jerome Added support for ASCII PNM files.
(edit) @545 [545] 16 years jerome Added support for Canon BJ/BJC file format in page counting mode.
(edit) @544 [544] 16 years jerome More informations in the testsuite.
(edit) @543 [543] 16 years jerome Pagecount adjustments for corner cases : makes hpijs/DJ350 and …
(edit) @542 [542] 16 years jerome Additional informations.
(edit) @541 [541] 16 years jerome Now the oce9050 ghostscript device should be correctly detected as …
(edit) @540 [540] 16 years jerome Improved the adjusting of page count in some corner cases.
(edit) @539 [539] 16 years jerome Added support for Structured Fax documents.
(edit) @538 [538] 16 years jerome Improved detection of PCL3/4/5 datas.
(edit) @537 [537] 16 years jerome Cleanly exits when the user does Ctrl+C.
(edit) @536 [536] 16 years jerome Changed message.
(edit) @535 [535] 16 years jerome Improved testsuite generator.
(edit) @534 [534] 16 years jerome Now also checks for some hpijs drivers.
(edit) @533 [533] 16 years jerome Fixed a problem which was due to a too small test suite for SPL1 file …
(edit) @532 [532] 16 years jerome Moved try/except out of the main loop to increase performance.
(edit) @531 [531] 16 years jerome Fixed the generation of the manual page to accomodate Debian packaging …
(edit) @530 [530] 16 years jerome Version 3.40 is out.
(edit) @529 [529] 16 years jerome Finalized support for MS documents.
(edit) @528 [528] 16 years jerome Improved documentation wrt dependencies. Moved OpenDocument? up in the list …
(edit) @527 [527] 16 years jerome Now the presence of executable dependencies is tested at runtime.
(edit) @526 [526] 16 years jerome Fixed a major problem in the detection of ISO/IEC DIS 26300 …
(edit) @525 [525] 16 years jerome Added support for ink accounting of MS Word documents through abiword …
(edit) @524 [524] 16 years jerome Added helper function to later detect the presence of executable …
(edit) @523 [523] 16 years jerome Renamed module.
(edit) @522 [522] 16 years jerome Finally we need to duplicate some datas, since for some file formats (e.g. …
(edit) @521 [521] 16 years jerome More code cleaning : let ghostscript do the job of reading the input file …
(edit) @520 [520] 16 years jerome Code cleaning.
(edit) @519 [519] 16 years jerome Added a skeleton for Microsoft Word (c) (tm) (r) (etc...) documents.
(edit) @518 [518] 16 years jerome Fixed a problem when opening some non-image files.
(edit) @517 [517] 16 years jerome Increased version number.
(edit) @516 [516] 16 years jerome Fixed copyright message.
(edit) @515 [515] 16 years jerome v3.30 is ready.
(edit) @514 [514] 16 years jerome Added new items.
(edit) @513 [513] 16 years jerome Most of the needed changes were done. Removing mmap won't be as easy …
(edit) @512 [512] 16 years jerome Give credits where it's due.
(edit) @511 [511] 16 years jerome Removed the debian/ directory, since we will maintain it on Debian's …
(edit) @510 [510] 16 years jerome Moved the color testing before the page accounting tests to improve …
(edit) @509 [509] 16 years jerome Now outputs separately the number of failed devices, i.e. devices for …
(edit) @508 [508] 16 years jerome Improved detection of PCL3/4/5
(edit) @507 [507] 16 years jerome Use a pipe now.
(edit) @506 [506] 16 years jerome Ensures the testsuite is sorted in the same order it was generated.
(edit) @505 [505] 16 years jerome Improved testsuite generation tool to regenerate a testsuite if the input …
(edit) @504 [504] 16 years jerome Now outputs a WARN instead of ERROR if size is != master's size.
(edit) @503 [503] 16 years jerome Improved readability of results.
(edit) @502 [502] 16 years jerome Improved documentation wrt the newly added dependency on ImageMagick? for …
(edit) @501 [501] 16 years jerome Added parser for all image formats supported by PIL.
(edit) @500 [500] 16 years jerome Added parser for image files.
(edit) @499 [499] 16 years jerome Now launches the tests automatically once the testsuite is created.
(edit) @498 [498] 16 years jerome Removed the nullpage device from the computed list, if present.
(edit) @497 [497] 16 years jerome Renamed it since it also runs the tests after having generated the test …
(edit) @496 [496] 16 years jerome Instead of having a static list of ghostscript devices, it will be much …
(edit) @495 [495] 16 years jerome I'm not selfish enough it seems ;-)
Note: See TracRevisionLog for help on using the revision log.