lp://staging/evince
- Get this branch:
- bzr branch lp://staging/evince
Branch merges
Related bugs
Related blueprints
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://gitlab.gnome.org/GNOME/evince.git.
Last successful import was .
Recent revisions
- 6812. By Bastien Nocera
-
comics: Fix mime-type comparisons
The comics backend was using string equality to match mime-types. This
doesn't work when the mime-type has changed, and the old name is now
simply an alias. Use g_content_type_is_ a() instead. - 6811. By Bastien Nocera
-
comics: Add application/
vnd.comicbook+ zip support application/
vnd.comicbook+ zip is the new mime-type for ".cbz" files.
Other mime-types are still available as aliases of that type. - 6807. By Jose Aliste <email address hidden>
-
libview: Do not create annotation window twice.
Currently, in button_
release_ event we always create the annotation window. Since
there is a chance that draw event will show the annotation windows (and in that
case creates annotation windows if they don't exist) then the annotation window
will be created twice. This causes a leak because we only destroy one of these windows...
and also when removing annotations with the window open we don't destroy the window
(we destroy a window which is already hidden).The solution here is to check in button_release wether a window has been already created
for the annotation, and only if not, create the new annotation window. - 6804. By lantw44
-
browser-plugin: Replace gdkwayland.h include with gdk.h
GDK_WINDOWING_
WAYLAND macro is defined in gdkconfig.h, not gdkwayland.h,
so including gdk.h is sufficient. This also fixes build on systems not
supporting Wayland. - 6803. By Carlos Garcia Campos
-
Revert "browser-plugin: Replace gdkwayland.h include with gdk.h"
This reverts commit bf7a4fcdf6211e1
1d94dfe9fed8211 3d92e24eb7. It broke the build in gnome continuous.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)