[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gbookmarkfile.c
2014-06-12 Colin Waltersgbookmarkfile: Cleaner error handling code to pacify...
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-02 Matthias ClasenDrop another use of xinclude
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-01-17 Christian Schrammgbookmarkfile: removed unused include 'gslist.h'
2014-01-01 Matthias ClasenGBookmarkFile: Streamline error handling a bit
2014-01-01 Matthias ClasenGBookmarkFile: Remove dead code
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-04-12 Jasper St. Pierrebookmarkfile: Fix annotations on GBookmarkFile
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-08-24 William Jon McCannDon't crash if set_app_info is called before adding...
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-02-04 Ravi Sankar Gunturfix memory leak in g_bookmark_file_parse()
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-03 Javier Jardónglib/*: Use g_list_free_full()
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-05 Ryan Lortieone missed docs fix
2011-09-05 Ryan Lortiegtk-doc fixups for glib/
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-03 Matthias ClasenDon't assert too much
2010-07-11 Matthias ClasenFix a typo
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-01-20 Matthias Clasenfix a typo
2008-12-31 Matthias ClasenFix some compiler warnings
2008-08-31 Emmanuele BassiBug 550096 – GBookmarkFile parser is not forward compatible
2008-07-21 Emmanuele BassiDo not set the timestamp value using time(), as it...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-04-09 Federico Mena QuinteroDon't leak apps_by_name in GBookmarkFile metadata items
2008-03-22 Claudio SaavedraBug 523877 – gbookmarkfile: avoid using g_string_append...
2008-03-22 Emmanuele BassiBug 518160 - replace two g_strdup_printf calls in GBook...
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-04-30 Chris WilsonInclude the gshell.h header file (to define g_shell_...
2007-04-29 Emmanuele BassiQuote the passed command line...
2007-01-15 Matthias ClasenRemove redundant NULL checks
2007-01-02 Emmanuele BassiAdd support for expanding the desktop entry spec variab...
2007-01-02 Matthias ClasenReturn an error if the uri is bad. (#391370, Maciej...
2006-08-16 Matthias ClasenAdd Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-08-08 Emmanuele BassiPlug a couple of leaks when removing data from a bookmark.
2006-08-05 Matthias ClasenCorrect the grammar of an error message. (#349792,...
2006-06-12 Emmanuele BassiReturn a boolean instead of void.
2006-06-09 Emmanuele BassiUse an empty string to pass the test in set_app_info.
2006-04-27 Matthias Clasen (bookmark_app_info_dump): Escape strings before dumping
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-26 Matthias ClasenAvoid a possible NULL dereference (found by Coverity...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-04-04 Matthias ClasenMake the parser struct const
2006-04-04 Behdad EsfahbodFix accidentally broken build.
2006-04-03 Matthias ClasenDon't include sys/time.h (#337027, Kazuki IWAMOTO)
2006-03-30 Matthias ClasenMake it build
2006-03-30 Matthias ClasenSync the parameter names with the .h files, otherwise...
2006-03-27 Emmanuele Bassiglib/gbookmarkfile.h Add GBookmarkFile, a parser for...