summaryrefslogtreecommitdiff
path: root/poppler/Annot.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-15[annots] Save page index of the page associated with the annotCarlos Garcia Campos1-2/+2
2010-03-15[annots] Save the action already parsed in AnnotScreenCarlos Garcia Campos1-2/+3
2010-03-08[annots] Create appearance stream for Movie Annotations when not definedCarlos Garcia Campos1-1/+3
2010-03-08Move Movie objects parsing code from Annot to MovieCarlos Garcia Campos1-72/+1
2009-12-17[annots] Create appearance stream for Sound Annotations when not definedCarlos Garcia Campos1-0/+2
2009-12-17[annots] Create appearance stream for Text Markup Annotations when not definedCarlos Garcia Campos1-0/+2
2009-12-14[annot] Create appearance stream for Attachment Annotations when not definedCarlos Garcia Campos1-0/+2
2009-12-14[annot] Create appearance stream for Geometry Annotations when not definedCarlos Garcia Campos1-0/+2
2009-12-14[annot] Create appearance stream for Line Annotations when not definedCarlos Garcia Campos1-0/+2
2009-12-14[annot] Create appearance stream for Text Annotations when not definedCarlos Garcia Campos1-0/+2
2009-12-14[annots] Refactor Annot::setColor to receive an AnnotColorCarlos Garcia Campos1-2/+2
2009-12-06Use fixed size array in AnnotColorCarlos Garcia Campos1-3/+2
2009-12-05[annots] Add isVisible() to check whether annot is visible before drawing itCarlos Garcia Campos1-0/+1
2009-06-16Add setOpen() and setIcon() in AnnotTextCarlos Garcia Campos1-0/+3
2009-06-16Add setLabel() and setPopup() to AnnotMarkupCarlos Garcia Campos1-0/+4
2009-06-16Add setParent() and setOpen() to AnnotPopupCarlos Garcia Campos1-0/+4
2009-06-16Save parent reference of popup annotationsCarlos Garcia Campos1-2/+2
2009-06-16Add Annot::setColor()Carlos Garcia Campos1-1/+5
2009-06-16Add construtors to create AnnotColor objects directly from color valuesCarlos Garcia Campos1-0/+3
2009-06-16Add getRef() to get the annotation referenceCarlos Garcia Campos1-0/+1
2009-06-16Add annot constructors to create annot objects without a dictCarlos Garcia Campos1-1/+21
2009-04-24Update copyright headersCarlos Garcia Campos1-1/+1
2009-04-24Fix typos in Annot::setContents() documentationCarlos Garcia Campos1-1/+1
2009-04-23Document Annot::setContents() methodCarlos Garcia Campos1-0/+2
2009-04-23Update the annotation last modified time when it's modifiedCarlos Garcia Campos1-3/+4
2009-04-21Add setContents() to modify the annot contentsCarlos Garcia Campos1-0/+4
2009-01-04Fix some checked checkboxes not rendering correctlyAlbert Astals Cid1-0/+2
2008-11-08Check annotation optional content properties before drawing itCarlos Garcia Campos1-2/+2
2008-09-20Remove some warnings and errors when compiling with gcc and -pedanticTomas Are Haavet1-2/+3
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+17
2008-04-13First version of AnnotSound.Pino Toscano1-0/+26
2008-04-13add getters for the AnnotPolygon propertiesPino Toscano1-0/+6
2008-04-13Almost full AnnotPolygon support.Iñigo Martínez1-0/+37
2008-04-13Extend AnnotPath behaviour to include cooordinate array parsing.Iñigo Martínez1-1/+3
2008-04-13Added OptionalContent support to Annots.Iñigo Martínez1-2/+3
2008-04-13correctly get the FileSpec dictionaryPino Toscano1-1/+1
2008-04-12properly dispose the memory of the ink listsPino Toscano1-0/+1
2008-04-12a length is an intPino Toscano1-1/+1
2008-04-12Fixed merging conflict.Iñigo Martínez1-2/+2
2008-04-12Read the "in reply to" reference as such, without reading the associated anno...Pino Toscano1-2/+2
2008-04-12Initial Annot3D parsing a few general improvements.Iñigo Martínez1-13/+71
2008-04-12AnnotFileAttachment support.Iñigo Martínez1-0/+25
2008-04-12AnnotInk support.Iñigo Martínez1-0/+45
2008-04-08Added AnnotCoord support.Iñigo Martínez1-37/+32
2008-04-06add getters for the coordinates in an AnnotLinePino Toscano1-0/+4
2008-04-06the caret symbol does not seem to allow additional values, so convert it to a...Pino Toscano1-2/+7
2008-04-05typo fixPino Toscano1-1/+1
2008-04-05read the destination of a link annotationPino Toscano1-2/+2
2008-04-05First version of AnnotCaret.Pino Toscano1-0/+22