Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* HIGification of toolbar editor dialogue.Christian Persch2005-07-071-8/+9
* Add an _init functions that enabled metadata management at runtime.Marco Pesenti Gritti2005-07-071-30/+0
* do not unnecessarily save zoomMarco Pesenti Gritti2005-07-071-2/+4
* This should solve the circular dep without requiring dir reorg!Marco Pesenti Gritti2005-07-061-4/+9
* Remember window position and maximized stateMarco Pesenti Gritti2005-07-061-12/+50
* Fix DBUS configure checks.Christian Persch2005-07-061-2/+18
* Add support for some more typesMarco Pesenti Gritti2005-07-061-9/+158
* Marco Pesenti Gritti <mpg@redhat.com>Carlos Garcia Campos2005-07-051-4/+3
* Rework document types managing to avoid code duplication and actuallyMarco Pesenti Gritti2005-07-051-2/+2
* 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