]> www.fi.muni.cz Git - evince.git/history - shell/ev-window.c
[shell] Remove left over GtkPrinter
[evince.git] / shell / ev-window.c
2009-06-05 Hib Eris[shell] Remove left over GtkPrinter
2009-05-21 Carlos Garcia Campos[shell] Remember and reuse "Save a Copy..." path
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[shell] Propagate key events from EvWindow to EvView
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 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-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-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-10 Carlos Garcia CamposDo not use metadata when reloading the document, so...
2009-02-05 Carlos Garcia CamposMake use of GConf optional. Based on patch by Hib Eris...
2009-01-25 Christian PerschRenamed from evince-backend.pc.in. Renamed library...
2009-01-20 Hiroyuki Ikezoeshell/ev-sidebar-links.c
2009-01-18 Christian PerschBug 558084 – simplify drag data handling
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 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-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 CamposFirst step of the printing system rework. EvJobPrint...
2008-12-27 Carlos Garcia CamposFix memory leaks.
2008-12-03 Carlos Garcia CamposAdd document URI to properties page. Fixes bug #555376.
2008-12-01 Carlos Garcia CamposRemoved
2008-11-29 Carlos Garcia CamposAdd support for reloading remote documents. Fixes bug...
2008-11-18 Marek KašíkFixes assertion fail on selecting text. See bug #561393.
2008-11-15 Carlos Garcia CamposAdd layers support.
2008-11-05 Carlos Garcia CamposFix build with GTK+ < 2.14
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-17 Carlos Garcia CamposDisable toggle function of F5 when in presentation...
2008-10-12 Carlos Garcia CamposDo not consider mailto links as http uris. Fixes bug...
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-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 CamposUse GtkScrollType instead of EvScrollType.
2008-09-07 Carlos Garcia CamposDo not append the file extension twice when saving...
2008-09-05 Carlos Garcia CamposUse GdkAppLaunchContext when available to open attachments.
2008-09-04 Carlos Garcia CamposClean up the media player keys stuff.
2008-08-27 Carlos Garcia CamposRemoved
2008-08-24 Carlos Garcia CamposRemove the idle function for setting the document up...
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 CamposRework the jobs system in order to make it simpler...
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-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-25 Carlos Garcia CamposAdd Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2008-05-25 Carlos Garcia CamposUse the window title as print job name instead of just...
2008-04-20 Carlos Garcia CamposUpdate also the primary selection when copying a link...
2008-04-16 Carlos Garcia CamposAdd GtkMountOperation (renamed to avoid conflicts)...
2008-04-14 Carlos Garcia CamposAdd EvPage so that we can hold a reference to the backe...
2008-04-12 Carlos Garcia CamposAdd Ctrl-Insert keybinding for copying text. Fixes...
2008-04-02 Carlos Garcia CamposDo not unfullscreen and fullscreen again the window...
2008-03-31 Carlos Garcia CamposHandle errors when opening remote files.
2008-03-29 Emil SoleymanReuse g_app_info_launch_default_for_uri to save some...
2008-03-24 Wouter BolsterleeUse g_str_has_suffix. See bug #523069.
2008-03-19 Carlos Garcia CamposDo not append the extension to filename when saving...
2008-03-18 Carlos Garcia CamposCancel the find operation when the find bar is closed...
2008-03-09 Wouter BolsterleeBug 495107 – Handle print dialog responses correctly
2008-03-08 Carlos Garcia CamposMake sure print job is only run when the print button...
2008-02-25 Alexander LarssonUse g_file_has_prefix instead of renamed g_file_contain...
2008-02-08 Carlos Garcia CamposRemove libgnomeprint support. Fixes bug #512370.
2008-01-27 Carlos Garcia CamposFix compile warning.
2008-01-26 Carlos Garcia CamposRemoved
2008-01-26 Carlos Garcia CamposStop autoscroll when Escape key is pressed. Fixes bug...
2008-01-25 Carlos Garcia CamposPort to gio and drop gnome-vfs dependency. Fixes bug...
2008-01-24 Wouter BolsterleeUse top/up/bottom/down arrows instead of first/left...
2008-01-24 Wouter BolsterleeOverride PDF restrictions by default. Fixes bug #382700.
2008-01-23 Gil ForcadaAdded comment for translators
2008-01-19 Carlos Garcia CamposDo not render images when rendering the page but on...
2008-01-15 Nickolay V. ShmyrevSimplify image format selection on save.
2008-01-13 Djihed AfifiRTL marker in recent file list. See bug #509076.
next