- 02 Sep, 2006 1 commit
-
-
Åsmund Skjæveland authored
2006-09-02 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
-
- 01 Sep, 2006 3 commits
-
-
Tor Lillqvist authored
2006-09-02 Tor Lillqvist <tml@novell.com> * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed declarations and code) in Win32 ifdef branch. (#353903, Mike Edenfield)
-
Abel Cheung authored
2006-09-01 Abel Cheung <abel@oaka.org> * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
-
Matthias Clasen authored
-
- 31 Aug, 2006 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-08-31 Matthias Clasen <mclasen@redhat.com> * configure.in: Add missing includes to a few test programs. (#353580, Chris Wilson)
-
Khandakar Mujahidul Islam authored
-
- 30 Aug, 2006 2 commits
-
-
Matthias Clasen authored
2006-08-30 Matthias Clasen <mclasen@redhat.com> * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call va_end on caller-provided va_args. (#353584, Chris Wilson)
-
Felix I authored
-
- 29 Aug, 2006 2 commits
-
-
Tor Lillqvist authored
2006-08-29 Tor Lillqvist <tml@novell.com> Remove support for Windows 9x/ME, as will be done also in Pango and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so it's pretty pointless to keep the Win9x code in here either. If somebody is interested, the code can always be found in older GLib versions, and in CVS. * glib/gdir.c * glib/gfileutils.c * glib/gspawn-win32-helper.c * glib/gspawn-win32.c * glib/gstdio.c * glib/gutils.c * glib/gwin32.c * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x) branches, and any variables or static functions used only by the Win9x branches. * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if run on Win9x.
-
Tim Janik authored
Tue Aug 29 13:27:33 2006 Tim Janik <timj@gtk.org> * glib-mkenums.in: fixed to print usage and version info on STDOUT (#322502). * gobject.c (g_initially_unowned_init): restore ; after G_DEFINE_TYPE.
-
- 28 Aug, 2006 3 commits
-
-
Matthias Clasen authored
2006-08-28 Matthias Clasen <mclasen@redhat.com> * glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED. (#353172, Matt Barnes)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-08-27 Matthias Clasen <mclasen@redhat.com> * glib/gtimer.c: Use Posix monotonic clocks instead of gettimeofday when available. (#336114, William Jon McCann)
-
- 26 Aug, 2006 5 commits
-
-
Žygimantas Beručka authored
2006-08-26 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
-
Christophe Merlet authored
-
Gabor Kelemen authored
2006-08-26 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
-
Matthias Clasen authored
2006-08-26 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: * glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
-
Matthias Clasen authored
2006-08-25 Matthias Clasen <mclasen@redhat.com> * configure.in: Fix the pthread compiler flag detection. * glib/gunicode.h: * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8 from gconvert.c, move it to gutf8.c, and export it privately. * glib/gconvert.c (g_filename_display_name): Adjust callers. * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of places to ensure error messages are valid UTF-8. (#351853, Simon Budig)
-
- 24 Aug, 2006 2 commits
-
-
Johan Dahlin authored
-
Josep Puigdemont i Casamajó authored
-
- 23 Aug, 2006 4 commits
-
-
Khandakar Mujahidul Islam authored
-
Sven Neumann authored
Wed Aug 23 10:35:32 2006 Tim Janik <timj@gtk.org> * gobject.[hc]: changed return value of g_value_dup_object(), fixes #343292. 2006-08-23 Sven Neumann <sven@gimp.org> * gobject/glib-genmarshal.[c1]: added new command-line option "--internal" that can be used to let glib-genmarshal generate internal functions using the G_GNUC_INTERNAL attribute (bug #346647).
-
Sven Neumann authored
2006-08-23 Sven Neumann <sven@gimp.org> * gobject/glib-genmarshal.[c1]: added new command-line option "--internal" that can be used to let glib-genmarshal generate internal functions using the G_GNUC_INTERNAL attribute (bug #346647).
-
Matthias Clasen authored
-
- 20 Aug, 2006 3 commits
-
-
Tor Lillqvist authored
2006-08-20 Tor Lillqvist <tml@novell.com> * glib/gnulib/vasnprintf.c (vasnprintf): Fix crash when printing large 64-bit values on Win32 using the %I64x format. (#351034, Neil Piercy)
-
Funda Wang authored
-
Ani Peter authored
-
- 18 Aug, 2006 2 commits
-
-
Clytie Siddall authored
-
Duarte Loreto authored
2006-08-18 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
-
- 17 Aug, 2006 1 commit
-
-
Alexander Shopov authored
2006-08-17 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
-
- 16 Aug, 2006 9 commits
-
-
Satoru SATOH authored
2006-08-16 Satoru SATOH <ss@gnome.gr.jp> * Updated Japanese translation.
-
Erdal Ronahi authored
-
Tim Janik authored
Wed Aug 16 13:59:07 2006 Tim Janik <timj@gtk.org> * tests/gobject/Makefile.am: * tests/gobject/singleton.c: added test program which demonstrates and checks singleton construction.
-
Tim Janik authored
Wed Aug 16 13:55:39 2006 Tim Janik <timj@imendio.com> * glib/tmpl/trash_stack.sgml: added notes about complexity.
-
Tim Janik authored
Wed Aug 16 13:55:08 2006 Tim Janik <timj@imendio.com> * gobject.c: conditionally thaw the notify queue after construction, so we don't trigger warnings when trying to thaw an unfrozen singleton.
-
Daniel Nylander authored
2006-08-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
-
Matthias Clasen authored
2006-08-15 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c (g_bookmark_file_get_groups): * glib/gmain.c (g_source_is_destroyed): Add Since tags. * glib/gkeyfile.c (g_key_file_get_double_list): Fix Since tag. (#351583, Brian Cameron)
-
Gabor Kelemen authored
2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
-
Matthias Clasen authored
-