Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-04 | Fix FSF address | Tim-Philipp Müller | 3 | -5/+5 | |
https://bugzilla.gnome.org/show_bug.cgi?id=687520 | |||||
2012-01-22 | Don't use deprecated GLib API | Tim-Philipp Müller | 1 | -69/+0 | |
2012-01-22 | Use new GLib API unconditionally | Tim-Philipp Müller | 1 | -31/+1 | |
2011-12-13 | glib-compat: Add license boilerplate for LGPL | Sebastian Dröge | 1 | -0/+15 | |
2011-12-12 | Work around deprecated thread API in glib master | Tim-Philipp Müller | 1 | -0/+120 | |
Add private replacements for deprecated functions such as g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly to avoid the deprecation warnings. We'll change these over to the new API once we depend on glib >= 2.32. | |||||
2010-04-07 | build: fix compiler warnings | Thijs Vermeir | 1 | -0/+2 | |
fix warnings for all plugins that use: setlocale (LC_ALL... | |||||
2010-03-22 | i18n: build fixes: #if -> #ifdef for ENABLE_NLS | Stefan Kost | 1 | -1/+1 | |
2010-03-22 | i18n: fix the build | Stefan Kost | 1 | -3/+11 | |
Don't inlcude locale.h which we include in gettext.h if needed. Guard the inlcude like we do in the simillar headers in core. | |||||
2005-08-30 | add some i18n headers | Thomas Vander Stichele | 2 | -0/+106 | |
Original commit message from CVS: add some i18n headers |