Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor cleanups removing some dead code.Jonathan Blandford2005-04-161-38/+28
* Allow setting view spacing, default to 0Marco Pesenti Gritti2005-04-161-1/+14
* Do not draw the border in fulscreenMarco Pesenti Gritti2005-04-161-6/+34
* Rework border calculation, so that I can more easily disable it. CodeMarco Pesenti Gritti2005-04-161-39/+32
* Rework sizing to deal with documents with not uniform page size.Marco Pesenti Gritti2005-04-151-53/+55
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-141-0/+8
* Fix for bugs 300233,173184,300094. Problems with page index started at 0Nickolay V. Shmyrev2005-04-121-12/+29
* Check that the document supports findMarco Pesenti Gritti2005-04-081-1/+1
* Add Edit->Find NextMarco Pesenti Gritti2005-04-081-0/+16
* Make searching work again.Kristian Høgsberg2005-04-051-39/+45
* Patch from Alberto Mesas <amesas@gmail.com> to make F1 bring upJonathan Blandford2005-04-031-41/+105
* Implement search based on poppler_page_find_text(). Currently a bit crudeKristian Høgsberg2005-04-011-12/+13