Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is evil... Make space/backspace global accelerators but enable themMarco Pesenti Gritti2005-05-101-30/+3
* Implement middle button scrolling. Based on a patch by Tommi KomulainenMarco Pesenti Gritti2005-05-091-59/+125
* Release 0.3.0Marco Pesenti Gritti2005-05-071-1/+6
* Compute size of the actual page, not of the current one.Marco Pesenti Gritti2005-05-071-4/+1
* Fix text selectionMarco Pesenti Gritti2005-05-071-58/+116
* First go at fixing search, still buggyMarco Pesenti Gritti2005-05-071-164/+149
* Output zoom-control Makefile. build zoom-control subdir.James Bowes2005-05-021-12/+24
* Change the preview cache back to 1. Don't know when it got set to 0.Jonathan Blandford2005-05-011-35/+82
* Update current page while scrolling in continuous modeNickolay V. Shmyrev2005-04-271-2/+15
* Scroll up increase zoomNickolay V. Shmyrev2005-04-241-1/+1
* Horizontal scroll and zooming with mouse wheelNickolay V. Shmyrev2005-04-241-3/+34
* forgot to set this.Jonathan Blandford2005-04-241-1/+1
* Fix links for dual/continuous. Also, add a quick fix measuring of widths.Jonathan Blandford2005-04-241-44/+38
* Fix crash on exit and scrolling to pageNickolay V. Shmyrev2005-04-231-9/+33
* Add Continuous and Dual page modes.Jonathan Blandford2005-04-231-133/+802
* Remove unnecessary locking.Kristian Høgsberg2005-04-221-4/+0
* Fix find on single page documentsMarco Pesenti Gritti2005-04-221-2/+2
* Fix normal size zoom. Make zoom in/zoom out unsensitive when they areMarco Pesenti Gritti2005-04-221-1/+27
* actually remove the job.Jonathan Blandford2005-04-221-27/+27