summaryrefslogtreecommitdiff
path: root/gio/gdesktopappinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Distinguish more clearly between wait status and exit statusSimon McVittie2021-06-151-1/+1
* Add support for Tilix and KonsoleJan Kot2021-02-031-0/+4
* 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
* 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
* gdesktopappinfo: Fix validation of XDG_CURRENT_DESKTOPKrzesimir Nowak2021-01-091-43/+35
* gdesktopappinfo: Validate XDG_CURRENT_DESKTOP before using itPhilip Withnall2021-01-071-2/+43
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-6/+6
* glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall2020-07-271-0/+2
* glib: Use g_file_set_contents_full() throughout GLib and GIOPhilip Withnall2020-07-261-3/+9
* gdesktopappinfo: Fix unnecessarily copied and leaked URI listFelix Riemann2020-07-041-2/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-28/+28
* gdesktopappinfo: Add several nullable annotation to GAppInfo gettersCorentin Noël2020-05-071-3/+5
* gdesktopappinfo: Note that search results are not filteredPhilip Withnall2020-05-051-0/+7
* gdesktopappinfo: Use `sh` rather than `gio-launch-desktop`Philip Withnall2020-02-141-19/+26
* gdesktopappinfo: Cancel file monitor when resetting a DesktopFileDirPhilip Withnall2019-10-111-0/+1
* gdesktopappinfo: Allocate DesktopFileDir structs dynamicallyPhilip Withnall2019-10-111-69/+95
* gdesktopappinfo: Update calling convention for `gnome-terminal`Philip Withnall2019-06-281-18/+27
* Annotate various types and macros as deprecatedPhilip Withnall2019-05-301-0/+4
* gdesktopappinfo: Improve documentation formatting slightlyPhilip Withnall2019-05-301-2/+2
* gdesktopappinfo: Add deprecation version to GDesktopAppInfoLookupPhilip Withnall2019-05-301-1/+5
* gdesktopappinfo: Add support for MATE and Xfce4 terminalsColomban Wendling2019-04-251-0/+4
* gdesktopappinfo: Fix an overly-specific ‘Since’ documentation linePhilip Withnall2019-03-151-1/+1
* gappinfo: Add launch_uris_async() and launch_uris_finish() vfuncsOndrej Holy2019-01-281-9/+151
* gdesktopappinfo: Reload the desktop dirs if the $XDG_CONFIG_HOME changesPhilip Withnall2018-12-171-2/+22
* docs: Fix ‘Since’ line for new function to reference stable releasePhilip Withnall2018-11-231-1/+1
* gdesktopappinfo: add get_string_list() functionWill Thompson2018-10-011-0/+27
* gdesktopappinfo: Fix a minor command line leakPhilip Withnall2018-06-271-0/+2
* gdesktopappinfo: add g_desktop_app_info_launch_uris_as_manager_with_fds variantDaniel Drake2018-06-211-19/+87
* gdesktopappinfo: enable fast posix_spawn gspawn codepathDaniel Drake2018-06-211-64/+41
* gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.Tomasz Miąsko2018-05-041-3/+4
* gdesktopappinfo: Filter out some binary names in searchFlorian Müllner2018-04-241-0/+20
* Do not use g_autofreeEmmanuele Bassi2018-03-281-1/+3
* gdesktopappinfo: Add g_desktop_app_info_get_locale_string()Florian Müllner2018-01-081-0/+27
* gdesktopappinfo: Gracefully handle NULL URIs when passed to expand_macro()Mario Sanchez Prada2017-12-081-30/+30
* gdesktopappinfo: Pass a copy of the URIs list to expand_application_parameters()Mario Sanchez Prada2017-12-081-4/+12
* gdesktopappinfo: Downgrade a warning to a debug messagePhilip Withnall2017-11-281-1/+1
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-1/+1
* Fix up closure annotations for GSpawnChildSetupFuncMikhail Zabaluev2017-09-111-1/+1
* gdesktopappinfo.c: Drop disregarded xterm checkCj Malone2017-08-231-2/+0
* Make dbus activation sandbox-awareMatthias Clasen2017-05-291-7/+36
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Avoid calling Standard C string/array functions with NULL argumentsSimon McVittie2016-12-021-5/+8