root / pkpgcounter

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @494 [494] 16 years jerome Improved plain text detection.
(edit) @493 [493] 16 years jerome Re-optimize disk access by not reopening and re-reading first and last …
(edit) @492 [492] 16 years jerome Even more code cleaning : we use named temporary files now, so no need for …
(edit) @491 [491] 16 years jerome Major code cleaning. Now clearer, although probably a bit slower since a …
(edit) @490 [490] 16 years jerome Added some notes about what needs to be done to : 1 - Simplify …
(edit) @489 [489] 16 years jerome Improved code robustness.
(edit) @488 [488] 16 years jerome Improved parser against cheaters, just in case.
(edit) @487 [487] 16 years jerome Added gdi driver in the testsuite. Fixed some docstrings.
(edit) @486 [486] 16 years jerome Updated manual page.
(edit) @485 [485] 16 years jerome Almost ok for release.
(edit) @484 [484] 16 years jerome Added the eject page marker.
(edit) @483 [483] 16 years jerome Renamed LIDIL miniparser.
(edit) @482 [482] 16 years jerome Added minimal detector for HP LIDIL file format.
(edit) @481 [481] 17 years jerome Tag for v3.20
(edit) @480 [480] 17 years jerome v3.20 is out with support for Brother HBP and improved PCLXL parser wrt …
(edit) @479 [479] 17 years jerome The PCLXL parser now should correctly handle Canon ImageRunner? tags. Needs …
(edit) @478 [478] 17 years jerome Canon ImageRunner? commands can be present in both PCL3/4/5 jobs and in …
(edit) @477 [477] 17 years jerome v3.10 is out.
(edit) @476 [476] 17 years jerome Now includes the ESC/PageS03 parser.
(edit) @475 [475] 17 years jerome Removed debugging messages.
(edit) @474 [474] 17 years jerome Renamed parser to match Page Description Language's name.
(edit) @473 [473] 17 years jerome Added parser for ESC/PageS03.
(edit) @472 [472] 17 years jerome Improved the detection of ESC/P2. Made the PJL parser also handle EJL (in …
(edit) @471 [471] 17 years jerome Another fix for Canon ImageRunner? printers... I hope this is the good …
(edit) @470 [470] 17 years jerome Upgraded copyright message.
(edit) @469 [469] 17 years jerome Tag for v3.00
(edit) @468 [468] 17 years jerome Well, this time it is…
(edit) @467 [467] 17 years jerome v3.00 is out.
(edit) @466 [466] 17 years jerome Added script to generate Debian packages.
(edit) @465 [465] 17 years jerome Remove unnecessary files.
(edit) @464 [464] 17 years jerome Updated NEWS file.
(edit) @463 [463] 17 years jerome Licensing terms changed to GNU GPL v3.0 or higher. Removed old PCL3/4/5 …
(edit) @462 [462] 17 years jerome Not ready yet.
(edit) @461 [461] 17 years jerome Fixed a problem when handling Canon ImageRunner? documents.
(edit) @460 [460] 17 years jerome Tag for v2.18
(edit) @459 [459] 17 years jerome Fixed problem with Python 2.5
(edit) @458 [458] 17 years jerome Added Debian packaging stuff.
(edit) @457 [457] 17 years jerome v2.17 is out.
(edit) @456 [456] 17 years jerome Fixed handling of number of copies as defined through PJL statements.
(edit) @455 [455] 17 years jerome Fixed PJL reference's file name.
(edit) @454 [454] 17 years jerome Added some notes and debugging information
(edit) @453 [453] 17 years jerome Tag for 2.16
(edit) @452 [452] 17 years jerome v2.16 is out with a fix for some line based PCL3/4/5 drivers.
(edit) @451 [451] 17 years jerome Version 2.15 is out.
(edit) @450 [450] 17 years jerome Now uses Python's universal newline detection to read input files, and …
(edit) @449 [449] 17 years jerome Uses True/False vs 1/0
(edit) @448 [448] 17 years jerome Improved detection of number of copies.
(edit) @447 [447] 17 years jerome Ensures some clever "student" can't generate '%%Pages:' comment and fool …
(edit) @446 [446] 17 years jerome Tag for 2.14
(edit) @445 [445] 17 years jerome v2.14 is out.
(edit) @444 [444] 17 years jerome Fixed a problem with PostScript? parser and some printer drivers.
(edit) @443 [443] 17 years jerome Changed copyright years.
(edit) @442 [442] 17 years jerome Severely optimized color detection code in GC colorspace with absolutely …
(edit) @441 [441] 17 years jerome Tag for v2.13
(edit) @440 [440] 17 years jerome Updated manual page.
(edit) @439 [439] 17 years jerome Now recognizes the GC pseudo colorspace to differentiate between grayscale …
(edit) @438 [438] 17 years jerome Tag for 2.12
(edit) @437 [437] 17 years jerome Fixed a problem in the PostScript? parser with some versions (or …
(edit) @436 [436] 17 years jerome Tag for v2.11.
(edit) @435 [435] 17 years jerome New release.
(edit) @434 [434] 17 years jerome Code de-uglyfication.
(edit) @433 [433] 17 years jerome Now gives more information in case of failure.
(edit) @432 [432] 17 years jerome Improved error detection.
(edit) @431 [431] 17 years jerome Use the same converter command lines for all PCL parsers.
(edit) @430 [430] 17 years jerome Forces the resolution at the first conversion command in the pipe.
(edit) @429 [429] 17 years jerome Ensure no data remains in the pipe.
(edit) @428 [428] 17 years jerome Improved ink accounting by allowing several commands to be launch to …
(edit) @427 [427] 17 years jerome Ensures the temporary file is removed in all cases.
(edit) @426 [426] 17 years jerome Uses pswrite instead of pdfwrite to workaround some missing glyphs …
(edit) @425 [425] 17 years jerome Ensure to close the child's stdin in all cases.
(edit) @424 [424] 18 years jerome Fixed some docstrings.
(edit) @423 [423] 18 years jerome Re-added tag for v2.10
(edit) @422 [422] 18 years jerome Fixed a problem with multiple FormFeed? characters per line.
(edit) @421 [421] 18 years jerome Removed incorrect tag.
(edit) @420 [420] 18 years jerome v2.10 is now out.
(edit) @419 [419] 18 years jerome Updated manual page.
(edit) @418 [418] 18 years jerome Added plain text parser with support for both page counting and ink …
(edit) @417 [417] 18 years jerome Fixed a problem in the skipping of Kyocera Prescribe commands.
(edit) @416 [416] 18 years jerome Removed badly placed comments.
(edit) @415 [415] 18 years jerome Moved the test() function elsewhere, so that it is present only once in …
(edit) @414 [414] 18 years jerome Make the plain text parser automatically fail when the file doesn't seem …
(edit) @413 [413] 18 years jerome Re-ordered parsers.
(edit) @412 [412] 18 years jerome Added a plain text parser. BEWARE with this !
(edit) @411 [411] 18 years jerome Improved robustness
(edit) @410 [410] 18 years jerome Integrated the SPL1 parser.
(edit) @409 [409] 18 years jerome First attempt at a work SPL1 parser.
(edit) @408 [408] 18 years jerome Added initial parser for SPL1.
(edit) @407 [407] 18 years jerome Tag for v2.00
(edit) @406 [406] 18 years jerome pkpgcounter v2.00 is out.
(edit) @405 [405] 18 years jerome Improved the color testsuite : it now includes the expected results.
(edit) @404 [404] 18 years jerome More complete doc.
(edit) @403 [403] 18 years jerome Renamed the new PCL3/4/5 parser in order to activate it.
(edit) @402 [402] 18 years jerome Renamed the actual PCL3/4/5 parser to deactivate it but keep it available …
(edit) @401 [401] 18 years jerome Doesn't increment the page count if the parser is inside an HPGL2 block.
(edit) @400 [400] 18 years jerome Re-added the handling of the PJL stuff. Probably needs to be moved inline …
(edit) @399 [399] 18 years jerome Added untested code for Canon ImageRunner? printer drivers.
(edit) @398 [398] 18 years jerome Improved parser a bit more.
(edit) @397 [397] 18 years jerome Fixed a problem with the ESC% sequence.
(edit) @396 [396] 18 years jerome Much improved parser, now skips HPGL2.
(edit) @395 [395] 18 years jerome Improved the new pcl345 parser. It correctly parses the testsuite, but …
Note: See TracRevisionLog for help on using the revision log.