summaryrefslogtreecommitdiff
path: root/glib/poppler-form-field.h
AgeCommit message (Collapse)AuthorFilesLines
2023-07-27glib: Add new members to PopplerCertificateInfoMarek Kasik1-1/+17
These new members of the structure can be used to show more detailed info about who signed the document and more info about issuer of the certificate. Add PopplerCertificateInfo to PopplerSignatureInfo to be able to get certificate info of the signature.
2023-06-29Signatures: Add signing API to glib partJan-Michael Brummer1-0/+114
Rectangle corrections by Marek Kasik
2021-11-25Add validation of signatures API to glib frontendMarek Kasik1-0/+92
2020-07-03Run clang-formatAlbert Astals Cid1-63/+55
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \; If you reached this file doing a git blame, please see README.contributors (instructions added 2 commits in the future to this one)
2020-04-08PopplerFormField: add getter for alternative ui nameNelson Benítez León1-0/+2
There are pdf files which carry a tooltip string in this field, so applications need this getter to show it. API added is: gchar* poppler_form_field_get_alternate_ui_name (PopplerFormField *field) Related Poppler issue #34 Related Evince issue: https://gitlab.gnome.org/GNOME/evince/issues/842
2018-11-06Update since to 0.72Albert Astals Cid1-1/+1
2018-11-06glib: Support getting form widget additional actions.Elliott Sales de Andrade1-0/+24
2018-10-19glib: Only export symbols in the public APIChristian Persch1-0/+33
poppler-glib exported lots of internal C++ symbols that are not in the public API, nor have any ABI guarantees. Mark all public functions with POPPLER_PUBLIC, and use symbol visibility to hide everything else.
2011-03-28glib: Add poppler_form_field_get_action()Carlos Garcia Campos1-0/+1
Fixes bug #33174.
2010-09-22[glib] Add methods to get mapping, partial an fully qualified form field namesMark Riedesel1-0/+3
See bug #28780.
2007-11-05Fix FSF addressAlbert Astals Cid1-1/+1
2007-07-142007-07-14 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-1/+1
* glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Make is_password a property instead of a text form field type, since a text field could be multiline and password at the same time.
2007-07-112007-07-11 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-0/+1
* poppler/Form.cc: * poppler/Form.h: * glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Add a method to get the max length allowed in text form fields.
2007-07-072007-07-07 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-0/+8
* poppler/Form.cc: * poppler/Form.h: * glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Add a method to get the type of a Form Field Button.
2007-07-032007-07-03 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-0/+1
* glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Add choice_commit_on_change function to glib bindings.
2007-07-032007-07-03 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-1/+1
* glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Fix a typo.
2007-07-022007-07-02 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-1/+1
* glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Use FILE_SELECT instead of FILESELECT and fix a typo. Patch by Kouhei Sutou
2007-07-022007-07-02 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-0/+1
* glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/test-poppler-glib.c: Add poppler_form_field_is_read_only to glib bindings. Patch by Kouhei Sutou
2007-06-302007-06-30 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-0/+96
* glib/Makefile.am: * glib/poppler-form-field.cc: * glib/poppler-form-field.h: * glib/poppler-document.cc: * glib/poppler-document.h: * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler-private.h: * glib/poppler.h: * glib/test-poppler-glib.c: Improve forms API in the glib bindings in order to make it more consistent with the current API and easier to use.