summaryrefslogtreecommitdiff
path: root/eel/eel-glib-extensions.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-04eel: remove date & time functionsrbuj1-8/+0
Do not need to extend glib library, since it now incorporates these functions. Extended date format modifiers are available on glib v2.56. eel-glib-extensions.h/c: GDate * eel_g_date_new_tm (struct tm *time_pieces); char * eel_strdup_strftime (const char *format, struct tm *time_pieces); gint64 eel_get_system_time (void); Do not need to test the extensions in eel_self_check_glib_extensions (void). eel-glib-extensions.c: static void check_tm_to_g_date (time_t time) static char * test_strftime (...) Do not need to check if strftime implements extended date format modifiers on the system (available on glibc v2.27). configure.ac
2019-04-12eel: remove eel_g_object_list_refrbuj1-3/+0
2019-03-29eel: remove g_object_list_copyrbuj1-1/+0
GNOME/nautilus@7af24a8 Replace GList * eel_g_object_list_copy (GList *list) with g_list_copy_deep (list, (GCopyFunc) g_object_ref, NULL)
2019-03-07eel: remove g_str_list_copyrbuj1-1/+0
GNOME/nautilus@61e2aff Replace eel_g_str_list_copy(Glist *list) with g_list_copy_deep (list, (GCopyFunc) g_strdup, NULL)
2019-03-07eel: remove g_list_free_deep_customrbuj1-3/+0
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas1-0/+6
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-16[eel] remove unused eel_get_filename_charset()Jasmine Hassan1-3/+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-14/+0
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-18/+0
http://git.gnome.org/browse/nautilus/commit/?id=230581b5d58650c1f50f7d9fda9ab3a1f211361a
2012-09-05add eel_g_settings_add_auto_strvStefano Karapetsas1-0/+3
2012-09-05add some more g_settings auto helpers to eel-glib-extensionsStefano Karapetsas1-0/+9
2012-09-05convert date-format to gsettingsStefano Karapetsas1-0/+4
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/+128