]> www.fi.muni.cz Git - evince.git/history - shell
[build] Add dependency on libdocument/libview for libmisc
[evince.git] / shell /
2009-06-05 Hib Eris[shell] Remove left over GtkPrinter
2009-05-23 Bartek Kostrzewa[printing] Fix multipage even/odd printing issues
2009-05-21 Carlos Garcia Campos[shell] Remember and reuse "Save a Copy..." path
2009-05-18 Nickolay V. Shmyrev[printing] Fixes crash found by tests EVINCE_2_27_1
2009-05-17 Carlos Garcia Campos[shell] Add EvPrintOperationPrint that implements EvPri...
2009-05-16 Carlos Garcia Campos[shell] Recover previous session when running evince...
2009-05-13 Carlos Garcia Campos[shell] Implement Print named action
2009-05-13 Carlos Garcia Campos[shell] Abort dnd operations originated in the same...
2009-05-12 Carlos Garcia Campos[build] Use shave to improve build log readability
2009-05-12 Carlos Garcia Campos[shell] Propagate key events from EvWindow to EvView
2009-05-12 Carlos Garcia CamposMove stock icons from libmisc to libview and make the...
2009-05-03 Nickolay V. Shmyrev[document] Fixes handling of broken documents
2009-05-03 Nickolay V. Shmyrev[ui] Escape URIs for display
2009-05-03 Nickolay V. Shmyrev[ui] Use stock icon for Page Setup
2009-05-03 Nickolay V. Shmyrev[ui] Renamed menu entry to Page Setup
2009-04-30 Michael J. ChudobiakAdded F3 as a find-next accelerator key, bug 579072
2009-04-10 Carlos Garcia CamposChange process working directory to $HOME so that we...
2009-04-10 Carlos Garcia CamposUse g_file_make_symbolic_link to create symlinks. Patch...
2009-04-08 Carlos Garcia CamposRemoved
2009-04-08 Carlos Garcia CamposUse g_error_matches() instead of manually check error...
2009-04-08 Carlos Garcia CamposDelete the temp symlink created when opening a copy.
2009-04-08 Carlos Garcia CamposRemove the preview mode from EvWindow. EvPrintOperation...
2009-04-08 Carlos Garcia CamposMove EvPageAction and EvStockIcons from shell to a...
2009-04-06 Carlos Garcia CamposMove ev_view_update_view_size() from libview to ev...
2009-04-05 Nickolay V. ShmyrevFollow up to bug #539972. Alt+Arrows conflict with
2009-04-04 Nickolay V. ShmyrevPatch by Juanjo Marín <juanj.marin@juntadeandalucia...
2009-03-31 Nickolay V. ShmyrevSet proper path to saved accels file. Fixes bug #577500.
2009-03-24 Christian PerschSet alternative button order for dialogues.
2009-03-01 Carlos Garcia CamposDo not lose page position when reloading. Fixes bug...
2009-02-15 Christian PerschUse g_error_matches.
2009-02-14 Carlos Garcia CamposUse gtk_tool_button_set_use_underline() for next/previo...
2009-02-10 Carlos Garcia CamposDo not use metadata when reloading the document, so...
2009-02-05 Christian PerschUse g_set_error_literal now that we depend on glib...
2009-02-05 Hib ErisInclude gdkx.h only with X11. See bug #339172.
2009-02-05 Carlos Garcia CamposMake session manager code compile for w32. These change...
2009-02-05 Carlos Garcia CamposMake use of GConf optional. Based on patch by Hib Eris...
2009-02-01 Carlos Garcia CamposAdd mnemonics to buttons in search bar. Fixes bug ...
2009-02-01 Carlos Garcia CamposMake sure pages_per_sheet is always >= 1. Fixes bug...
2009-01-30 Christian PerschA libdocument/ev-init.[ch]: Add single init/shutdown...
2009-01-29 Christian PerschAdd --version which was lost in the libgnome removal...
2009-01-26 Christian PerschMove metadata manager initialisation and shutdown into...
2009-01-26 Christian PerschUse N_() in g_option_context_new(), not _().
2009-01-26 Christian PerschDon't copy the string twice. Bug #569231.
2009-01-26 Christian PerschMove ev_dot_dir() from libdocument to shell, since...
2009-01-25 Christian PerschRenamed from evince-backend.pc.in. Renamed library...
2009-01-24 Carlos Garcia CamposUse EV_DEFINE_INTERFACE to define EvSidebarPage interfa...
2009-01-20 Hiroyuki Ikezoeshell/ev-sidebar-links.c
2009-01-18 Michal VanerFix for a minor code typo.
2009-01-18 Christian PerschBug 558084 – simplify drag data handling
2009-01-18 Carlos Garcia CamposMove EvView specific code to a libeviview library so...
2009-01-18 Carlos Garcia CamposRemove dest, mode and search_string from EvJobLoad...
2009-01-18 Carlos Garcia CamposMake the whole EvWindow the destination of a drag and...
2009-01-16 Carlos Garcia CamposAdd missing brakets around the percentage in progress...
2009-01-16 Carlos Garcia CamposDo no use gdk_x11_* when not available. Based on patch...
2009-01-16 Hib ErisInclude gdkx only for dbus support. See bug #339172.
2009-01-16 Tomeu VizosoExpose ev_view_set_zoom_for_size for embedders to use...
2009-01-16 Carlos Garcia CamposUse brakets around the percentage in progress messages...
2009-01-16 Carlos Garcia CamposFix typo in error message. See bug #567910.
2009-01-16 Carlos Garcia CamposFix mnemonic conflict. Fixes bug #567937.
2008-12-30 Carlos Garcia CamposShow progress information when loading/saving remote...
2008-12-30 Carlos Garcia CamposFix saving images to remote locations.
2008-12-29 Carlos Garcia CamposRemember page setup options too. Paper size is globally...
2008-12-29 Carlos Garcia CamposFallback to EV_FILE_FORMAT_PS when file_format is not...
2008-12-28 Carlos Garcia CamposShow a confirmation dialog when there are pending print...
2008-12-27 Carlos Garcia CamposShow progress information when printing. Fixes bug...
2008-12-27 Carlos Garcia CamposAdd EvProgressMessageArea derived from EvMessageArea...
2008-12-27 Carlos Garcia CamposFirst step of the printing system rework. EvJobPrint...
2008-12-27 Carlos Garcia CamposFix memory leaks.
2008-12-19 Carlos Garcia CamposOnly jump the the location of the find result for the...
2008-12-03 Carlos Garcia CamposAdd document URI to properties page. Fixes bug #555376.
2008-12-03 Carlos Garcia CamposRemoved Removed
2008-12-01 Carlos Garcia CamposRemoved
2008-11-29 Carlos Garcia CamposAdd support for reloading remote documents. Fixes bug...
2008-11-23 Carlos Garcia CamposMake sure find_result is never < 0 which causes a crash...
2008-11-18 Marek KašíkFixes crash on fast scrolling with simultaneous text...
2008-11-18 Marek KašíkFixes assertion fail on selecting text. See bug #561393.
2008-11-15 Carlos Garcia CamposAdd layers support.
2008-11-15 Carlos Garcia CamposAdd eye icon from gimp to hide/show layers.
2008-11-05 Carlos Garcia CamposFix build with GTK+ < 2.14
2008-11-02 Carlos Garcia CamposMove the egg_set_desktop_file() call to main and remove
2008-11-01 Carlos Garcia CamposDo not use popup dialogs to show error messages anymore...
2008-11-01 Carlos Garcia CamposUse a message format (with printf()-style) in ev_window...
2008-11-01 Carlos Garcia CamposChange ev_window_error_message and ev_window_warning_me...
2008-11-01 Carlos Garcia CamposUse gtk_show_uri() when availale to display help contents.
2008-10-31 Carlos Garcia CamposRemoved shell/ev-view-private.h
2008-10-27 Christian PerschBug 558064 – build with single includes
2008-10-27 Christian PerschBug 558066 – format not a string literal and no format...
2008-10-23 Nickolay V. ShmyrevCancel the animation without scheduling transition...
2008-10-17 Carlos Garcia CamposDisable toggle function of F5 when in presentation...
2008-10-17 Carlos Garcia CamposInstead of using only one loading icon for thumbnails...
2008-10-17 Carlos Garcia CamposFix memory leak.
2008-10-13 Nickolay V. ShmyrevRemoves bad prefixes from window title. Patch by Robin...
2008-10-12 Carlos Garcia CamposDo not consider mailto links as http uris. Fixes bug...
2008-10-06 Carlos Garcia CamposFix memory leak. Fixes bug #555134.
2008-10-04 Carlos Garcia CamposEmit the job finished signal when the job is handled...
2008-10-04 Carlos Garcia CamposUse GdkAppLaunchContext when available to launch extern...
2008-10-04 Carlos Garcia CamposFix launching external applications for launch actions...
2008-09-26 Carlos Garcia CamposMake sure copy_job_page_and_selection_to_job_info is...
2008-09-13 Carlos Garcia CamposUse GdkAppLaunchContext when available to launch extern...
2008-09-13 Carlos Garcia CamposUse the message area to show errors when lauching exter...
next