Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-251-2/+28
* Adapt to the new poppler rotation API. Fix text maps on landscapeMarco Pesenti Gritti2005-08-231-2/+1
* get the correct region when selecting in modes other than continuous.Jonathan Blandford2005-08-201-4/+17
* Update for 0.3.4Marco Pesenti Gritti2005-08-171-10/+0
* * shell/ev-metadata-manager.c: (ev_metadata_manager_init): *Jonathan Blandford2005-08-151-9/+17
* Fix for bug Bug 311838: Seach backward requires several clicks to find word.Nickolay V. Shmyrev2005-08-121-12/+27
* Don't update page range if we are scrolling to some documentNickolay V. Shmyrev2005-08-071-0/+3
* Reverse rotation/scale when getting max page width, fix drawing in dual mode.Nickolay V. Shmyrev2005-08-071-2/+2
* reverse rotation/page when getting the area for select_all.Jonathan Blandford2005-08-071-1/+2
* Change selection color on focus in and focus out events. Also, poppler nowKristian Høgsberg2005-08-061-0/+24
* Clean up selection to be much smoother!Jonathan Blandford2005-08-061-20/+168
* at Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-07-301-0/+1
* Account rotation in doc_rect_to_view_rect. Ensure rotation doesnt go outMarco Pesenti Gritti2005-07-291-8/+48
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-53/+28
* Make the page cache aware of page orientation.Marco Pesenti Gritti2005-07-291-10/+17
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-27/+39
* Patch by Nickolay V. Shmyrev to fix find flickeringMarco Pesenti Gritti2005-07-291-0/+2
* Clear status message when pointer leaves view. Fix for bugNickolay V. Shmyrev2005-07-211-1/+8
* Set cursor to normal when leaving viewNickolay V. Shmyrev2005-07-161-0/+10
* Add support for some more typesMarco Pesenti Gritti2005-07-061-1/+21
* Scroll to current page when exit from presentation.Nickolay V. Shmyrev2005-07-031-6/+9
* Add I-Beam support to EvView. Now we can see where we can select! Sweet!Jonathan Blandford2005-07-011-2/+30
* Fix event->y + view->scroll_x typo.Kristian Høgsberg2005-06-301-1/+1
* Adjust to poppler API changes; use a sub-GdkPixbuf instead of passingKristian Høgsberg2005-06-301-74/+101
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-301-106/+282
* Fix for 170874 - arrow keys switch pages in presentation modeNickolay V. Shmyrev2005-06-231-12/+27
* Some leaks fixedNickolay V. Shmyrev2005-06-191-0/+1
* Various small fixes, mostly memory leaks. Thanks to valgrind.Nickolay V. Shmyrev2005-06-191-2/+2
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-161-1/+37
* Autoraise toolbar on GoToPage action and fix keyboard accelerators in sidebarNickolay V. Shmyrev2005-06-161-1/+4
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-141-8/+37
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-3/+3
* More compact EvView layout in documents with different page sizesNickolay V. Shmyrev2005-06-051-123/+91
* A bit different fix for rounding problem but it has noNickolay V. Shmyrev2005-06-041-6/+7
* other_page isn't necessarily page + 1.Jonathan Blandford2005-06-041-3/+5
* Release ref on the pixbuf cache when changing document.Marco Pesenti Gritti2005-05-311-0/+5
* Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>. FixMarco Pesenti Gritti2005-05-311-113/+71
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-291-31/+31
* Fix minor points related to moving best fit up. IntroduceNickolay V. Shmyrev2005-05-221-10/+32
* Remove the locks around get_n_resultsMarco Pesenti Gritti2005-05-211-12/+0
* cast adjustmen->value to (int) before using it. Otherwise, we get off by aJonathan Blandford2005-05-211-9/+8
* Patch from Nickolay V. Shmyrev to reset the adjustment when the modeJonathan Blandford2005-05-211-21/+31
* Fix flickering on resizingNickolay V. Shmyrev2005-05-201-3/+9
* Patch from Nickolay Shmyrev to fix the -p option, #170458Jonathan Blandford2005-05-201-13/+7
* Patch from Nickolay Shmyrev to to scroll to second page on page_changed ifJonathan Blandford2005-05-201-4/+18
* Use gdk_window_scroll instead of gtk_widget_queue_draw. Massive speedupsJonathan Blandford2005-05-201-65/+111
* Make PgUp/Down behave like SpaceMarco Pesenti Gritti2005-05-181-30/+21
* Massive code clean up from Nickolay Shmyrev. Keep page offset whenJonathan Blandford2005-05-181-968/+1143
* Get rid of View->Normal Size, it's just confusingMarco Pesenti Gritti2005-05-171-7/+0
* make page size calculation consistent and set it to (int)( width * scale +Jonathan Blandford2005-05-111-4/+6