summaryrefslogtreecommitdiff
path: root/glib/gwin32.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-5/+5
* Deprecate g_thread_init()Ryan Lortie2011-10-041-2/+0
* win32: remove version init from g_thread_init_glibRyan Lortie2011-09-091-25/+8
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* [docs] Fix 'Deprecated' tag on some win32 functionsJavier Jardón2009-12-281-2/+2
* Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).Tor Lillqvist2009-01-211-64/+0
* Cosmetics.Tor Lillqvist2009-01-091-4/+5
* Bug 567138 - get_package_directory_from_module() does not free its lockTor Lillqvist2009-01-091-3/+8
* glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(),Tor Lillqvist2008-09-131-16/+27
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-0/+8
* Fix Cygwin breakage. Patch by Lieven van der Heide.Tor Lillqvist2008-03-311-3/+3
* 2.15.6GLIB_2_15_6Matthias Clasen2008-02-251-0/+2
* New function. Supersedes g_win32_get_package_installation_directory() andTor Lillqvist2008-02-241-37/+88
* Doc change: Deprecate passing anything but NULL for the "package"Tor Lillqvist2008-02-131-13/+16
* Update doc comments. Mention that it is not recommeded to use the RegistryTor Lillqvist2007-06-111-5/+18
* config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.cTor Lillqvist2007-01-181-2/+2
* Simplify greatly. Instead of hardcoding a large switch statement, just askTor Lillqvist2007-01-151-912/+33
* glib/gwin32.h Add const to gchar* arguments. (#384523, Yevgen Muntyan)Tor Lillqvist2006-12-271-11/+11
* g_strdup the keys that we are passed before adding them to the hashTor Lillqvist2006-10-071-2/+2
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-134/+57
* Return a g_strdup()ed copy of the value stored in the hash table, so thatTor Lillqvist2005-10-191-1/+1
* glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too.Tor Lillqvist2005-06-091-4/+6
* More doc fixupsMatthias Clasen2005-05-011-4/+3
* Don't call g_set_error() unless the GError pointer is non-NULL. ThisTor Lillqvist2005-04-271-1/+55
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Include also wchar.h for wcslen on Cygwin. (#163133, Roger Leigh)Tor Lillqvist2005-01-091-0/+1
* Fix cast. (#163133, Roger Leigh)Tor Lillqvist2005-01-091-1/+1
* glib/glib.symbols Implement DLL ABI stability also forTor Lillqvist2004-12-051-7/+57
* Use wide character API when available. Document that string parameters andTor Lillqvist2004-11-241-43/+128
* Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.Matthias Clasen2004-10-311-4/+7
* Document g_win32_get_windows_version().Tor Lillqvist2004-10-311-6/+25
* Make this function thread-safe in the GLib style.Matthias Clasen2004-10-261-7/+21
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Convert message to UTF-8. Technically this breaks API, but the actual useTor Lillqvist2004-09-151-36/+15
* New function. Returns the Windows version code like GetVersion(), exceptTor Lillqvist2004-08-251-0/+17
* Plug memory leak. (#140770, John Ehresman)Tor Lillqvist2004-04-251-1/+5
* Add new language and sublanguage codes, from GNU gettext. (#137958)Tor Lillqvist2004-04-101-111/+662
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-1/+1
* libtool 1.5 installs DLLs in the bin subdirectory, so get them from there.Tor Lillqvist2003-06-111-10/+3
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Replace homegrown "hash" entity by standard ISO entity "num".Matthias Clasen2002-06-031-2/+2
* Remove references to nonexisting functionsMatthias Clasen2002-05-261-2/+2
* Revert mistaken change: it is UNIX, not Unix.Matthias Clasen2001-12-131-1/+1
* Add a couple of languages that have LANG_* codes in newest headers, justTor Lillqvist2001-11-091-0/+13
* Don't define LANG_AZERI etc in case those aren't defined in the headersTor Lillqvist2001-11-081-114/+74
* static correctnessHans Breuer2001-11-031-9/+7
* Add missing g_pattern_match_simple and g_pattern_spec_equal.Tor Lillqvist2001-10-281-2/+6
* Add macros G_WIN32_DLLMAIN_FOR_DLL_NAME and G_HARDCODED_PATH_WRAPPER.Tor Lillqvist2001-10-221-9/+10
* Documentation update.Matthias Clasen2001-10-041-5/+8