summaryrefslogtreecommitdiff
path: root/glib/gwin32.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31win32: improve the package installation dir lookupIgnacio Casal Quinteiro1-6/+27
2014-03-30gio: move Winsock error mapping to g_io_error_from_win32_error()Dan Winship1-6/+6
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-1/+1
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-2/+2
2014-02-06Docs: replace <literal> by `Matthias Clasen1-3/+3
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-19Avoid a deprecation warningMatthias Clasen1-0/+2
2014-01-17win32: add g_win32_get_command_line()Ryan Lortie1-0/+55
2013-12-13glib/gwin32.c: Silence a Deprecation WarningChun-wei Fan1-0/+2
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-5/+5
2011-10-04Deprecate g_thread_init()Ryan Lortie1-2/+0
2011-09-09win32: remove version init from g_thread_init_glibRyan Lortie1-25/+8
2011-08-29Spelling fixesMatthias Clasen1-1/+1
2010-07-07glib/: fully remove galias hacksRyan Lortie1-4/+0
2009-12-28[docs] Fix 'Deprecated' tag on some win32 functionsJavier Jardón1-2/+2
2009-01-21Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).Tor Lillqvist1-64/+0
2009-01-09Cosmetics.Tor Lillqvist1-4/+5
2009-01-09Bug 567138 - get_package_directory_from_module() does not free its lockTor Lillqvist1-3/+8
2008-09-13glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(),Tor Lillqvist1-16/+27
2008-07-27glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist1-0/+8
2008-03-31Fix Cygwin breakage. Patch by Lieven van der Heide.Tor Lillqvist1-3/+3
2008-02-252.15.6GLIB_2_15_6Matthias Clasen1-0/+2
2008-02-24New function. Supersedes g_win32_get_package_installation_directory() andTor Lillqvist1-37/+88
2008-02-13Doc change: Deprecate passing anything but NULL for the "package"Tor Lillqvist1-13/+16
2007-06-11Update doc comments. Mention that it is not recommeded to use the RegistryTor Lillqvist1-5/+18
2007-01-18config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.cTor Lillqvist1-2/+2
2007-01-15Simplify greatly. Instead of hardcoding a large switch statement, just askTor Lillqvist1-912/+33
2006-12-27glib/gwin32.h Add const to gchar* arguments. (#384523, Yevgen Muntyan)Tor Lillqvist1-11/+11
2006-10-07g_strdup the keys that we are passed before adding them to the hashTor Lillqvist1-2/+2
2006-08-29Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist1-134/+57
2005-10-19Return a g_strdup()ed copy of the value stored in the hash table, so thatTor Lillqvist1-1/+1
2005-06-09glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too.Tor Lillqvist1-4/+6
2005-05-01More doc fixupsMatthias Clasen1-4/+3
2005-04-27Don't call g_set_error() unless the GError pointer is non-NULL. ThisTor Lillqvist1-1/+55
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen1-1/+4
2005-01-09Include also wchar.h for wcslen on Cygwin. (#163133, Roger Leigh)Tor Lillqvist1-0/+1
2005-01-09Fix cast. (#163133, Roger Leigh)Tor Lillqvist1-1/+1
2004-12-05glib/glib.symbols Implement DLL ABI stability also forTor Lillqvist1-7/+57
2004-11-24Use wide character API when available. Document that string parameters andTor Lillqvist1-43/+128
2004-10-31Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.Matthias Clasen1-4/+7
2004-10-31Document g_win32_get_windows_version().Tor Lillqvist1-6/+25
2004-10-26Make this function thread-safe in the GLib style.Matthias Clasen1-7/+21
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-0/+1
2004-09-15Convert message to UTF-8. Technically this breaks API, but the actual useTor Lillqvist1-36/+15
2004-08-25New function. Returns the Windows version code like GetVersion(), exceptTor Lillqvist1-0/+17
2004-04-25Plug memory leak. (#140770, John Ehresman)Tor Lillqvist1-1/+5
2004-04-10Add new language and sublanguage codes, from GNU gettext. (#137958)Tor Lillqvist1-111/+662
2003-07-25Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen1-1/+1
2003-06-11libtool 1.5 installs DLLs in the bin subdirectory, so get them from there.Tor Lillqvist1-10/+3
2002-12-04Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor1-3/+1