summaryrefslogtreecommitdiff
path: root/eel/eel-glib-extensions.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
Closes https://github.com/mate-desktop/caja/pull/372
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas1-0/+28
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions.
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-10/+7
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0
2012-11-16[eel] remove unused eel_get_filename_charset()Jasmine Hassan1-98/+0
http://git.gnome.org/browse/nautilus/commit/?id=00c0b9daa2053a110e17c64fb79ce4884290dc76
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-87/+10
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28
2012-11-14[eel] cleanup eel-glib-extensionsJasmine Hassan1-89/+0
http://git.gnome.org/browse/nautilus/commit/?id=230581b5d58650c1f50f7d9fda9ab3a1f211361a
2012-11-14[eel] use glib's i18n API instead of eel'sJasmine Hassan1-1/+0
http://git.gnome.org/browse/nautilus/commit/?id=8447fd3670021530b6340829f27f1d689b633d3a
2012-09-05add eel_g_settings_add_auto_strvStefano Karapetsas1-0/+26
2012-09-05add some more g_settings auto helpers to eel-glib-extensionsStefano Karapetsas1-0/+85
2012-09-05convert date-format to gsettingsStefano Karapetsas1-0/+24
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1231