[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gmarkup.c
2014-05-09 Sébastien Wilmetdoc: various improvements
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias Clasengmarkup: Convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2013-10-29 Ryan LortieGMarkup: clear attributes on ignorned tags
2013-10-28 Ryan LortieGMarkup: add G_MARKUP_IGNORE_QUALIFIED
2013-10-28 Ryan LortieGMarkup: share some common code for closing tags
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 John RallsMore -Werror=format-nonliteral fixes
2013-01-19 Matthias ClasenFix build with -Werror=format
2013-01-13 Henrique Dante de... Add G_GNUC_PRINTF on all functions with format strings
2013-01-01 Jasper St. Pierregmarkup: Make GMarkupParseContext a boxed type
2012-11-10 Matthias ClasenRemove trailing space from some translated strings
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenAdd missing includes
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-08-20 Ryan LortieRevert the GMarkup attribute collect changes
2012-08-19 Matthias ClasenExterminate 'the the'
2012-08-17 Chun-wei FanFix build on Visual C++
2012-08-17 Matthias Clasengmarkup: Add g_markup_collect_known_attributes()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-08 Matthias ClasenRemove a bit of dead code
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-04 Matthias ClasenFix doc typos
2011-05-29 Matthias ClasenDocumentation fixups
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-12 Matthias ClasenGMarkupParseContext: Improve struct packing
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-11 Matthias ClasenFix cleanup in g_markup_collect
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-18 Matthias ClasenMove GMarkup docs inline
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-13 Ryan LortieConst 'parser' arg to g_markup_parse_context_push
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-15 Matthias ClasenReword a doc comment
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'
2010-01-04 Piotr EljasiakFix a typo in the docs
2009-06-09 Michael Meeksmove start_element emission out into a new (inlined...
2009-05-01 Michael MeeksPatch originally committed only to the ChangeLog &...
2009-02-06 Murray CummingCorrect the grammar in some property documentation.
2008-10-13 Christian PerschBug 555311 – format not a string literal and no format...
2008-10-10 Matthias ClasenFix gcc warnings
2008-10-08 Christian PerschBug 555314 – mem leak in gmarkup
2008-08-08 Ryan LortieBug 546876 -- also update documentation for escape_text
2008-08-08 Ryan LortieBug 546876 - Modify GMarkup parser to accept &#x1;...
2008-07-28 Matthias ClasenAdd g_markup_context_get_user_data
2008-07-16 Matthias ClasenImprove an error message
2008-07-10 Ryan Lortieadd functions g_markup_parse_context_{push,pop} in...
2008-04-03 Matthias ClasenFix the docs
2008-03-11 Murray CummingBug 521591 – g_markup_parse_context_parse() creates...
2008-01-04 Mathias HasselmannResolve 64 bit-shift bug in g_markup_collect_attributes.
2007-12-03 Hans Breueradded glib_gettext (in use by gio) also try building gio
2007-11-29 Matthias ClasenDoc improvements
2007-11-29 Matthias ClasenAdd Since tags
2007-11-27 Ryan LortieAdd new function g_markup_collect_attributes (bug ...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-16 Ryan Lortienew flag G_MARKUP_PREFIX_ERROR_POSITION to cause the...
2007-11-08 Matthias ClasenNew function, to get the stack of open elements. (...
2007-08-09 Matthias ClasenHandle restricted characters by converting them to...
2007-07-08 Matthias ClasenHandle all states. (#454473)
2007-03-06 Matthias ClasenReport more accurate position for invalid UTF-8. (...
2006-09-30 Matthias ClasenFix PLT issues
2006-08-30 Matthias ClasenDon't call va_end on caller-provided va_args. (#353584...
2006-05-29 Matthias ClasenSmall optimizations
2006-05-29 Matthias ClasenAdd a GMarkupParseFlags flag for treating CDATA as...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-10-05 Matthias ClasenDoc addition
2005-09-12 Matthias ClasenClarify docs.
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-06 Matthias ClasenFix error reporting in gmarkup
2005-01-24 Matthias ClasenAdd a test with a long entity name.
2004-11-29 Matthias ClasenDefine empty for gcc 2.95.
2004-11-29 Matthias ClasenRemove leftover noinline attributes. (is_name_start_cha...
2004-11-29 Matthias ClasenRemove leftover noinline attributes.
2004-11-28 Matthias ClasenOptimizations; don't scan the entire text in find_curre...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-07-28 Matthias ClasenTests for handling of whitespace inside tags.
2004-06-02 Matthias ClasenFix an off-by-one error in g_markup_parse_context_parse...
2003-10-08 Matthias ClasenDocument as 2.4 additions. (unescape_text): Implement...
2003-09-12 Owen TaylorAdd g_markup_printf_escaped(), g_markup_vprintf_escaped().
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-08-07 Matthias ClasenUse g_return_val_if_fail, no g_return_if_fail.
2002-07-15 Matthias ClasenNew function to get the currently open element. (#70448)
next