shithub: pdffs

RSS feed

71faea8a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/08/11 09:14
a bit of style

c1d5de86 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/08/10 19:54
xref reading: workaround for broken PDFs with startxref pointint to garbage (not "xref" table)

dfa5b68d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/07/02 17:59
reduce pdfobj recursion on number parsing

7662781c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/07/02 16:59
ops: fix a few unused variables

9a75fdb2 – Noam Preil <noam@pixelhero.dev> authored on 2023/04/24 02:22
bump hardcoded font width

a4a05ae4 – Noam Preil <noam@pixelhero.dev> authored on 2023/04/24 02:21
fix rendering!

b22596ba – Noam Preil <noam@pixelhero.dev> authored on 2022/11/30 11:10
parse: ignore escaped newlines in strings

18644a46 – Noam Preil <noam@pixelhero.dev> authored on 2022/11/30 11:05
parse: unrecognized escapes should drop the backslash

c085dfce – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 23:04
render: oops

5434f576 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 23:01
render: cropbox is inheritable

dee52587 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 23:01
render: simplify glyph rendering

9a3fed88 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 22:49
parse: I'm a dumbass sometimes

b2307140 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 22:47
parse: ensure room for null byte

a01e3054 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 22:24
op: fix glyph rendering

17b159b5 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 22:07
op: silence spurious warning

d7a4f95d – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 21:49
op: implement '

23c3f961 – Noam Preil <noam@pixelhero.dev> authored on 2022/09/06 21:47
parse: single-quote is a valid op

587d06e3 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/20 18:24
pdfstring: fix parsing of (<)

838c584a – Noam Preil <noam@pixelhero.dev> authored on 2022/04/20 18:05
ctm: CropBox defaults to MediaBox

46d81647 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/20 17:45
arrayget: return errors instead of aborting

488ad626 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 20:20
gs: implement RGB color support

d2b67d2f – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 20:06
gs: scn is sc for device color spaces

9961d1c1 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 20:02
cs: initialize color when color space is set

7b9490c3 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 19:53
gs: implement color space setting

239bac5f – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 17:24
op: don't pretend unimplemented ops work

523458ea – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 17:23
op: properly initialize ctm

259f6c1d – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 14:08
op: print and ignore errors, for now

173645da – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 14:07
gsstate: dictgen returns &null, not nil

4b30ac15 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 10:37
gs: read parameters from dictionary

a6111130 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 10:26
gs: implement remaining parameter setters

e759007e – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 09:56
op: fix memory leak

b1ad1cff – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 09:50
op: simplify matrix math

61b5e458 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 09:14
gs: fix font ownership

722d214b – Noam Preil <noam@pixelhero.dev> authored on 2022/04/08 09:01
dictget: remove impossible branch

c0f0f0d6 – Noam Preil <noam@pixelhero.dev> authored on 2021/08/06 13:06
pdfeval: cleaner caching layout

613828fb – Noam Preil <noam@pixelhero.dev> authored on 2022/04/07 20:21
gs: remove pointers from state

1e529dae – Noam Preil <noam@pixelhero.dev> authored on 2022/04/07 20:17
op: improve error reporting

774b1921 – Noam Preil <noam@pixelhero.dev> authored on 2022/04/07 20:17
ctm: initialize with CropBox info, not MediaBox

8e5f56da – Noam Preil <noam@pixelhero.dev> authored on 2022/04/07 20:14
object: remove unused variable

886a60cf – Noam Preil <noam@pixelhero.dev> authored on 2022/04/07 12:04
gs: prevent double-free