Age | Commit message (Expand) | Author | Files | Lines |
2004-11-08 | Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for | Matthias Clasen | 2 | -7/+14 |
2004-11-08 | Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), | Matthias Clasen | 3 | -2/+7 |
2004-11-05 | fix typo | Mathieu Lacage | 1 | -1/+1 |
2004-11-05 | integrate patches by Sylvain Foretgobject_0_10_0 | Mathieu Lacage | 1 | -2/+50 |
2004-11-04 | improve a bit the introduction | Mathieu Lacage | 1 | -4/+17 |
2004-11-04 | forgot to add this file. | Mathieu Lacage | 1 | -0/+58 |
2004-11-04 | integrate patch from Stefan Kost | Mathieu Lacage | 3 | -28/+218 |
2004-11-04 | Improve G_WIN32_HAVE_WIDECHAR_API documentation. | Tor Lillqvist | 3 | -2/+13 |
2004-11-02 | *** empty log message ***GLIB_2_5_5 | Matthias Clasen | 4 | -0/+33 |
2004-11-02 | New function to convert a filename to a UTF-8 string for display purposes. | Matthias Clasen | 2 | -0/+7 |
2004-11-01 | Documentation updates. | Matthias Clasen | 2 | -3/+10 |
2004-10-31 | Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API. | Matthias Clasen | 4 | -6/+33 |
2004-10-30 | Doc additions. | Matthias Clasen | 2 | -40/+84 |
2004-10-29 | Add G_OPTION_REMAINING | Matthias Clasen | 2 | -2/+5 |
2004-10-29 | Update. | Matthias Clasen | 1 | -33/+51 |
2004-10-29 | Document GOption | Matthias Clasen | 2 | -51/+200 |
2004-10-28 | Add some introductory notes. | Matthias Clasen | 2 | -0/+83 |
2004-10-27 | 2.5.4GTK_2_5_4 | Matthias Clasen | 1 | -0/+4 |
2004-10-27 | Introduce the idea of a filename encoding, which is *literally* the | Matthias Clasen | 5 | -1/+121 |
2004-10-26 | Add a 2.6 index. | Matthias Clasen | 2 | -0/+5 |
2004-10-26 | Documentation fixes. | Matthias Clasen | 11 | -34/+974 |
2004-10-25 | Add GKeyFile section, add index for 2.6 additions. | Matthias Clasen | 2 | -0/+10 |
2004-10-24 | Typo fix. | Matthias Clasen | 1 | -1/+1 |
2004-10-24 | Rename first parameter to check_data, since apparently the system headers | Matthias Clasen | 2 | -1/+4 |
2004-10-23 | Add GKeyFile section. | Matthias Clasen | 2 | -0/+49 |
2004-10-17 | Make public. (#155589, Tim-Philipp Müller) | Matthias Clasen | 3 | -0/+17 |
2004-10-05 | Improve the docs for g_object_get_property(). (#153424, Stefan Kost) | Matthias Clasen | 2 | -3/+8 |
2004-10-04 | Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V. | Matthias Clasen | 2 | -1/+7 |
2004-09-20 | Correct the docs for the default log handler wrt to which messages go to | Matthias Clasen | 2 | -2/+7 |
2004-09-20 | Point to g_utf8_strreverse() for reversing UTF-8 strings. (#153091, Adam | Matthias Clasen | 2 | -5/+10 |
2004-09-18 | 2.5.3GLIB_2_5_3 | Matthias Clasen | 6 | -24/+54 |
2004-09-16 | Ignore galias.h | Matthias Clasen | 3 | -1/+14 |
2004-09-16 | Commit accumulated changes. | Matthias Clasen | 9 | -14/+59 |
2004-09-09 | Clarify the relation of g_get_home_dir() and $HOME. | Matthias Clasen | 2 | -1/+11 |
2004-09-09 | Add a function to calculate the length of a NULL-terminated string array. | Matthias Clasen | 2 | -0/+5 |
2004-09-07 | Add a function to return a list of applicable locale names. (#95587, | Matthias Clasen | 2 | -1/+6 |
2004-09-06 | Remove excess markup and fix a markup error. | Matthias Clasen | 2 | -11/+18 |
2004-09-05 | New function to install an alternate default log handler. (#66387, Darin | Matthias Clasen | 3 | -7/+31 |
2004-09-02 | Add g_date_get_iso8601_week_of_year. | Matthias Clasen | 2 | -0/+5 |
2004-08-30 | Fix a typo. (#151109, Stepan Kasal) | Matthias Clasen | 2 | -1/+5 |
2004-08-27 | Fix #151193, Stepan Kasal: | Matthias Clasen | 2 | -0/+6 |
2004-08-25 | 2.5.2GLIB_2_5_2 | Matthias Clasen | 4 | -30/+74 |
2004-08-23 | Add an example for g_on_error_query() usage. (#148716, Christian Persch) | Matthias Clasen | 2 | -3/+33 |
2004-08-12 | Document the necessity to call g_thread_init() when using threads (even | Matthias Clasen | 2 | -4/+10 |
2004-08-11 | Add new XDG basedir API (bug 139973). | Ray Strode | 1 | -0/+5 |
2004-08-03 | Add a section for GOption. Include GOption section. New template. | Matthias Clasen | 4 | -0/+339 |
2004-08-03 | New function to check the version of GLib at runtime. (#149175, Michael | Matthias Clasen | 5 | -52/+160 |
2004-08-02 | Add a G_GNUC_INTERNAL macro to mark function declarations as internal and | Matthias Clasen | 3 | -2/+18 |
2004-08-01 | 2.5.1GLIB_2_5_1 | Matthias Clasen | 1 | -0/+4 |
2004-07-28 | Clarify docs for g_get_real_name(). (#143552, Danek Duvall) | Matthias Clasen | 2 | -1/+7 |