index
:
xfdf
master
Convert data to XFDF for PDF forms
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-25
README: Add installation instructions
HEAD
v0.0.1
master
Teddy Wing
2023-04-25
README: Add license section
Teddy Wing
2023-04-25
README: Add a link to the XFDF specification reference
Teddy Wing
2023-04-25
Add README
Teddy Wing
2023-04-21
Add license (GNU GPLv3+)
Teddy Wing
2023-04-21
xfdf.lisp: Remove old code and TODOs for nested fields
Teddy Wing
2023-04-21
field-xfdf*: Extract nested field handling to function
Teddy Wing
2023-04-21
build-xfdf-outer-field: Rename inner-fields-str to inner-fields-string
Teddy Wing
2023-04-21
field-xfdf: Add documentation to these functions
Teddy Wing
2023-04-21
build-xfdf-field: Add function documentation
Teddy Wing
2023-04-21
xfdf.lisp: Extract wrapper field printing code to function
Teddy Wing
2023-04-21
xfdf.lisp: Extract field printing code to function
Teddy Wing
2023-04-21
xfdf.lisp: Extract checkbox default value modification to function
Teddy Wing
2023-04-21
xfdf.lisp: Remove debug prints
Teddy Wing
2023-04-21
xfdf.lisp: Extract '2' magic number to constant
Teddy Wing
2023-04-21
xfdf.lisp: Get nested fields working
Teddy Wing
2023-04-21
xfdf.lisp: Print innermost fields of nested fields
Teddy Wing
2023-04-21
xfdf.lisp: Try to recurse over nested fields (WIP)
Teddy Wing
2023-04-20
xfdf.lisp: Ideas for hierarchical fields
Teddy Wing
2023-04-20
test: Add test for hierarchical form
Teddy Wing
2023-04-20
test: Remove local `run` function
Teddy Wing
2023-04-16
write-xfdf: Add function documentation
Teddy Wing
2023-04-16
Output XFDF fields into XML
Teddy Wing
2023-04-16
Add test system
Teddy Wing
2023-04-16
Scaffold for a library to generate XFDF XML
Teddy Wing