| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-28 | Some fixes found by coverity for things used before a null check | Mikael Magnusson | |
| In the second case, we actually check the wrong variable. | |||
| 2013-08-10 | Add support for loading SVG icons using librsvg. | Dana Jansens | |
| This adds a configure option --disable-librsvg, but defaults to using the library if it is present during configure. When enabled, Openbox will attempt to load svg image files using the library, similar to how Imlib2 is used for other image formats. Since librsvg uses the libXml2 library, their errors end up in the same global namespace as Openbox config file parsing. To avoid this, we reset the libXml current error whenever we start loading a file, and save the last error that occurred when we are finished, by storing the error in the ObtXmlInst. | |||
| 2012-09-30 | Don't strip leading whitespace from menu labels (Fix bug 4782) | Dana Jansens | |
| 2012-09-30 | Allow an xml tag to be unregistered from the xml parser. | Dana Jansens | |
| 2011-01-24 | XML_PARSE_XINCLUDE flag seems to do nothing. Use xmlXIncludeProcessFlags() ↵ | Dana Jansens | |
| instead | |||
| 2011-01-24 | Allow XIncludes in xml documents we read. | Dana Jansens | |
| Add the XInclude namespace in the default config file (named "xi") | |||
| 2010-02-12 | use g_slice_new() instead of g_new() part 3 | Dana Jansens | |
| 2010-02-12 | Check node->name for null | Mikael Magnusson | |
| Seems to happen sometimes with a well placed xml comment. | |||
| 2009-12-28 | reflect the change that parse.c/h was renamed to xml.c/h in the file header ↵ | Dana Jansens | |
| comments | |||
| 2009-12-21 | rename the obt_parse library to obt_xml (since it is very xml specific) | Dana Jansens | |
