summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ginetaddress: Handle systems without IPv6 supportWorksButNotTested2021-01-202-4/+83
|/ / /
* | | Update Hungarian translationBalázs Meskó2021-01-191-494/+604
|/ /
* | Merge branch 'version-macro-docs' into 'master'Emmanuele Bassi2021-01-192-3/+23
|\ \
| * | docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLEPhilip Withnall2021-01-192-3/+23
* | | Merge branch '2227-gobject-annotation-fixes' into 'master'Emmanuele Bassi2021-01-192-13/+14
|\ \ \
| * | | gsignal: Add (closure) and (destroy) annotationsPhilip Withnall2020-12-121-12/+12
| * | | gparam: Fix transfer annotation for g_param_spec_internal()Philip Withnall2020-12-121-1/+2
* | | | Merge branch 'fix_more_warnings' into 'master'Philip Withnall2021-01-194-10/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix signedness warning in gio/gdbusdaemon.c:match_new()Emmanuel Fleury2021-01-191-1/+1
| * | | Fix signedness warning in gio/gdbusdaemon.c:is_key()Emmanuel Fleury2021-01-191-1/+2
| * | | Fix missing initializer warning in gio/gpollableutils.c:closure_marshal()Emmanuel Fleury2021-01-191-0/+1
| * | | Fix missing initializer warning in gio/gcontenttype.c:load_comment_for_mime_h...Emmanuel Fleury2021-01-191-1/+3
| * | | Fix signedness warning in gio/gdesktopappinfo.c:g_app_info_get_all()Emmanuel Fleury2021-01-191-1/+1
| * | | Fix signedness warning in gio/gdesktopappinfo.c:g_desktop_app_info_search()Emmanuel Fleury2021-01-191-2/+3
| * | | Fix signedness warning in gio/gdesktopappinfo.c:g_desktop_app_info_get_implem...Emmanuel Fleury2021-01-191-1/+1
| * | | Fix several signedness warnings in gio/gdesktopappinfo.c:g_app_info_get_defau...Emmanuel Fleury2021-01-191-1/+1
| * | | Fix signedness warnings in gio/gdesktopappinfo.c:g_desktop_app_info_get_deskt...Emmanuel Fleury2021-01-191-1/+1
| * | | Fix signedness warning in gio/gdesktopappinfo.c:get_list_of_mimetypes()Emmanuel Fleury2021-01-191-1/+1
|/ / /
* | | Merge branch 'issue-2299' into 'master'Sebastian Dröge2021-01-191-6/+6
|\ \ \
| * | | Fix the transfer annotations for GClosure constructorsissue-2299Emmanuele Bassi2021-01-191-6/+6
|/ / /
* | | Merge branch 'fix-msys' into 'master'Sebastian Dröge2021-01-191-1/+1
|\ \ \
| * | | ci: Fix msys-mingw32 CI builds due to package renamePhilip Withnall2021-01-191-1/+1
|/ / /
* | | Update Portuguese translationHugo Carvalho2021-01-181-207/+215
* | | Merge branch '2292-fix-ci-common-ancestor' into 'master'Philip Withnall2021-01-183-47/+36
|\ \ \
| * | | It seems the gitlab CI performs only a shallow clone of 1-depthFrederic Martinsons2021-01-111-3/+9
| * | | Move common code for searching common ancestor in a dedicated scriptFrederic Martinsons2021-01-113-47/+30
* | | | Update Friulian translationFabio Tomat2021-01-171-491/+611
* | | | Updated Czech translationMarek Černocký2021-01-141-356/+446
* | | | Merge branch 'win32-thread-name' into 'master'Philip Withnall2021-01-141-1/+53
|\ \ \ \
| * | | | gthread-win32: Use SetThreadDescription Win32 API for setting thread nameSeungha Yang2021-01-151-1/+53
|/ / / /
* | | | Merge branch 'xdg-docs' into 'master'Sebastian Dröge2021-01-141-0/+18
|\ \ \ \
| * | | | gutils: Document caching of XDG directory variablesPhilip Withnall2021-01-141-0/+18
* | | | | Updated Spanish translationDaniel Mustieles2021-01-141-285/+285
|/ / / /
* | | | Update Romanian translationDaniel Șerbănescu2021-01-131-205/+214
* | | | Merge branch 'fix__g_socket_send_message_again' into 'master'Sebastian Dröge2021-01-131-8/+27
|\ \ \ \
| * | | | Another fix on g_socket_send_message()Emmanuel Fleury2021-01-131-8/+27
* | | | | Merge branch 'readme-move' into 'master'Emmanuele Bassi2021-01-132-284/+248
|\ \ \ \ \
| * | | | | docs: Move ‘Notes’ section from README to NEWSPhilip Withnall2021-01-132-284/+248
| |/ / / /
* | | | | Merge branch 'error-tweaks' into 'master'Emmanuele Bassi2021-01-132-5/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gerror: Minor documentation formatting fixesPhilip Withnall2021-01-131-5/+5
| * | | | gerror: Add a heading for the docs section on extended GErrorsPhilip Withnall2021-01-132-0/+4
| * | | | gerror: Document in the GError rules that stack allocation is badPhilip Withnall2021-01-131-0/+2
|/ / / /
* | | | Merge branch 'fix_more_warnings' into 'master'Philip Withnall2021-01-135-12/+14
|\ \ \ \
| * | | | Fix signedness warning in gio/gdesktopappinfo.c:g_desktop_app_info_launch_uri...Emmanuel Fleury2021-01-121-2/+3
| * | | | Fix signedness warning in gio/gdesktopappinfo.c:desktop_file_dirs_lock()Emmanuel Fleury2021-01-121-1/+1
| * | | | Fix signedness warning in gio/gdesktopappinfo.c:array_contains()Emmanuel Fleury2021-01-121-1/+1
| * | | | Fix signedness warning in gio/gdesktopappinfo.c:desktop_file_dir_unindexed_se...Emmanuel Fleury2021-01-121-1/+1
| * | | | Fix signedness warning in gio/gmemoryinputstream.c:g_memory_input_stream_seek()Emmanuel Fleury2021-01-121-1/+1
| * | | | Fix missing initializer warning in gio/glocalfilemonitor.c:g_file_monitor_sou...Emmanuel Fleury2021-01-121-1/+2
| * | | | Fix signedness warning in gio/gsubprocess.c:initable_init()Emmanuel Fleury2021-01-121-1/+1