Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-133/+188
* Use document info from page cache instead of document itself. fix for crashNickolay V. Shmyrev2005-06-071-3/+2
* Use a const to return title so that we dont double free it. Small cleanupMarco Pesenti Gritti2005-06-061-2/+1
* second part of commitNickolay V. Shmyrev2005-06-051-2/+2
* fix compilation.Jonathan Blandford2005-06-041-1/+1
* A bit different fix for rounding problem but it has noNickolay V. Shmyrev2005-06-041-0/+1
* Implement fonts list. Defined out for now, since it depends on a not yetMarco Pesenti Gritti2005-06-041-2/+11
* other_page isn't necessarily page + 1.Jonathan Blandford2005-06-041-9/+24
* Rework properties code to take only EvPropertyInfo in the constructor soMarco Pesenti Gritti2005-06-041-5/+8
* Initial go at file properties. Patch by Emil Soleyman-ZomalanMarco Pesenti Gritti2005-06-031-1/+15
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-291-7/+16
* Fix minor points related to moving best fit up. IntroduceNickolay V. Shmyrev2005-05-221-3/+14
* Second part of commit, broken pipe somehowNickolay V. Shmyrev2005-05-221-0/+9
* Use gdk_window_scroll instead of gtk_widget_queue_draw. Massive speedupsJonathan Blandford2005-05-201-0/+43
* Make PgUp/Down behave like SpaceMarco Pesenti Gritti2005-05-181-2/+10
* Give focus to the ev-view, rather than the scrolled_window that it's in.James Bowes2005-05-181-2/+2
* Massive code clean up from Nickolay Shmyrev. Keep page offset whenJonathan Blandford2005-05-181-56/+10
* Get rid of View->Normal Size, it's just confusingMarco Pesenti Gritti2005-05-171-13/+0
* Free the EvDocumentInfo.Jonathan Blandford2005-05-171-1/+1
* Expose api to print a range (with dialog). Make private _print use it.Marco Pesenti Gritti2005-05-161-6/+20
* UpdateMarco Pesenti Gritti2005-05-121-3/+37
* Use signals to notify action activation. Hopefully I did not breakMarco Pesenti Gritti2005-05-111-0/+23
* Remove some leftover code from jrb first continous attempt. Use the newMarco Pesenti Gritti2005-05-101-47/+5
* Add mnemonic for edit toolbar. ctrl+l focus the page entry.Marco Pesenti Gritti2005-05-101-8/+21
* Put the toolbar xml in evince own dot dirMarco Pesenti Gritti2005-05-101-6/+8
* Make the toolbar not removableMarco Pesenti Gritti2005-05-101-0/+3
* This is evil... Make space/backspace global accelerators but enable themMarco Pesenti Gritti2005-05-101-6/+70
* Support printing page range, based on patch by Amaury JacquotJuerg Billeter2005-05-101-0/+14
* Set slash action insensitive when appropriateMarco Pesenti Gritti2005-05-101-0/+2
* Check for uri correctness/existenceMarco Pesenti Gritti2005-05-101-0/+28
* LPD printers use postscript, tooJuerg Billeter2005-05-091-0/+2
* The zoom one is actually sort of useful, put it backMarco Pesenti Gritti2005-05-091-1/+0
* Hide page/zoom controls from overflow, they are useless.Marco Pesenti Gritti2005-05-091-0/+2
* Implement epiphany like toolbar editor. Based on patch byMarco Pesenti Gritti2005-05-091-3/+83
* Slash -> FindMarco Pesenti Gritti2005-05-091-1/+5
* Change api to lookup from uri. Do fast lookup first, if the type isMarco Pesenti Gritti2005-05-081-16/+7
* Output zoom-control Makefile. build zoom-control subdir.James Bowes2005-05-021-0/+62
* Change the preview cache back to 1. Don't know when it got set to 0.Jonathan Blandford2005-05-011-67/+160
* Use connect_object rather than explicitly disconnect on dispose.Marco Pesenti Gritti2005-04-291-9/+6
* Update current page while scrolling in continuous modeNickolay V. Shmyrev2005-04-271-1/+6
* Horizontal scroll and zooming with mouse wheelNickolay V. Shmyrev2005-04-241-30/+26
* Fix links for dual/continuous. Also, add a quick fix measuring of widths.Jonathan Blandford2005-04-241-6/+6
* Add Continuous and Dual page modes.Jonathan Blandford2005-04-231-37/+81
* Fix for 170111Nickolay V. Shmyrev2005-04-221-1/+0
* Fix normal size zoom. Make zoom in/zoom out unsensitive when they areMarco Pesenti Gritti2005-04-221-6/+13
* actually remove the job.Jonathan Blandford2005-04-221-8/+8
* Show the window in fullscreen when specified by the documentMarco Pesenti Gritti2005-04-191-0/+14
* Bug 301053: hide statusbar resize-grip when maximized. Fix from Paolo BorelliNickolay V. Shmyrev2005-04-191-13/+16
* Small rework of sidebar pages handling. See bug #164811 for detailsNickolay V. Shmyrev2005-04-191-27/+4
* New files, handling the mapping from mimetypes to backendsDavid Malcolm2005-04-181-92/+9