Install gdesktopappinfo as unix-specific api
[platform/upstream/glib.git] / glib /
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-12-10 13:02:08 Tim Janikapplied patch by Tommi Komulainen to fix int64 printout...
2007-12-10 Matthias ClasenChange prototype to take msgctxtid + offset instead...
2007-12-09 Hans Breuerremoved -GD to compile with msvc9 (vs2008) with less...
2007-12-08 Hans Breuerbuild gchecksum.obj
2007-12-06 Mathias HasselmannCall destroy notify when destroying the hash table...
2007-12-06 13:29:00 Tim Janikdetect non-blocking fd EOF by read()==0 following poll...
2007-12-06 Mathias HasselmannMention g_utf8_normalize() returns NULL on invalid...
2007-12-06 Mathias HasselmannImprove wording for g_propagate_error docs.
2007-12-05 17:58:18 Tim Janikadded -m=thorough support to gtester.
2007-12-05 17:21:05 Tim Janikprint out random seed for verbose tests, also adapted...
2007-12-05 11:43:22 Tim Janikadded g_test_add_data_func() to pass data into tests...
2007-12-05 Tor LillqvistAdd "shift-jis" as an alternative spelling of "shift_jis".
2007-12-05 Ryan Lortieungtk-docify some comments for internal functions
2007-12-04 Emmanuele BassiAdd GChecksum, a generic wrapper around various hashing...
2007-12-04 Ryan Lortieno code changes; add comments to document the internal...
2007-12-04 Ryan Lortieno code changes; reorder functions to remove the need...
2007-12-04 Ryan Lortieimprove clarity in some functions
2007-12-04 Ryan Lortierename 'node' to 'node_ptr' where appropriate
2007-12-04 Ryan Lortieconvert G_HASH_TABLE_RESIZE() macro to inline function
2007-12-04 Ryan Lortieremove stray (duplicate) entry from file to fix the...
2007-12-04 Ryan Lortieonly whitespace fixes, mostly removing spaces at ends...
2007-12-04 Behdad EsfahbodFix EXTRA_DIST automake warnings. (#501107)
2007-12-03 Hans Breueradded glib_gettext (in use by gio) also try building gio
2007-12-03 Ryan Lortiecreate a common function for the many places where...
2007-12-03 Matthias ClasenDon't call g_get_language_names() per-key. (#500638...
2007-12-03 Marco BarisioneAdd new error codes for when compilation fails and...
2007-12-03 Matthias ClasenSpeed up group lookups
2007-12-03 Ryan Lortiemerge more common code into functions. Vastly simplify...
2007-11-29 Matthias ClasenDoc improvements
2007-11-29 Matthias ClasenAdd Since tags
2007-11-29 Matthias ClasenSome doc cleanups
2007-11-28 Matthias ClasenFix up some doc comments, avoid C99 comments
2007-11-28 Alexander LarssonMove this function before g_string_append_c so that...
2007-11-28 Alexander LarssonAdd in the new symbols
2007-11-28 Ryan Lortienothing to see here... move along, move along :)
2007-11-28 Ryan Lortieinsert/replace were identical except for a single line...
2007-11-27 Alexander LarssonMoved gurifuncs from gio to glib
2007-11-27 Alexander LarssonMove g_format_file_size_for_display from gio to glib
2007-11-27 Ryan LortieAdd new function g_markup_collect_attributes (bug ...
2007-11-26 Tor LillqvistSome improvements, being upstreamed. (must_use_null_use...
2007-11-26 Tor LillqvistUse either lib/locale or share/locale depending on...
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...
2007-11-26 Tor LillqvistISO8859-1 is CP28591, not CP1252.
2007-11-25 Tor LillqvistAdd win_iconv.c to EXTRA_DIST.
2007-11-25 Tor LillqvistImplement #491549: On Windows, always use the native...
2007-11-25 Tor LillqvistAdd conditionals for non-Unix. Just g_error() unless...
2007-11-25 Tor LillqvistDo install gtestutils.h even on Win32.
2007-11-25 Tor LillqvistBuild gtestutils etc on OS_UNIX only.
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-25 Matthias ClasenReplace INCLUDES by AM_CPPFLAGS, other cleanups.
2007-11-24 Matthias ClasenRemove leftover ENABLE_NLS #ifdefs.
2007-11-23 Matthias ClasenDon't refuse to encode a single byte. (Milan Crha)
2007-11-23 Matthias ClasenDefine a two-argument macro C_() for marking translatab...
2007-11-23 Matthias ClasenUse g_print to print out --help text in locale encoding...
2007-11-23 Matthias ClasenSet length out param in list-returning functions to...
2007-11-21 21:06:47 Tim Janikinitialize automake variables EXTRA_DIST and TEST_PROGS...
2007-11-20 Tim JanikFixed copyright for newly submitted files.
2007-11-20 Tim JanikRenamed gtestframework to gtestutils.
2007-11-20 Tim Janikglib/gtestframework.c: g_test_init(): make warnings...
2007-11-20 Tim Janikgtestframework.c: added test API documentation by Sven...
2007-11-20 Tim Janikgtestframework.[hc]: implemented g_test_queue_destroy...
2007-11-20 Tim JanikAdded g_test_bug() and related API.
2007-11-20 Tim JanikAdded API to access test framework configuration.
2007-11-20 Tim Janikgtester: implemented logic to handle failing tests...
2007-11-20 Tim Janikgtester: implemented XML logging.
2007-11-20 Tim Janiktests/Makefile.am: execute test programs with gtester...
2007-11-20 Tim JanikFixed PLT symbol exports for gtestframework.h.
2007-11-20 Tim Janikglib/gtester.c: fixed debugging flag.
2007-11-20 Tim Janikfixed bogus unistd.h include.
2007-11-20 Tim JanikImplemented test log IPC.
2007-11-20 Tim Janikgtester.c: support test case listing through gtester.
2007-11-20 Tim Janikgtestframework.c: fixed testpath matches for automatic...
2007-11-20 Tim Janikgtester.c: adapted to become a rudimentary test binary...
2007-11-20 Tim JanikIntegrated gtester program into build process.
2007-11-20 Tim Janikglib/gtester.c:Small -Wall fix
2007-11-20 Tim Janikglib/gtester.c:Implemented nonblocking reading properly now
2007-11-20 Tim Janikglib/gtester.c:Quit the application when the output...
2007-11-20 Tim Janikglib/gtester.c:Read the output of the child process
2007-11-20 Tim Janikglib/gtester.c:Use g_spawn_async_with_pipes()
2007-11-20 Tim Janikglib/gtester.c:Spawn a process async and quit gtester...
2007-11-20 Tim Janikglib/gtester.c:Added a first revision of gtester
2007-11-20 Tim JanikImplemented test log serialization.
2007-11-20 Tim JanikImplemented test logging basics.
2007-11-20 Tim JanikImplemented g_test_timer*().
2007-11-20 Tim JanikImplemented support for testpaths.
2007-11-20 Tim Janiktesting.c: added tests for the g_test_rand*() API.
2007-11-20 Tim JanikImplemented g_test_rand*().
2007-11-20 Tim Janiktesting.c: added tests for g_assert_cmphex() and forked...
2007-11-20 Tim JanikImplemented g_test_trap_fork() API.
2007-11-20 Tim Janikthat match a given test path. (g_test_run_suite): run...
2007-11-20 Tim JanikGTest framework started.
2007-11-20 Tim Janikglib/Makefile.am: build tests/ subdir after building...
2007-11-20 Tim JanikAdded gtestframework.[hc] and glib/tests/.
2007-11-20 Sven Neumannuse g_strconcat() instead of g_strjoin() to concatenate...
2007-11-19 Marco BarisionePass an unsigned long instead of an int to pcre_fullinf...
2007-11-19 Marco BarisioneWhen the compilation of a pattern fails in the error...
2007-11-19 Matthias ClasenDocumentation improvements. (#496518, Stefan Schulze...
2007-11-18 Matthias ClasenCheck whether assembler supports numerical local labels.
2007-11-16 Ryan Lortienew flag G_MARKUP_PREFIX_ERROR_POSITION to cause the...
next