summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* forgot to describe bug#tagoh2006-09-071-1/+1
|
* 2006-09-07 Akira TAGOH <at@gclab.org>tagoh2006-09-073-21/+26
| | | | | | | | | * src/paps.c: added the missing header file. (main): added --font option instead of --font-scale and --family, which works like specifying PangoFontDescription. * src/paps.1: removed --font-scale and --family description and added --font instead.
* * src/paps.c (main, read_file): added --encoding option support. ↵tagoh2006-09-072-6/+40
| | | | (#1494769)
* 2006-09-07 Akira TAGOH <at@gclab.org>tagoh2006-09-072-4/+24
| | | | | | * src/paps.c (split_text_into_paragraphs) (split_paragraphs_into_lines, output_pages): formfeed support that is originally written by Jan Willem Stumpel
* * src/paps.c (split_text_into_paragraphs): fixed a possible segfaulttagoh2006-05-252-2/+5
| | | | issue.
* 2006-05-25 Akira TAGOH <at@gclab.org>tagoh2006-05-253-2/+9
| | | | | | | * src/paps.1: fixed a typo. (#1491827) * src/paps.c: changed an option name --font_scale to --font-scale according to other options prefers a hyphen other than underscore.
* 2006-04-26 Dov Grobgeld <dov.grobgeld@gmail.com>dov-g2006-04-272-64/+80
| | | | | | | | | | * src/libpaps.c: Got rid of dead old crud. * src/libpaps.c: Defined PANGO_GLYPH_EMPTY that is not exported from pango. * src/libpaps.c: Ignore characters that FT_Load_Glyph returns an error code about.
* * src/paps.1: Fixed errors in option documentations.dov-g2006-04-172-0/+75
|
* 2006-04-17 Dov Grobgeld <dov.grobgeld@gmail.com>dov-g2006-04-176-150/+292
| | | | | | | | | | | | | | | | | | * configure.in: Bumped version to 0.6.5 * src/paps.c: Made header separation independant on font scale. * src/paps.c: Made header font description independent on font scale. * doc/mainpage.h: Fixed typo. * src/paps.c: Output GOption parser message when parsing fails. * src/paps.1: Fixed man page so that it corresponds to goption parser. * src/paps.c: Fixed header position so that it takes margins into account. * src/Makefile.am: Added pango.1 to EXTRA_DIST to make it part of tar f
* * src/paps.c: Applied tagoh's patch for setting the page sizedov-g2006-03-283-8/+22
| | | | | | in PostScript. * src/paps.c: Fixed linebreaks in --help printout.
* Fixed string overflow in hash string lookup.dov-g2005-12-223-59/+8
|
* * Released new version 0.6.2dov-g2005-12-205-19/+85
| | | | | | | | | | | | * src/libpaps.c: Skip bitmap glyphs in order not to crash in decomposition. * src/paps.c: Created external for margin settings. * src/libpaps.c: Fixed default font to monospace per Jan Willem Stumpel suggestion. * src/paps.c: Fixed printing of row that lacks a trailing newline.
* Initial revisiondov-g2005-12-2021-0/+3137