summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Add getters to some TextBlock members.Albert Astals Cid1-0/+5
2008-05-11Check the OC we found exists before using itAlbert Astals Cid1-15/+18
2008-05-09Do not crash on unlock with wrong passwordAlbert Astals Cid1-1/+1
2008-05-08Fix build with --enable-fixedpointAlbert Astals Cid1-2/+2
2008-05-07[Qt] Fix Document::unlockAlbert Astals Cid1-1/+3
2008-05-07do not delete the GooString owned by an ObjectPino Toscano1-4/+0
2008-05-04Fix leaks on error conditionsAlbert Astals Cid3-0/+8
2008-05-03A widget annot does not always belong to a form, so check before accessing th...Albert Astals Cid1-2/+2
2008-04-30findSegment can return NULL check for itAlbert Astals Cid1-3/+3
2008-04-30new[] implies delete[]Albert Astals Cid1-1/+1
2008-04-29add lost return when adding kees patchAlbert Astals Cid1-1/+1
2008-04-29make the function staticAlbert Astals Cid1-1/+1
2008-04-29make the variable staticAlbert Astals Cid1-1/+1
2008-04-29constify some static arraysAlbert Astals Cid14-36/+36
2008-04-29more static markersAlbert Astals Cid4-4/+4
2008-04-29add staticAlbert Astals Cid1-1/+1
2008-04-29add staticAlbert Astals Cid1-15/+15
2008-04-29make findModifier staticAlbert Astals Cid1-1/+1
2008-04-29make variables not used outside staticAlbert Astals Cid1-2/+2
2008-04-29constify setPSPaperSizeAlbert Astals Cid1-1/+1
2008-04-29constify argDesc arraysAlbert Astals Cid10-19/+19
2008-04-29make psOpNames staticAlbert Astals Cid1-1/+1
2008-04-26remember to call the base implementation herePino Toscano1-0/+1
2008-04-26reset the current page to 0, when closing a documentPino Toscano1-0/+1
2008-04-26no need to manually disconnect from the model, as it will be deleted by the d...Pino Toscano1-1/+0
2008-04-26sync updateFont() with SplashOutputDevPino Toscano1-16/+59
2008-04-26construct AnnotPolygon for Polygon and PolyLine annotationsPino Toscano1-2/+2
2008-04-26Merge branch 'master' of ssh://pino@git.freedesktop.org/git/poppler/popplerPino Toscano1-25/+43
2008-04-26use the base implementation to update all the statesPino Toscano1-10/+1
2008-04-26Set the font antialiasing from the painter settings, instead of the global se...Pino Toscano1-1/+1
2008-04-26Get the font and painter matrices, and reenable the font drawing.Pino Toscano1-7/+21
2008-04-23provide type-checking for union pointer accessesKees Cook1-25/+43
2008-04-22Little change to avoid AnnotWidget crashing when they aren't related to FormW...Iñigo Martínez1-9/+10
2008-04-21Link to pthread when neededAlbert Astals Cid3-0/+286
2008-04-20the dtor should be virtualPino Toscano1-1/+1
2008-04-20if ncand is a Guint cand should be one tooAlbert Astals Cid1-1/+1
2008-04-20Unused var--Albert Astals Cid1-1/+1
2008-04-16fix border style conversionPino Toscano1-1/+1
2008-04-15Hack to "support" 16 bits imagesAlbert Astals Cid2-0/+15
2008-04-13[Qt4] convert the sound annotationsPino Toscano1-2/+14
2008-04-13[Qt4] First version of a SoundAnnotation.Pino Toscano2-1/+116
2008-04-13First version of AnnotSound.Pino Toscano2-1/+62
2008-04-13[Qt4] convert the file attachment annotationsPino Toscano1-2/+13
2008-04-13[Qt4] Initial version of FileAttachmentAnnotationPino Toscano2-1/+116
2008-04-13[Qt4] Read the annotations from the core, instead of own parsing.Pino Toscano2-460/+393
2008-04-13add getters for the AnnotPolygon propertiesPino Toscano1-0/+6
2008-04-13Almost full AnnotPolygon support.Iñigo Martínez2-0/+136
2008-04-13Extend AnnotPath behaviour to include cooordinate array parsing.Iñigo Martínez2-45/+55
2008-04-13Added OptionalContent support to Annots.Iñigo Martínez2-8/+6
2008-04-13Isolate the embedded file reading logic into a new EmbFile constructor.Pino Toscano2-94/+112