gnome-recipes:os-info

Last commit made on 2017-02-19
Get this branch:
git clone -b os-info https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
os-info
Repository:
lp:gnome-recipes

Recent commits

a66c891... by Matthias Clasen <email address hidden>

Explicitly build libgd as static library

Shaily was having problems with linking against a shared libgd.

145b011... by Matthias Clasen <email address hidden>

wip: os info

51961fd... by Matthias Clasen <email address hidden>

Move the search provide ini file to data/

Fits better there, with all the other data files we install.

2c74078... by Matthias Clasen <email address hidden>

Keep images in a subdir when exporting

This makes the export structure much more similar to what
we want on disk.

0dff9bc... by Matthias Clasen <email address hidden>

Remove remnants of dark text support

This field is not used anymore, so drop the leftovers in
the importer and exporter code.

c750074... by Matthias Clasen <email address hidden>

Drop angles and rename GrRotatedImage

There is nothing about rotation here anymore.

998bcdb... by Matthias Clasen <email address hidden>

Drop all use of angles in GrRotateImage

We don't need this anymore, since we now apply rotations
in the file system.

21dfc06... by Matthias Clasen <email address hidden>

Drop no longer needed rotation code

Since we now always rotate images in the file system, we
no longer need to write out a rotated image to the cache
for the css.

b9882b7... by Matthias Clasen <email address hidden>

Also undo image rotations when the recipe isn't saved

This simply requires us to write the rotated image out to
a separate file, and use the same deferred removal mechanism
we already have in place.

f6617e2... by Matthias Clasen <email address hidden>

Fix a refcounting error

We can't use an autoptr if we don't have our own reference.

This was loosing a reference, causing criticals when cleaning
up the store at exit.