summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-03FormFieldChoice::updateSelection: Fixed wrong loop conditionpoppler-0.20Fabio D'Urso1-1/+1
2012-10-23Fix the or-ing of flagsAlbert Astals Cid1-2/+2
2012-10-19Define the numbers a bit better so gcc in i386 understands them betterAlbert Astals Cid1-2/+2
2012-10-17Free entries in the xref form a linked list: terminate it properly when ↵Fabio D'Urso1-0/+1
writing the XRef The last entry must point back to object 0. Previously it was left unitialized and resulted in "-000000001 00000 f" being written in the XRef table.
2012-10-16AnnotWidget: Avoid repeatedly deleting and creating xref entries for ↵Fabio D'Urso2-12/+29
appearance streams Previously updating the appearance stream always involved deleting the old stream's xref entry and creating a new one. Since xref entry deletion causes the generation number to be incremented, this behavior caused the generation number to quickly rise during user input. This patch stops it by reusing the same entry as the old appearance stream in case of repeated modifications.
2012-10-16Generate and write the appearance stream in AnnotWidget::updateWidgetApperance()Fabio D'Urso1-5/+25
Note: At the moment the old appearance is deleted and a *new* xref entry is created every time AnnotWidget::updateWidgetApperance() is called.
2012-10-16Killed FormField::isModified() in favor of a new AnnotWidget callbackFabio D'Urso4-23/+58
Instead of having to ask FormField from AnnotWidget::draw if the widget's appearance needs to be rebuilt, now AnnotWidget gets notified of changes via the new AnnotWidget::updateAppearanceStream() callback.
2012-10-14FormFieldChoice ctor: Fixed wrong index variableFabio D'Urso1-1/+1
It caused a crash if multiple items are initially selected.
2012-10-100.20.5poppler-0.20.5Albert Astals Cid5-4/+19
2012-10-06glib: chain up finalize to the parent classCarlos Garcia Campos2-0/+8
This was missing in some of the classes. https://bugs.freedesktop.org/show_bug.cgi?id=55521
2012-10-04Do not render invalid outlinesThomas Freitag1-0/+4
Bug #55573
2012-10-03Fix crash when parsing some unknown colorspacesAlbert Astals Cid1-1/+1
Can't do csObj->getName if csObj is a dict
2012-10-02support automake-1.12 in autogen.shLu Wang1-7/+8
Bug #55541
2012-09-26Initilize rootNumAlbert Astals Cid1-0/+1
Fixes valgrind warnings about uninitialized uses
2012-09-26More crash fixes for broken documentsThomas Freitag1-15/+82
2012-09-26Fix more crashes in broken filesThomas Freitag1-3/+23
solves 1258.pdf.SIGSEGV.dee.288 and 1255.pdf.asan.38.285, extends 1043.pdf.asan.47.50 and 557.pdf.asan.47.894
2012-09-26Add unlikelysAlbert Astals Cid1-16/+16
2012-09-26Less crashes in broken filesThomas Freitag1-2/+98
rebased patch for 1001.pdf.asan.2a.4, extends patch for 100.pdf.asan.38.2
2012-09-26Add some unlikelysAlbert Astals Cid1-14/+14
2012-09-26More fixes against broken filesThomas Freitag1-12/+93
solves 121.pdf.asan.6f.235, extends 682.pdf.SIGFPE.f3.1033 and 569.pdf.SIGSEGV.c1.907, extends Patch for 829. and 839. asan and sigsegv series
2012-09-26Fix crash in 158.pdf.asan.d.451Thomas Freitag1-0/+8
2012-09-26Don't close the stream if it's not a streamLu Wang1-1/+3
2012-09-25Add LCMS_FLAGSAlbert Astals Cid1-1/+2
Fixes compilation when lcms is on non standard locations Bug #55326
2012-09-16Rework the #ifdef so that i don't get a gcc warningAlbert Astals Cid1-1/+2
2012-09-16Forgot to add the new test to autotoolsAlbert Astals Cid1-1/+6
2012-09-16Fix parsing of numbersAlbert Astals Cid3-2/+131
-2147483648 is an integer -2147483649 is a real
2012-09-15Fix build using mingw64 with winpthreadAlexey Pavlov3-3/+17
strtok_r in winpthread is declared as a macro, that is why the error happens. Therefore, it is necessary to check whether the macro __WINPTHREADS_VERSION is declared. Bug #54851
2012-09-11Do not use isnan as it is C99Albert Astals Cid1-3/+3
2012-09-11Check for NaN in TextPage::addCharJason Crain1-1/+4
2012-09-10Fix typoAlbert Astals Cid1-2/+2
2012-09-100.20.40.20.40.20.40.20.4poppler-0.20.4Albert Astals Cid6-6/+19
2012-09-09Try to find another rootNum if actual rootNum doesn't point to a dictThomas Freitag2-4/+14
Bug #14303
2012-09-09Fix invalid memory access in solves 1066.pdf.asan.38.75Thomas Freitag2-0/+26
2012-09-09Fix invalid memory access in 1106.pdf.asan.30.120.patchThomas Freitag1-0/+5
2012-09-09Fix crash in 1255.pdf.SIGSEGV.56f.285Thomas Freitag1-0/+6
2012-09-09Fix invalid memory access in 61.pdf.asan.13.95Thomas Freitag2-8/+19
2012-09-09Add unlikelyAlbert Astals Cid1-1/+1
2012-09-09Fix wrong memory access in 68.pdf.asan.7.1030Thomas Freitag1-0/+4
2012-09-09Fix memory leakAlbert Astals Cid1-0/+1
2012-09-09Add unlikelys to the ifsAlbert Astals Cid2-3/+3
2012-09-09Fix crash in 1162.pdf.SIGSEGV.28e.182Thomas Freitag1-0/+4
2012-09-09Fix crash in 1028.pdf.SIGSEGV.ae6.33William Bader1-0/+8
2012-09-09Fix memory leakAlbert Astals Cid1-1/+1
2012-09-09Fix memory leakAlbert Astals Cid1-1/+2
2012-09-09Fix crash in 589.pdf.SIGSEGV.8b1.929Thomas Freitag1-0/+8
2012-09-08Only complain when the malloc really failedAlbert Astals Cid1-1/+1
2012-08-30qt4: unbreak spacingAlbert Astals Cid1-3/+3
2012-08-30Accept FileSpec as Dict too and not only as RefAlbert Astals Cid1-1/+3
File to try in KDE bug #306008
2012-08-30Take into account the embFile returned by the core may be NULLAlbert Astals Cid2-8/+15
2012-08-30Return NULL EmbFile if the FileSpec is not okAlbert Astals Cid1-0/+4
Otherwise we might end up asserting