Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* disable File->Print if the document does not implement the ps exporterMatthew S. Wilson2005-07-041-0/+4
* Split the properties pages in two different objects, depend only on theMarco Pesenti Gritti2005-07-041-8/+10
* Exit from fullscreen mode when switch to presentation. Fix for bug 309365Nickolay V. Shmyrev2005-07-031-9/+13
* Fix compilationAlex Duggan2005-06-301-1/+1
* Metadata manager from gedit but modified to use GValue, so that we dontMarco Pesenti Gritti2005-06-301-0/+44
* Add an optional dbus interface (--enable-dbus). Rework application code,Marco Pesenti Gritti2005-06-301-33/+73
* Make rotate menu entries unsensitive if there is not a document openCarlos Garcia Campos2005-06-241-0/+2
* Make properties unsensitive if document backend doesn't provide infoNickolay V. Shmyrev2005-06-231-1/+10
* Rename xmalloc to mdvi_malloc to avoid libtool conflict, update year inNickolay V. Shmyrev2005-06-231-1/+1
* Fix fir bug 308265: Sidebar dissappears coming out of Presentation modeNickolay V. Shmyrev2005-06-231-5/+6
* Fix for bug 308402 - provide templates in Save dialogNickolay V. Shmyrev2005-06-231-13/+23
* Removed EggRecentViewGtkNickolay V. Shmyrev2005-06-191-14/+15
* Fix memory leakNickolay V. Shmyrev2005-06-191-0/+6
* Fix update of zoom control. Bug 308268Nickolay V. Shmyrev2005-06-191-1/+4
* 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