summaryrefslogtreecommitdiff
path: root/poppler/Form.cc
AgeCommit message (Expand)AuthorFilesLines
2011-04-03forms: fix mem leak in case of errorCarlos Garcia Campos1-0/+2
2011-04-03forms: check form field is actually terminal before creating the widgetCarlos Garcia Campos1-0/+4
2011-04-03forms: Remove unused parameterCarlos Garcia Campos1-1/+1
2011-04-03forms: rework the way form fields tree is builtCarlos Garcia Campos1-111/+126
2011-04-03forms: Add debug methods to print the forms treeCarlos Garcia Campos1-0/+78
2011-03-28delete the temporary buffers created by pdfDocEncodingToUTF16()Pino Toscano1-0/+2
2011-03-12forms: delete tmp_str after being converted to GooStringPino Toscano1-0/+1
2011-03-10Do not infinite loopAlbert Astals Cid1-2/+2
2011-03-09forms: Remove unused method FormWidget::updateField()Carlos Garcia Campos1-22/+0
2011-03-09forms: Rename FormField::createActivationAction() to FormField::getActivation...Carlos Garcia Campos1-9/+2
2011-03-09annots: Add Annot::setAppearanceState() and use it from FormWidgetCarlos Garcia Campos1-4/+3
2011-03-09forms: Make FormWidget use a real widget annotation instead of duplicating codeCarlos Garcia Campos1-57/+50
2011-03-09forms: Move modified flag from FormWidget to FormFieldCarlos Garcia Campos1-8/+8
2011-03-09forms: Move field names handling from FormWidget to FormFieldCarlos Garcia Campos1-67/+82
2011-03-08forms: Remove loadDefaults methodCarlos Garcia Campos1-141/+86
2011-03-08forms: Handle field values (V entry) by field objectsCarlos Garcia Campos1-206/+194
2011-03-07forms: Parse the default resources dictionary in FormCarlos Garcia Campos1-0/+16
2011-03-07forms: Parse field variable text entries (DA, Q) in FormField()Carlos Garcia Campos1-0/+17
2011-03-07forms: Parse default variable text entries (DA, Q) on Form constructionCarlos Garcia Campos1-0/+11
2011-03-06forms: Add FormFieldChoice::getTopIndex()Carlos Garcia Campos1-0/+5
2011-03-01fix copyright yearsAlbert Astals Cid1-2/+2
2011-03-01create the GooString on stack, not in heapPino Toscano1-3/+2
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-23/+13
2011-02-27make getOnStr() return the GooString* instead of its char*Pino Toscano1-3/+3
2011-02-27forms: read the TU field as alternateUiNamePino Toscano1-0/+8
2011-02-27add FormWidget::createActivationAction()Pino Toscano1-0/+12
2010-11-20Detect loops in FormField creationAlbert Astals Cid1-38/+50
2010-11-20fix spacingAlbert Astals Cid1-4/+4
2010-09-22fix copyrightAlbert Astals Cid1-0/+1
2010-09-22Add getLabel method to FormWidgetMark Riedesel1-0/+64
2010-09-21Avoid loops in Form::fieldLookupAlbert Astals Cid1-3/+24
2010-09-21Fix memory leak if obj2 is not a dictAlbert Astals Cid1-2/+3
2010-04-05forgot my (C)Albert Astals Cid1-1/+1
2010-04-05The copy constructor of GooString never worked, so do not use itAlbert Astals Cid1-1/+1
2009-08-04Set KDAB via gamaral copyrightAlbert Astals Cid1-1/+2
2009-08-01Call fillChildrenSiblingsID in fillChildrenSiblingsID instaed of loadChildren...Guillermo Antonio Amaral Bastidas1-1/+1
2009-06-26Do not crash when we can't find onStrAlbert Astals Cid1-0/+1
2009-06-04Use the correct value when creating the V fieldMatthias Drochner1-2/+3
2009-01-28Fix crash on unexepcted Form Opt valueAlbert Astals Cid1-1/+3
2009-01-04Remove wrong and unused FormWidget(FormWidget *dest) contructorAlbert Astals Cid1-11/+0
2009-01-04Plug some memory leaksAlbert Astals Cid1-1/+3
2008-11-09Update copyrights of the last commitsAlbert Astals Cid1-1/+1
2008-10-10obj4 should be the index 1 on the Array, not the 0, that's already obj3Albert Astals Cid1-1/+1
2008-09-21really use the key passed to itPino Toscano1-1/+1
2008-09-21Read the 'readOnly' attribute directly in the FormField constructor.Pino Toscano1-9/+3
2008-09-03Only set the state to true if the AS value is the same as parent's VAlbert Astals Cid1-2/+6
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-1/+9
2008-02-13Fix what look to be a few bugs in functions for mapping to/from Unicode.Michael Vrable1-2/+2
2008-02-12Initialize correctly; free your memory.Pino Toscano1-0/+2
2008-02-11Update the field dict instead of the annot dict for non composed dictsCarlos Garcia Campos1-13/+31