Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-032-10/+22
* [ui] Escape URIs for displayNickolay V. Shmyrev2009-05-034-8/+55
* [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
* Change process working directory to $HOME so that we don't preventCarlos Garcia Campos2009-04-101-1/+7
* Use g_file_make_symbolic_link to create symlinks. Patch by Hib Eris. SeeCarlos Garcia Campos2009-04-101-16/+20
* RemovedCarlos Garcia Campos2009-04-083-72/+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-086-347/+150
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-089-1022/+9
* 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
* Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix the bugNickolay V. Shmyrev2009-04-041-8/+35
* Set proper path to saved accels file. Fixes bug #577500.Nickolay V. Shmyrev2009-03-311-1/+1
* 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
* Use gtk_tool_button_set_use_underline() for next/previous buttons so thatCarlos Garcia Campos2009-02-141-0/+2
* Do not use metadata when reloading the document, so that the window is notCarlos Garcia Campos2009-02-101-89/+101
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-4/+4
* Include gdkx.h only with X11. See bug #339172.Hib Eris2009-02-051-0/+2
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-051-1/+9
* Make use of GConf optional. Based on patch by Hib Eris. See bug #339172.Carlos Garcia Campos2009-02-051-2/+8
* Add mnemonics to buttons in search bar. Fixes bug #569212.Carlos Garcia Campos2009-02-011-2/+2
* Make sure pages_per_sheet is always >= 1. Fixes bug #569328.Carlos Garcia Campos2009-02-011-2/+2
* A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117.Christian Persch2009-01-301-9/+5
* Add --version which was lost in the libgnome removal. Bug #562869.Christian Persch2009-01-291-0/+13
* Move metadata manager initialisation and shutdown into EvApplication.Christian Persch2009-01-262-15/+9
* Use N_() in g_option_context_new(), not _().Christian Persch2009-01-261-9/+5
* Don't copy the string twice. Bug #569231.Christian Persch2009-01-261-1/+1
* Move ev_dot_dir() from libdocument to shell, since it shouldn't be publicChristian Persch2009-01-263-6/+28
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-252-3/+10
* Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bugCarlos Garcia Campos2009-01-241-42/+22
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-208-19/+19
* Fix for a minor code typo.Michal Vaner2009-01-181-3/+3
* Bug 558084 – simplify drag data handlingChristian Persch2009-01-182-25/+25
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-1819-12406/+2
* Remove dest, mode and search_string from EvJobLoad since they are notCarlos Garcia Campos2009-01-183-36/+40
* Make the whole EvWindow the destination of a drag and drop operation.Carlos Garcia Campos2009-01-182-45/+46
* Add missing brakets around the percentage in progress messages. See bugCarlos Garcia Campos2009-01-161-2/+2
* Do no use gdk_x11_* when not available. Based on patch by Hib Eris, seeCarlos Garcia Campos2009-01-161-0/+10
* Include gdkx only for dbus support. See bug #339172.Hib Eris2009-01-161-1/+1
* Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug #567785.Tomeu Vizoso2009-01-162-1/+6
* 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