~mate-desktop/mate-desktop/+git/caja:1.12

Last commit made on 2016-03-29
Get this branch:
git clone -b 1.12 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/caja

Branch merges

Branch information

Recent commits

07f3307... by Vlad Orlov

Release 1.12.7

921690d... by raveit65

icon container: don't set label colors right after widget realize

the background might be not yet set at this point, and when it will
be set, the label colors will be properly set on a signal anyway.
so let's not do the same work twice.

74f9b0c... by Vlad Orlov

eel: never try to block background change signal

that's what was causing random font color changes. the code in
eel-background.c is a complete asynchronous mess, with queued
callbacks sometimes being called in such order that it caused
blocking the background change signal in the situations where
it should never be blocked.

04604ab... by raveit65

icon container: restore original font color select logic

that is, before 057df2dc1d8ea67b477d696ac6feea8aaf392763

the logic itself is valid, but it was somewhat broken later in a few
attempts to fix the annoying font color bugs. so let's restore it.

bbb428f... by Vlad Orlov

Release 1.12.6

cb1020c... by Vlad Orlov

Revert "add check to prevent extensions from being loaded multiple times"

This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b.

It proved to break the actual fix, so reverting it for now. Note that
you will see duplicates in the extensions list now, but it's better
than non-working Python extensions. :-/

2f29ade... by Vlad Orlov

Release 1.12.5

4b5bcc5... by Alexander van der Meij <email address hidden>

add check to prevent extensions from being loaded multiple times

2a949e2... by Alexander van der Meij <email address hidden>

fix loading multiple python extensions (regression since 1.9.3)

15e4db0... by Vlad Orlov

[GTK+3] handle smooth scroll events for zooming (with Ctrl held)

fixes https://github.com/mate-desktop/caja/issues/516

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=1a76e044a2c9b834d00c4ea30f1e3af3321d8cdd
https://git.gnome.org/browse/nautilus/commit/?id=878e2a4f7ada26bb7c106e5bbdbd8434acf86c77
https://git.gnome.org/browse/nautilus/commit/?id=f7b54cdba55a0856b201e62818059ac5007fac35
https://git.gnome.org/browse/nautilus/commit/?id=3d275a971132a41809a3b1e5b8ac683d264d6c35