Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* disable File->Print if the document does not implement the ps exporterMatthew S. Wilson2005-07-041-0/+4
* *** empty log message ***Marco Pesenti Gritti2005-07-044-0/+388
* Split the properties pages in two different objects, depend only on theMarco Pesenti Gritti2005-07-044-446/+16
* Scroll to current page when exit from presentation.Nickolay V. Shmyrev2005-07-031-6/+9
* Exit from fullscreen mode when switch to presentation. Fix for bug 309365Nickolay V. Shmyrev2005-07-031-9/+13
* return NULL if the document does not implement the selection interface.Matthew S. Wilson2005-07-021-0/+4
* Add I-Beam support to EvView. Now we can see where we can select! Sweet!Jonathan Blandford2005-07-015-7/+72
* Fix event->y + view->scroll_x typo.Kristian Høgsberg2005-06-301-1/+1
* Adjust to poppler API changes; use a sub-GdkPixbuf instead of passingKristian Høgsberg2005-06-301-74/+101
* Fix compilationAlex Duggan2005-06-301-1/+1
* Metadata manager from gedit but modified to use GValue, so that we dontMarco Pesenti Gritti2005-06-307-2/+652
* Add an optional dbus interface (--enable-dbus). Rework application code,Marco Pesenti Gritti2005-06-307-168/+332
* unref the pixbuf iff it exists.Jonathan Blandford2005-06-301-1/+2
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-306-156/+637
* Fix for Bug 309080: crash on window close.Nickolay V. Shmyrev2005-06-281-2/+3
* 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 for 170874 - arrow keys switch pages in presentation modeNickolay V. Shmyrev2005-06-231-12/+27
* 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-234-83/+191
* Some leaks fixedNickolay V. Shmyrev2005-06-192-2/+4
* Removed EggRecentViewGtkNickolay V. Shmyrev2005-06-191-14/+15
* Fix memory leakNickolay V. Shmyrev2005-06-193-2/+38
* Fix update of zoom control. Bug 308268Nickolay V. Shmyrev2005-06-191-1/+4
* escape the text correctly. Handles non-UTF-8 properties and escapedJonathan Blandford2005-06-191-1/+58
* Various small fixes, mostly memory leaks. Thanks to valgrind.Nickolay V. Shmyrev2005-06-194-6/+18
* Include locale.h to fix buildNickolay V. Shmyrev2005-06-181-2/+0
* Fixed lot's of memory leaks, for example, memory leak on reload, describedNickolay V. Shmyrev2005-06-184-14/+36
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-183-54/+53
* Shift + PageUp moves 10 Pages. Fix for 306125Nickolay V. Shmyrev2005-06-181-1/+34
* s/PDF Version/FormatMarco Pesenti Gritti2005-06-171-6/+1
* Remove unnecessary translationsMarco Pesenti Gritti2005-06-171-2/+2
* 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-163-25/+49
* Autoraise toolbar on GoToPage action and fix keyboard accelerators in sidebarNickolay V. Shmyrev2005-06-168-39/+105
* Hide the progress label when finished; bug #307697.Christian Persch2005-06-151-1/+2
* Enable is_open for links, you will need poppler cvsMarco Pesenti Gritti2005-06-151-0/+2
* Expand links when specified by the document. Depend on a poppler apiMarco Pesenti Gritti2005-06-151-15/+32
* Make it an object, cleanup the code, api to show it as transient and toMarco Pesenti Gritti2005-06-153-58/+157
* Implement orientation here tooMarco Pesenti Gritti2005-06-141-1/+5
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-145-14/+82
* Separate scan and fill so that we can incrementally fill from the mainMarco Pesenti Gritti2005-06-133-41/+47
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-116-17/+135
* Transfer remote documents to tmp directory to display them laterNickolay V. Shmyrev2005-06-106-84/+151
* s/GTime*/GTime. Not sure why we was using a pointer at all there!Marco Pesenti Gritti2005-06-101-2/+2
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-083-38/+165
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-0722-156/+2226
* Use document info from page cache instead of document itself. fix for crashNickolay V. Shmyrev2005-06-073-5/+4