summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
2009-07-01[glib-demo] Do not use gio if glib < 2.15Carlos Garcia Campos1-2/+31
2009-06-30Check getFileSpecNameForPlatform succeeded before using it's return valueAlbert Astals Cid3-19/+26
2009-06-30[glib-demo] Do not fill the surface before renderingCarlos Garcia Campos1-9/+2
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
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 a...Till Kamppeter2-1/+13
2009-06-20Make DecryptStream return sane values for getPos()David Benjamin2-0/+11
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 re...Carlos Garcia Campos17-129/+248
2009-06-19Handle Streams in CMap definitionsAlbert Astals Cid5-42/+77
2009-06-19Fix some bugs in JBIG2Stream handlingDavid Benjamin2-40/+63
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
2009-06-16Add annot constructors to create annot objects without a dictCarlos Garcia Campos2-7/+315
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
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
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
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
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
2009-06-06Remove unneeded files from repoChristian Persch4-211/+3
2009-06-05when showing the tooltip for a text rect, show also its index in the page tex...Pino Toscano1-1/+5