Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
...
* [shell] Propagate key events from EvWindow to EvViewCarlos Garcia Campos2009-05-121-0/+25
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-031-8/+15
* [ui] Escape URIs for displayNickolay V. Shmyrev2009-05-031-3/+8
* [ui] Use stock icon for Page SetupNickolay V. Shmyrev2009-05-031-1/+1
* [ui] Renamed menu entry to Page SetupNickolay V. Shmyrev2009-05-031-2/+2
* Added F3 as a find-next accelerator key, bug 579072Michael J. Chudobiak2009-04-301-0/+4
* Use g_file_make_symbolic_link to create symlinks. Patch by Hib Eris. SeeCarlos Garcia Campos2009-04-101-16/+20
* RemovedCarlos Garcia Campos2009-04-081-65/+4
* Use g_error_matches() instead of manually check error code and domain.Carlos Garcia Campos2009-04-081-8/+4
* Delete the temp symlink created when opening a copy.Carlos Garcia Campos2009-04-081-3/+19
* Remove the preview mode from EvWindow. EvPrintOperation now launchesCarlos Garcia Campos2009-04-081-226/+5
* Move ev_view_update_view_size() from libview to ev-window again and makeCarlos Garcia Campos2009-04-061-37/+47
* Follow up to bug #539972. Alt+Arrows conflict withNickolay V. Shmyrev2009-04-051-2/+2
* Set alternative button order for dialogues.Christian Persch2009-03-241-0/+19
* Do not lose page position when reloading. Fixes bug #573091.Carlos Garcia Campos2009-03-011-9/+12
* Use g_error_matches.Christian Persch2009-02-151-2/+1
* Do not use metadata when reloading the document, so that the window is notCarlos Garcia Campos2009-02-101-89/+101
* Make use of GConf optional. Based on patch by Hib Eris. See bug #339172.Carlos Garcia Campos2009-02-051-2/+8
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-2/+4
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-201-5/+5
* Bug 558084 – simplify drag data handlingChristian Persch2009-01-181-6/+2
* Remove dest, mode and search_string from EvJobLoad since they are notCarlos Garcia Campos2009-01-181-9/+37
* Make the whole EvWindow the destination of a drag and drop operation.Carlos Garcia Campos2009-01-181-0/+46
* Add missing brakets around the percentage in progress messages. See bugCarlos Garcia Campos2009-01-161-2/+2
* Use brakets around the percentage in progress messages. See bug #567910.Carlos Garcia Campos2009-01-161-4/+4
* Fix typo in error message. See bug #567910.Carlos Garcia Campos2009-01-161-1/+1
* Fix mnemonic conflict. Fixes bug #567937.Carlos Garcia Campos2009-01-161-1/+1
* Show progress information when loading/saving remote files. Fixes bugCarlos Garcia Campos2008-12-301-28/+345
* Fix saving images to remote locations.Carlos Garcia Campos2008-12-301-1/+1
* Remember page setup options too. Paper size is globally remembered whileCarlos Garcia Campos2008-12-291-46/+150
* Show a confirmation dialog when there are pending print jobs while closingCarlos Garcia Campos2008-12-281-10/+122
* Show progress information when printing. Fixes bug #482770.Carlos Garcia Campos2008-12-271-14/+152
* First step of the printing system rework. EvJobPrint has been replaced byCarlos Garcia Campos2008-12-271-291/+37
* Fix memory leaks.Carlos Garcia Campos2008-12-271-0/+3
* Add document URI to properties page. Fixes bug #555376.Carlos Garcia Campos2008-12-031-0/+2
* RemovedCarlos Garcia Campos2008-12-011-67/+52
* Add support for reloading remote documents. Fixes bug #555399.Carlos Garcia Campos2008-11-291-7/+112
* Fixes assertion fail on selecting text. See bug #561393.Marek Kašík2008-11-181-1/+3
* Add layers support.Carlos Garcia Campos2008-11-151-6/+39
* Fix build with GTK+ < 2.14Carlos Garcia Campos2008-11-051-0/+4
* Do not use popup dialogs to show error messages anymore, use the messageCarlos Garcia Campos2008-11-011-54/+17
* Use a message format (with printf()-style) in ev_window_error_message andCarlos Garcia Campos2008-11-011-37/+45
* Change ev_window_error_message and ev_window_warning_message to receive aCarlos Garcia Campos2008-11-011-17/+17
* Use gtk_show_uri() when availale to display help contents.Carlos Garcia Campos2008-11-011-0/+19
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-14/+1
* Bug 558064 – build with single includesChristian Persch2008-10-271-1/+1
* Disable toggle function of F5 when in presentation mode. Patch by DaveCarlos Garcia Campos2008-10-171-2/+0
* Do not consider mailto links as http uris. Fixes bug #555801.Carlos Garcia Campos2008-10-121-1/+2
* Use GdkAppLaunchContext when available to launch external applications.Carlos Garcia Campos2008-10-041-3/+9
* Fix launching external applications for launch actions which seems to beCarlos Garcia Campos2008-10-041-21/+21