summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Doc: gio: enable gtkdoc-checkwip/xclaesse/doc-part2Xavier Claessens2015-02-111-0/+9
* Doc: glib: enable gtkdoc-checkXavier Claessens2015-02-111-0/+9
* Doc: gobject: enable gtkdoc-checkXavier Claessens2015-02-111-0/+9
* configure.ac: Add ENABLE_GTK_DOC_CHECK conditionalXavier Claessens2015-02-111-0/+5
* Doc: Fix missing g_option_group_ref/unrefXavier Claessens2015-02-112-0/+4
* Doc: Fix missing g_steal_pointer()Xavier Claessens2015-02-112-0/+3
* Doc: Mark a few things as privateXavier Claessens2015-02-114-1/+8
* Win32: Move g_win32_check_windows_version() to the correct place in headerXavier Claessens2015-02-111-6/+5
* Doc: Fix g_list_store_insert_sorted()Xavier Claessens2015-02-111-0/+2
* goption: Add boxed type for GOptionGroupBastien Nocera2015-02-114-23/+81
* glist: Mention that g_list_length() is bad for checking list emptinessPhilip Withnall2015-02-112-2/+4
* 2.43.42.43.4Matthias Clasen2015-02-101-0/+43
* Update .gitignoreJasper St. Pierre2015-02-101-0/+1
* gmem.h, gthread.h: Include glib/gutils.hChun-wei Fan2015-02-102-1/+2
* GI annotation for g_get_charset()Sébastien Wilmet2015-02-081-1/+2
* docs: code example for enumeration typesSébastien Wilmet2015-02-081-0/+13
* g_steal_pointer: make it C++ cleanRyan Lortie2015-02-061-1/+1
* tests: add a test case for g_steal_pointer()Ryan Lortie2015-02-061-0/+39
* Add new API g_steal_pointer()Ryan Lortie2015-02-061-0/+71
* GListModel: Use G_DECLARE_INTERFACEXavier Claessens2015-02-062-10/+3
* Add G_DECLARE_INTERFACEXavier Claessens2015-02-062-0/+75
* Add GMutexLockerXavier Claessens2015-02-063-0/+75
* docs: fix up docs issues in gio/Xavier Claessens2015-02-0549-26/+385
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-0511-13/+81
* docs: fix typo in g_settings_new_full() docstringRyan Lortie2015-02-041-1/+1
* docs: add a bunch of pointless documentationRyan Lortie2015-02-041-0/+790
* Doc: Fix g_auto and g_autoptr typoXavier Claessens2015-02-041-3/+3
* Doc: Add missing functions in gio.typesXavier Claessens2015-02-041-6/+17
* Doc: sort and uniquify gio.typesXavier Claessens2015-02-041-40/+36
* Doc: Fix GListModel/GListStoreXavier Claessens2015-02-043-4/+18
* Visual Studio 2008 Builds: Fix Header "Installation"Chun-wei Fan2015-02-041-2/+2
* gnulib/vasprintf: handle unsigned modifier for long longAurélien Zanelli2015-02-031-0/+5
* GListStore: fix preconditions in insert_sorted()Lars Uebernickel2015-02-031-3/+3
* docs: fix typos in G_DECLARE_*_TYPEXavier Claessens2015-02-031-11/+13
* tests: add test for GListStore inserted sortRyan Lortie2015-02-031-0/+96
* GListStore: add sorted insert functionRyan Lortie2015-02-033-0/+46
* gtype.h: Fix Build on non-GCCChun-wei Fan2015-02-031-6/+2
* gmacros.h: Add Private Macro _GLIB_DEFINE_AUTOPTR_CHAINUPChun-wei Fan2015-02-031-0/+8
* glistmodel.h: Fix _GListModelInterface DefineChun-wei Fan2015-02-021-1/+1
* fix G_DEFINE_AUTO_CLEANUP_FREE_FUNC on non-GCCRyan Lortie2015-02-021-1/+1
* docs: link the GListModel docs from the indexRyan Lortie2015-02-021-0/+5
* MSVC Builds: Fix "Installation" of GListModel HeadersChun-wei Fan2015-02-022-4/+4
* MSVC Builds: Update vs11|vs12/Makefile.amChun-wei Fan2015-02-022-2/+2
* MSVC Builds: Rename "install" ProjectsChun-wei Fan2015-02-026-7/+7
* gobject\gtype.h: Make up for Missing '\'Chun-wei Fan2015-02-021-1/+1
* One More Update For MSVC BuildsChun-wei Fan2015-02-022-0/+4
* MSVC Builds: "Install" the Autocleanup HeadersChun-wei Fan2015-02-022-280/+286
* gio: add support for g_auto() and g_autoptr()Ryan Lortie2015-01-3020-0/+178
* G_DECLARE_*_TYPE: add auto cleanup supportRyan Lortie2015-01-301-0/+16
* gobject: add support for g_auto() and g_autoptr()Ryan Lortie2015-01-303-0/+29