Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* Initial accessibility support.Nickolay V. Shmyrev2005-10-291-103/+35
* Disable copy action when there isn't text selected.Carlos Garcia Campos2005-09-271-1/+24
* Check tooltip is valid utf8 before showing itMarco Pesenti Gritti2005-09-271-3/+7
* Allow drag and drop of text. Fixes #316772Carlos Garcia Campos2005-09-271-12/+98
* Ignore link coordinates if they are outside page boundsMarco Pesenti Gritti2005-09-261-13/+30
* Implement launch links. Delegate external link opening to the window.Marco Pesenti Gritti2005-09-261-3/+13
* Implement fitr linksMarco Pesenti Gritti2005-09-241-0/+29
* Do not use modes for link, we need to calculate size ad hoc. Still notMarco Pesenti Gritti2005-09-241-30/+56
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-241-2/+59
* Remove unused unrealize handler. Add scroll handling toChristian Persch2005-09-221-23/+41
* Based on a patch from carlosgc@gnome.org. Mouse buttons switch pages inMarco Pesenti Gritti2005-09-221-7/+19
* Implement FIT and FITH linksMarco Pesenti Gritti2005-09-191-0/+27
* Take all pages in consideration, not just current oneMarco Pesenti Gritti2005-09-191-4/+8
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-191-3/+38
* Allow display of last odd page in dual view. Fix for 316347.Nickolay V. Shmyrev2005-09-171-0/+2
* More precise handling of enter_notify/leave_notify. Fix for 315470.Nickolay V. Shmyrev2005-09-111-31/+58
* Fix some bugs with xyz links, respect zoomMarco Pesenti Gritti2005-09-081-6/+15
* Add a signal for link activation.Marco Pesenti Gritti2005-09-081-5/+3
* Use mozilla style vs gtk style, way better for links.Marco Pesenti Gritti2005-09-071-6/+9
* Implement xyz links, still not functional. Links are a total mess, willMarco Pesenti Gritti2005-09-071-1/+58
* Delay popup showing. Mirror gtk logic/times.Marco Pesenti Gritti2005-09-051-2/+2
* Simple widget to show tooltips at a custom positionMarco Pesenti Gritti2005-09-031-6/+23
* Abbrev)--L1743--C75--54%-----------------------------------------------------...Jonathan Blandford2005-09-021-0/+49
* ev_page_cache_get doesnt return a reference, dont try to unref it.Marco Pesenti Gritti2005-09-011-1/+0
* catch another gtk+-2.8ism Make work with gtk+-2.6 Release 0.4.0Jonathan Blandford2005-08-261-1/+8
* 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