Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Adapt to the new poppler rotation API. Fix text maps on landscapeMarco Pesenti Gritti2005-08-231-33/+10
* * shell/ev-metadata-manager.c: (ev_metadata_manager_init): *Jonathan Blandford2005-08-151-14/+12
* Change selection color on focus in and focus out events. Also, poppler nowKristian Høgsberg2005-08-061-2/+2
* Clean up selection to be much smoother!Jonathan Blandford2005-08-061-26/+33
* Pass colors to poppler_page_render_selection().Kristian Høgsberg2005-08-051-1/+5
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-74/+27
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-59/+39
* add paper_width, paper_height, and duplex parameters to ::begin.Martin Kretzschmar2005-07-271-1/+4
* (font_type_to_string): Remove trailing space from "unknown font"Martin Kretzschmar2005-07-251-1/+1
* Bug #311280Martin Kretzschmar2005-07-241-15/+61
* Make frontends depend on just libev. Rework and group CFLAGS/LIBSMarco Pesenti Gritti2005-07-071-5/+3
* *** empty log message ***Marco Pesenti Gritti2005-07-071-3/+4
* Add I-Beam support to EvView. Now we can see where we can select! Sweet!Jonathan Blandford2005-07-011-1/+24
* Adjust to poppler API changes; use a sub-GdkPixbuf instead of passingKristian Høgsberg2005-06-301-9/+13
* *** empty log message ***Marco Pesenti Gritti2005-06-301-0/+2
* Fix compilationMarco Pesenti Gritti2005-06-301-19/+19
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-301-31/+101
* Fix for Bug 309080: crash on window close.Nickolay V. Shmyrev2005-06-281-0/+5
* Enable rotation, require poppler cvs. Fix a leak.Marco Pesenti Gritti2005-06-241-6/+5
* Some leaks fixedNickolay V. Shmyrev2005-06-191-3/+24
* Use pango ellipsisation.Christian Persch2005-06-191-0/+1
* Fix memory leakNickolay V. Shmyrev2005-06-191-1/+1
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-181-1/+12
* Add a flag to check if orientation has been overridenMarco Pesenti Gritti2005-06-171-5/+16
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-161-3/+46
* Enable is_open for links, you will need poppler cvsMarco Pesenti Gritti2005-06-151-4/+0
* Expand links when specified by the document. Depend on a poppler apiMarco Pesenti Gritti2005-06-151-3/+10
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-141-3/+34
* Separate scan and fill so that we can incrementally fill from the mainMarco Pesenti Gritti2005-06-131-19/+54
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-111-39/+35
* More commenting of font stuffNickolay V. Shmyrev2005-06-041-2/+4
* Comment out some more fonts stuff. Should really work without the popplerMarco Pesenti Gritti2005-06-041-0/+4
* Adapt to api changeMarco Pesenti Gritti2005-06-041-2/+1
* Implement fonts list. Defined out for now, since it depends on a not yetMarco Pesenti Gritti2005-06-041-3/+53
* Rework properties code to take only EvPropertyInfo in the constructor soMarco Pesenti Gritti2005-06-041-1/+15
* Initial go at file properties. Patch by Emil Soleyman-ZomalanMarco Pesenti Gritti2005-06-031-2/+11
* Release the poppler document on disposeMarco Pesenti Gritti2005-05-311-0/+13
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-291-0/+16
* Remove the locks around get_n_resultsMarco Pesenti Gritti2005-05-211-1/+2
* Adapt to new poppler apiMarco Pesenti Gritti2005-05-181-5/+4
* make page size calculation consistent and set it to (int)( width * scale +Jonathan Blandford2005-05-111-2/+2
* Fix find on single page documentsMarco Pesenti Gritti2005-04-221-5/+4
* actually remove the job.Jonathan Blandford2005-04-221-5/+7
* Remove get_title from the interface, we can just use document infoMarco Pesenti Gritti2005-04-191-32/+0
* Initial support for document info. Based on jrb patch.Marco Pesenti Gritti2005-04-191-0/+96
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-141-2/+7
* Make printing work againMarco Pesenti Gritti2005-04-081-6/+41
* Recent files support.Nickolay V. Shmyrev2005-04-071-5/+0
* Make clipboard work againMarco Pesenti Gritti2005-04-051-1/+22
* Make searching work again.Kristian Høgsberg2005-04-051-106/+52