]> mj.ucw.cz Git - paperjam.git/shortlog
paperjam.git
2024-01-13 Martin MaresTODO: a4r paper master
2023-05-13 Martin MaresMakefile: Bumped C++ standard to gnu++17
2022-11-04 Martin MaresAdded example usage to --help
2022-08-21 Martin MaresReleased as v1.2 v1.2
2022-08-21 Martin MaresAutomatic page rotation based on the /Rotate key
2022-08-21 Martin Maresxform_page() is now a part of pdf.cc
2022-08-21 Martin MaresPage rotation is now a part of pdf-tools
2022-07-31 Martin MaresManual: Fix grammar errors found by LanguageTool
2022-05-05 Martin MaresTODO
2021-12-05 Martin MaresTODO
2021-12-04 Martin MaresDebian: libqpdf-dev and libpaper-dev are required for...
2020-06-01 Martin MaresFixed selectors which walk pages backwards
2020-06-01 Martin MaresMan page: Fixed a typo
2020-02-11 Martin MaresReleased as version 1.1 v1.1.1
2020-02-11 Martin MaresOne more <cstring>
2020-02-11 Martin MaresAdded forgotten #include <cstring>
2020-01-19 Martin Maresdebian/mk: Do not leave "+1" files
2020-01-19 Martin Maresdebian/control: debhelper 10 (Stretch) is sufficient
2020-01-19 Martin Maresdebian/mk: Do not fail if debian/changelog is missing
2020-01-19 Martin MaresMakefile: New distribution site of released tarballs
2020-01-19 Martin MaresDebian packaging
2020-01-19 Martin MaresMakefile: Support DESTDIR
2020-01-19 Martin MaresREADME: We have a man page
2020-01-19 Martin MaresTODO
2020-01-19 Martin MaresLICENSE: Paperjam is not Isolate :)
2018-07-09 Martin MaresTop and bottom margins were swapped
2018-06-30 Martin MaresTODO
2018-06-30 Martin MaresReleased as version 1.1 v1.1
2018-06-01 Martin MaresAdded debugging dump of page operations
2018-06-01 Martin MaresFixed the margins command to match documentation
2018-06-01 Martin MaresImplemented slice
2018-06-01 Martin MaresMakefile: Clean more files
2018-04-28 Martin MaresUnify spelling of PaperJam v1.0
2018-04-28 Martin MaresLet this be v1.0
2018-04-28 Martin MaresDocumentation: Minor fixes, trimming of TODO
2018-04-28 Martin MaresManual: Improved description
2018-04-28 Martin MaresMakefile: Added install target
2018-04-28 Martin MaresAdded a manual page
2018-04-28 Martin MaresAllow bare identifiers as values of string arguments
2018-04-22 Martin MaresImplemented common
2018-04-13 Martin MaresFix ranges in select command
2018-04-10 Martin MaresFix rotate command
2018-04-07 Martin MaresThis will be paperjam-0.1 v0.1
2018-04-07 Martin MaresVersion numbers
2018-04-07 Martin MaresProper help for all commands and arguments
2018-04-07 Martin MaresBetter reporting of parse errors
2018-04-07 Martin MaresUnified terminology: arguments, not parameters
2018-04-07 Martin MaresProduce proper Info dictionary
2018-04-07 Martin MaresCleaned up debugging messages
2018-04-06 Martin MaresBetter error messages from instantiating and running...
2018-04-06 Martin MaresImplemented clip
2018-04-06 Martin Mares"draw-bbox" replaced by "debug"
2018-04-06 Martin MaresCropmarks mark=bg
2018-04-06 Martin MaresSettable colors of cropmarks
2018-04-06 Martin MaresBetter formatting of PDF numbers
2018-04-06 Martin MaresTODO: cropmarks done
2018-04-06 Martin MaresNup: Cropmarks
2018-04-06 Martin MaresFix bug introduced by previous commit
2018-04-06 Martin MaresCropmarks
2018-04-06 Martin MaresNup: Merging of boxes and the mixed switch
2018-04-06 Martin Marespage->bbox renamed to page->image_box
2018-04-06 Martin MaresNup has acquired a "tpos" option
2018-04-04 Martin MaresMinor fixes and TODOs for nup
2018-04-04 Martin MaresPartial nup
2018-04-04 Martin MaresModulo: "half" switch
2018-04-04 Martin MaresImplemented book
2018-04-03 Martin MaresImplemented add-blank
2018-04-03 Martin MaresImplemented expand, margins
2018-04-03 Martin MaresImplemented paper, scaleto, fit
2018-04-03 Martin MaresImplemented merge
2018-04-03 Martin MaresSimplify passing of arguments
2018-04-03 Martin MaresSimplify construction of command objects
2018-04-02 Martin MaresMore TODO
2018-04-02 Martin MaresTODO
2018-04-02 Martin MaresShuffling code around
2018-04-02 Martin MaresSimplified single-page commands
2018-04-02 Martin MaresFlip and switch parameters
2018-04-02 Martin MaresMeasure bboxes by Ghostscripting
2018-04-01 Martin MaresTrivial auto-generated help
2018-04-01 Martin Maresdraw_bbox
2018-04-01 Martin MaresRemember bounding boxes of page contents
2018-04-01 Martin MaresModulo works
2018-04-01 Martin MaresMore general syntax of pipelines
2018-04-01 Martin MaresStore duplicate pages only once
2018-04-01 Martin MaresSelect works
2018-04-01 Martin MaresRotate works
2018-04-01 Martin MaresArg reform
2018-04-01 Martin MaresOops :)
2018-04-01 Martin MaresRudimentary reading and writing PDFs
2018-03-31 Martin MaresBits of commands
2018-03-31 Martin MaresMore parsing
2018-03-31 Martin MaresFirst attempts...