summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-03[Qt4 demo] show page numbers in the toolbar as 1..nPino Toscano1-1/+1
2009-07-03[Qt4 demo] correctly use DPI values for the page sizesPino Toscano2-3/+11
2009-07-01[test] Use gtkbuilder rather than libgladeSebastien Bacher6-452/+439
Fixes bug #21673
2009-07-01[glib-demo] Do not use gio if glib < 2.15Carlos Garcia Campos1-2/+31
Fixes bug #22530.
2009-06-30Check getFileSpecNameForPlatform succeeded before using it's return valueAlbert Astals Cid3-19/+26
Fixes crash on bug 22551
2009-06-30[glib-demo] Do not fill the surface before renderingCarlos Garcia Campos1-9/+2
The surface is guaranteed to be cleared
2009-06-29Fix interpolate parameter positionWilliam Bader2-3/+5
2009-06-28[Qt4 demo] do not crash when changing the zoom with no documentPino Toscano1-0/+3
2009-06-28[Qt4 demo] add a zoom comboboxPino Toscano5-5/+57
2009-06-28Make sure the array is big enough to read from itAlbert Astals Cid1-1/+1
2009-06-26Do not crash when we can't find onStrAlbert Astals Cid1-0/+1
Fixes crash in bug #22485 Not sure this is the best solution, but Adobe doesn't even open the file
2009-06-25Initilize AnnotColot properly when the Array is not correctIlya Gorenbein1-0/+3
2009-06-22Only change the page size when it really changes, otherwise duplex commands ↵Till Kamppeter2-1/+13
are lost
2009-06-20Make DecryptStream return sane values for getPos()David Benjamin2-0/+11
Many streams (notably JBIG2Stream) expect wrapped streams to return correct values for getPos(), i.e. increments by 1 when readChar() called, etc. Fixes bug #19706.
2009-06-20[glib-demo] Allow using relative paths in demo applicationCarlos Garcia Campos1-12/+5
2009-06-190.11.1poppler-0.11.1Albert Astals Cid5-8/+54
2009-06-19ship PopplerCache.hAlbert Astals Cid1-0/+1
2009-06-19Ship PopplerCache.h tooAlbert Astals Cid1-0/+1
2009-06-19[glib-demo] Destroy pattern after using itCarlos Garcia Campos1-0/+1
2009-06-19[glib-demo] Use a transparent surface and fill it in white after renderingCarlos Garcia Campos1-3/+9
2009-06-19[glib-demo] Use cairo_paint instead of rectangle + fillCarlos Garcia Campos1-2/+1
2009-06-19Use Interpolate flag to decide whether applying image interpolation during ↵Carlos Garcia Campos17-129/+248
rendering Fixes bug #9860
2009-06-19Handle Streams in CMap definitionsAlbert Astals Cid5-42/+77
Fixes bug 22334
2009-06-19Fix some bugs in JBIG2Stream handlingDavid Benjamin2-40/+63
For more info see bug 12014 and [poppler] Bug in JBIG2Stream from 08-June-2009
2009-06-16Add setOpen() and setIcon() in AnnotTextCarlos Garcia Campos2-0/+28
2009-06-16Add setLabel() and setPopup() to AnnotMarkupCarlos Garcia Campos2-0/+40
2009-06-16Add setParent() and setOpen() to AnnotPopupCarlos Garcia Campos2-0/+23
2009-06-16Save parent reference of popup annotationsCarlos Garcia Campos2-13/+7
2009-06-16Fix a crash in pdf-inspectorCarlos Garcia Campos1-0/+11
2009-06-16Add Annot::setColor()Carlos Garcia Campos2-2/+23
2009-06-16Add construtors to create AnnotColor objects directly from color valuesCarlos Garcia Campos2-0/+29
2009-06-16Add Page::addAnnot() to add a new annotation to the pageCarlos Garcia Campos2-0/+30
2009-06-16Add getRef() to get the annotation referenceCarlos Garcia Campos1-0/+1
2009-06-16Save page object and ref in Page classCarlos Garcia Campos3-3/+9
This is needed to be able to modify the page object.
2009-06-16Add annot constructors to create annot objects without a dictCarlos Garcia Campos2-7/+315
This allows to create annotation objects to be added to the document. Required fields on the annotation dictionary are constructor arguments, setters will be added for the other fields.
2009-06-10ignore++Albert Astals Cid1-0/+5
2009-06-10Fix dashed line in page 1 of bug 20011Koji Otani1-4/+2
2009-06-10Fix "Conditional jump or move depends on uninitialised value"Koji Otani1-2/+11
When stroking with a pattern, set strokeColor with a copy of fillColor. This is wrong and the fillColor may be uninitialized. See bug 20011
2009-06-10Correctly duplicate the cache on PostScriptFunction(PostScriptFunction *func)Albert Astals Cid3-0/+62
2009-06-09[glib] Fix a crash when a destination points to an invalid pageCarlos Garcia Campos1-8/+13
2009-06-07Optimize roll() a bitAlbert Astals Cid1-5/+14
If the number of times to roll is > than half the number of items rotate in the reverse direction Makes it be 33% of exec() instead of 42%
2009-06-07Move the GfxState cache to the new poppler cache classAlbert Astals Cid2-67/+49
2009-06-07Implement a cache for PostscriptFunction transformsAlbert Astals Cid2-0/+78
Makes time of rendering of bug 21562 go down from 24 to 8 seconds
2009-06-07Add a code to a generic cache based on Koji's code for GfxState cacheAlbert Astals Cid4-0/+131
2009-06-07Move index and pop to class definition tooAlbert Astals Cid1-17/+15
2009-06-07Move the implementations to the class definitionAlbert Astals Cid1-80/+71
Make gcc inline the functions and time to render a heavy PSFunction doc goes from 28 to 20 secs
2009-06-07Add a debug saying how much rendering tookAlbert Astals Cid1-0/+2
2009-06-06Use g_path_get_basename instead of g_basename in gtk-cairo-testCarlos Garcia Campos1-1/+3
Fixes bug #21361.
2009-06-06Remove unneeded files from repoChristian Persch4-211/+3
See bug #22094
2009-06-05when showing the tooltip for a text rect, show also its index in the page ↵Pino Toscano1-1/+5
text boxes list