- 22 Mar, 2010 1 commit
-
-
Allison Karlitskaya authored
-
- 21 Mar, 2010 11 commits
-
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
-
Tor Lillqvist authored
Yeah, we should generate the list of headers to install from the corresponding Makefile.am files, like the lists of source files to compile.
-
Tor Lillqvist authored
Don't keep the lists of source files for libglib, libgobject and libgio in the VS project files in addition to the canonical location, the corresponding Makefile.am files. Instead, generate the corresponding .vcproj files at make dist time using the C preprocessor, from template files called .vcprojin. We still list explicitly in the .vcprojin files some of the Windows-specific source files, and the sources files of gnulib and pcre.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
Makes the files appear a bit simpler when edited manually.
-
Tor Lillqvist authored
In particular, tested with Microsoft Visual C 2008.
-
- 20 Mar, 2010 2 commits
-
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
- 19 Mar, 2010 2 commits
-
-
Tommi Vainikainen authored
-
A S Alam authored
-
- 18 Mar, 2010 3 commits
-
-
Nikos Bakaoukas authored
-
Dumitru Mișu Moldovan authored
-
Nils-Christoph Fiedler authored
-
- 17 Mar, 2010 1 commit
-
-
Sebastian Dröge authored
This adds the two new functions g_type_add_class_private() and g_type_class_get_private() and a convenience macro for the getter G_TYPE_CLASS_GET_PRIVATE().
-
- 16 Mar, 2010 1 commit
-
-
Benjamin Otte authored
This patch makes it so.
-
- 15 Mar, 2010 6 commits
-
-
Allison Karlitskaya authored
Fix two problems caught by Tim Rice. - non-constant expression used as array size - arithmetic on void *
-
Christian Persch authored
We can test the these at compile time. Bug #609231.
-
Nils-Christoph Fiedler authored
-
Nils-Christoph Fiedler authored
-
Allison Karlitskaya authored
-
Petr Kovář authored
-
- 14 Mar, 2010 5 commits
-
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
-
Allison Karlitskaya authored
Will allow for some nice tricks in the future.
-
Colin Walters authored
This allows access to the full file path, where possible. https://bugzilla.gnome.org/show_bug.cgi?id=612832
-
Thomas Kristensen authored
There might be a GSource attached to a GMainContext, about to be removed by a pending cancellation. Deleting the handle too early will trigger a g_warning in the "select()" call in GMainContext. Attached patch fixes this by deferring destruction of WSAEVENT object until GSocket's finalize(). Patch from bug #612702. Signed-off-by:
Tor Lillqvist <tml@iki.fi>
-
- 13 Mar, 2010 3 commits
-
-
Fran Diéguez authored
-
Friedel Wolff authored
-
Javier Jardón authored
Also, reenable the compiling Glib application section Fixes https://bugzilla.gnome.org/show_bug.cgi?id=612736
-
- 12 Mar, 2010 2 commits
-
-
Allison Karlitskaya authored
NaN floating point values get mangled when passing across the function call ABI on x86 so avoid using them to get rid of spurious failures. Reported by Christian Persch and reliably reproduced by Emilio Pozuelo Monfort.
-
Tor Lillqvist authored
Do still use a BOOL variable, but initialize it to FALSE before the getsockopt(), and drop the assertion on Windows. Should fix bug
-
- 10 Mar, 2010 1 commit
-
-
Javier Jardón authored
Use g_io_add_watch(), g_io_add_watch_full() and g_source_remove() instead the deprecated gtk_input_add_full(), gtk_input_remove(), gdk_input_add(), gdk_input_add_full() and gdk_input_remove()
-
- 09 Mar, 2010 2 commits
-
-
Miloš Popović authored
-
Allison Karlitskaya authored
Closes bug #612327 reported by Claudio Saavedra.
-