Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remember page setup options too. Paper size is globally remembered whileCarlos Garcia Campos2008-12-293-79/+283
* Fallback to EV_FILE_FORMAT_PS when file_format is not defined.Carlos Garcia Campos2008-12-291-1/+1
* Show a confirmation dialog when there are pending print jobs while closingCarlos Garcia Campos2008-12-282-27/+149
* Show progress information when printing. Fixes bug #482770.Carlos Garcia Campos2008-12-273-80/+474
* Add EvProgressMessageArea derived from EvMessageArea to show progressCarlos Garcia Campos2008-12-275-12/+296
* First step of the printing system rework. EvJobPrint has been replaced byCarlos Garcia Campos2008-12-276-649/+1261
* Fix memory leaks.Carlos Garcia Campos2008-12-271-0/+3
* Only jump the the location of the find result for the first match whenCarlos Garcia Campos2008-12-191-0/+1
* Add document URI to properties page. Fixes bug #555376.Carlos Garcia Campos2008-12-033-1/+5
* Removed RemovedCarlos Garcia Campos2008-12-031-29/+41
* RemovedCarlos Garcia Campos2008-12-018-499/+509
* Add support for reloading remote documents. Fixes bug #555399.Carlos Garcia Campos2008-11-291-7/+112
* Make sure find_result is never < 0 which causes a crash while searching.Carlos Garcia Campos2008-11-231-1/+1
* Fixes crash on fast scrolling with simultaneous text selection.Marek Kašík2008-11-181-2/+9
* Fixes assertion fail on selecting text. See bug #561393.Marek Kašík2008-11-182-7/+6
* Add layers support.Carlos Garcia Campos2008-11-158-50/+653
* Add eye icon from gimp to hide/show layers.Carlos Garcia Campos2008-11-152-0/+2