Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* Various small fixes, mostly memory leaks. Thanks to valgrind.Nickolay V. Shmyrev2005-06-191-0/+5
* Fixed lot's of memory leaks, for example, memory leak on reload, describedNickolay V. Shmyrev2005-06-181-5/+8
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-181-0/+4
* Shift + PageUp moves 10 Pages. Fix for 306125Nickolay V. Shmyrev2005-06-181-1/+34
* Prefer presentation mode when the document require fullscreen.Marco Pesenti Gritti2005-06-171-3/+4
* Add control-equal for zoomingMarco Pesenti Gritti2005-06-171-0/+3
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-161-22/+10
* Autoraise toolbar on GoToPage action and fix keyboard accelerators in sidebarNickolay V. Shmyrev2005-06-161-14/+40
* Make it an object, cleanup the code, api to show it as transient and toMarco Pesenti Gritti2005-06-151-8/+16
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-141-0/+30
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-111-8/+1
* Transfer remote documents to tmp directory to display them laterNickolay V. Shmyrev2005-06-101-17/+40
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-081-1/+1
* 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