]> www.fi.muni.cz Git - evince.git/history - shell
Add application/x-ext-pdf mime type for pdf backend. See bug #339172.
[evince.git] / shell /
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...
2008-09-13 Carlos Garcia CamposAssume invalid uris are http uris. Fixes bug #552071.
2008-09-07 Carlos Garcia CamposAllow page scrolling with PageUp/PageDown keys when...
2008-09-07 Carlos Garcia CamposUse GtkScrollType instead of EvScrollType.
2008-09-07 Nickolay V. ShmyrevPatch for case unsensitive page label match by Michael...
2008-09-07 Carlos Garcia CamposDo not append the file extension twice when saving...
2008-09-05 Carlos Garcia CamposMake sure the cursor is correctly restored after showin...
2008-09-05 Carlos Garcia CamposUse GdkAppLaunchContext when available to open attachments.
2008-09-04 Carlos Garcia CamposGrab the mediakeys with a low priority. Fixes bug ...
2008-09-04 Carlos Garcia CamposClean up the media player keys stuff.
2008-08-31 Carlos Garcia CamposMake sure evince starts up in the right workspace when...
2008-08-31 Carlos Garcia CamposFix window manager warnings shown in ~/.xsession-errors
2008-08-31 Carlos Garcia CamposEggSMClient copied from libegg
2008-08-27 Carlos Garcia CamposRemove gnome_authentication_manager_init.
2008-08-27 Carlos Garcia CamposUse gtk_box_pack_start instead of gtk_box_pack_start_de...
2008-08-27 Carlos Garcia CamposRemoved
2008-08-24 Carlos Garcia CamposRemove the idle function for setting the document up...
2008-08-22 Carlos Garcia CamposAdd a new job to get the attachments in a thread with...
2008-08-17 Carlos Garcia CamposDo not crash when adjustment page size is 0. Fixes...
2008-08-06 Carlos Garcia CamposFix loading encrypted documents since I broke it with...
2008-08-03 Wouter BolsterleeMore #include cleanups. Again: reordering, single gtk...
2008-08-03 Wouter BolsterleeCleanup many #include statements: reorder so that a...
2008-08-03 Carlos Garcia CamposAdd gio header.
2008-08-03 Carlos Garcia CamposRework the jobs system in order to make it simpler...
2008-07-27 Carlos Garcia CamposAdd a profile mode available when debug is enabled...
2008-07-20 Carlos Garcia CamposIntercept window manager's fullscreen request in order...
2008-07-20 Carlos Garcia CamposRestart the job search when the find bar is opened...
2008-07-13 Carlos Garcia CamposAdd '.' keybinding for blanking the screen in presentat...
2008-06-24 Bastien NoceraUse Alt+Left to rotate left, and Alt+Right to rotate...
2008-06-24 Bastien NoceraWhen building with D-Bus support, listen for multimedia...
2008-06-16 Carlos Garcia CamposDo not crash opening documents with no pages and show...
2008-06-15 Carlos Garcia CamposAutomaticly reload the document when the file has chang...
2008-06-10 Cosimo CecchiFix some build warnings under GCC 4.3.0. (#537535).
2008-05-29 Carlos Garcia CamposFix a crash in debug mode. Patch by Daniel M German.
2008-05-25 Carlos Garcia CamposAdd Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
next