]> www.fi.muni.cz Git - evince.git/history - ChangeLog
Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source()
[evince.git] / ChangeLog
2009-04-08 Dan WinshipFix the .desktop-file-as-state-file case; egg_desktop_f...
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 CamposAdd previewer files to POTFILES.in.
2009-04-08 Carlos Garcia CamposDelete the print settings file.
2009-04-08 Carlos Garcia CamposRemove the preview mode from EvWindow. EvPrintOperation...
2009-04-08 Carlos Garcia CamposAdd evince-previewer as a separate applicaton that...
2009-04-08 Carlos Garcia CamposMove EvPageAction and EvStockIcons from shell to a...
2009-04-07 Nickolay V. ShmyrevFixes memory leak. Bug #578285.
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 Christian PerschDirect bug-buddy bugs to the BugBuddyBugs component.
2009-03-31 Nickolay V. ShmyrevSet proper path to saved accels file. Fixes bug #577500.
2009-03-30 Nickolay V. ShmyrevAnimation is ready only when origin surface is ready...
2009-03-26 Nickolay V. ShmyrevAdded a test to check printing and a size of the file.
2009-03-24 Christian PerschUpdate smclient from libegg master.
2009-03-24 Christian PerschSet alternative button order for dialogues.
2009-03-24 Christian Persch Bug 575085 – titles not translated in the nautilus tab
2009-03-16 Nickolay V. ShmyrevBumped the version EVINCE_2_26_0
2009-03-16 Carlos Garcia CamposUpdated for release 2.26.0
2009-03-05 Tobias MuellerMake the fixed sized string a semantically correct...
2009-03-02 Christian PerschIf the document is encrypted, the ev_document_factory_g... EVINCE_2_25_92
2009-03-02 Carlos Garcia CamposUpdate for release 2.25.92.
2009-03-01 Carlos Garcia CamposShow the 'jump to page' window in the right GdkScreen...
2009-03-01 Carlos Garcia CamposDo not lose page position when reloading. Fixes bug...
2009-03-01 Carlos Garcia CamposMake our own thumbnail when the provided one doesn...
2009-02-27 Christian SpurkReduce the restriction on the minimum size of thumbnail...
2009-02-27 Carlos Garcia CamposUse GOption in thumbnailer.
2009-02-22 Carlos Garcia CamposUse poppler_document_save_a_copy(), which never saves...
2009-02-18 Christian PerschDon't use g_quark_from_static_string in a loadable...
2009-02-17 Carlos Garcia CamposUpdate for release 2.25.91
2009-02-16 Thomas Hindoe Paab... Replace deprecated gtk symbol in commented out code
2009-02-16 Carlos Garcia CamposUpdate for release 2.25.91.
2009-02-16 Christian PerschFix a freed memory read.
2009-02-15 Christian PerschFix signed/unsigned compiler warnings.
2009-02-15 Christian PerschRename GIRs to EvinceDocument/EvinceView.
2009-02-15 Christian PerschUse g_intern_static_string.
2009-02-15 Christian PerschFill in the error.
2009-02-15 Christian PerschAdd code to catch backends incorrectly implementing...
2009-02-15 Christian PerschUse a local GError, and propagate as appropriate, makin...
2009-02-15 Christian PerschUse g_error_matches.
2009-02-15 Christian PerschPlug a mem leak.
2009-02-15 Christian PerschDon't overwite an error.
2009-02-15 Christian PerschMake sure to always set @error when returning FALSE...
2009-02-15 Christian PerschMake sure to always set @error when returning FALSE.
2009-02-15 Christian PerschMake sure to always set @error when returning FALSE.
2009-02-15 Christian PerschPlug a mem leak.
2009-02-15 Christian PerschDon't overwrite an error.
2009-02-15 Christian PerschRemove unnecessary NULL check; g_strdup() is NULL-safe.
2009-02-15 Christian PerschDocument that this returns either NULL and fills in...
2009-02-15 Christian PerschUse the content type to get the description, not the...
2009-02-15 Christian PerschMake sure to fill in @error on failure. Also, since...
2009-02-15 Christian PerschNULL safety. (get_mime_type_from_data): Return the...
2009-02-15 Christian PerschDon't leak the input stream.
2009-02-15 Christian PerschPropagate all errors upwards.
2009-02-15 Christian PerschDon't use more bytes from buffer than were read from...
2009-02-15 Nickolay V. ShmyrevFixes bug #571787.
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-09 Carlos Garcia CamposFix smclient libs on cycgwin. See bug #339172.
2009-02-08 Christian PerschAdd experimental introspection support. Disabled by...
2009-02-08 Christian PerschLink libevdocument.la to libevview.la.
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 Hib ErisAdd application/x-ext-pdf mime type for pdf backend...
2009-02-05 Carlos Garcia CamposMake session manager code compile for w32. These change...
2009-02-05 Hib ErisMake screensaver code compile for w32. These changes...
2009-02-05 Carlos Garcia CamposMake use of GConf optional. Based on patch by Hib Eris...
2009-02-04 Christian PerschMake ev_init() also bind the evince gettext domain...
2009-02-04 Christian PerschInclude gi18n-lib.h instead of gi18n.h.
2009-02-02 Carlos Garcia CamposUpdate for release 2.25.90
2009-02-01 Carlos Garcia CamposUpdate for release 2.25.90
2009-02-01 Carlos Garcia CamposRemove the old tooltips code and use G_DEFINE_TYPE().
2009-02-01 Carlos Garcia CamposSplit API documentation into libdocument, libview and...
2009-02-01 Christian PerschDon't make GTypeInfo static. Bug #570077.
2009-02-01 Christian PerschA backend/backend.symbols: Only export the backend...
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-02-01 Carlos Garcia CamposClamp top/bottom values of destinations to make sure...
2009-02-01 Carlos Garcia CamposFix build when debug mode is disabled.
2009-01-30 Christian PerschMake this return TRUE only if any backends were loaded...
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 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 Persch Bug 569082 – use versioned directory for backends
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-24 Carlos Garcia CamposAdd EV_DEFINE_INTERFACE macro.
2009-01-24 Carlos Garcia CamposAdd EV_DEFINE_BOXED_TYPE macro to define boxed types...
2009-01-23 Nickolay V. ShmyrevSync EggToolbarEditor with libegg.
2009-01-22 Michael J. ChudobiakAdded missing bug number to ChangeLog.
2009-01-22 Michael J. ChudobiakWhen saving a file, using the default permissions for...
2009-01-21 Christian PerschBug 568229 – library needs libtool versioning
2009-01-21 Christian PerschBug 568220 – need pkg-config file
2009-01-21 Christian PerschBug 568224 – library should have version macros
2009-01-20 Hiroyuki Ikezoeshell/ev-sidebar-links.c
next