cleanup
[platform/upstream/glib.git] / gio / gdesktopappinfo.c
2014-10-15 Jasper St. Pierregdesktopappinfo: Fix copy/paste typo from e24e89b
2014-09-30 Bastien Noceragdesktopappinfo: Use symbolic names in the code
2014-09-16 Jasper St. PierreFix some introspection warnings
2014-09-09 Ryan LortieGDesktopAppInfo: avoid inotify on missing dirs
2014-09-04 Ryan LortieGDesktopAppInfo: fix default app logic
2014-05-08 Ryan LortieAppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
2014-05-08 Ryan LortieAdd g_desktop_app_info_get_implementations()
2014-04-15 Ryan Lortiegdesktopappinfo: fix a crasher
2014-04-15 Ryan LortieGDesktopAppInfo: rewrite content type code
2014-04-12 Colin Waltersgdesktopappinfo: Don't double free sn_id
2014-04-12 Colin Waltersgdesktopappinfo: Initialize sn_id to NULL
2014-04-12 Matthias ClasenDeal with startup notify id being NULL
2014-03-03 Ryan Lortiedesktopappinfo: add Exec to searchable keys
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-13 Rico Tzschichholzgdesktopinfo: Fix typo in "Since" annotation of has_key
2013-12-11 Martin Pittgdesktopappinfo: Add missing annotations
2013-11-13 Florian Müllnergdesktopappinfo: Rank Keywords matches higher than...
2013-11-07 Ryan LortieAdd g_desktop_app_info_search()
2013-11-06 Ryan LortieAdd GAppInfoMonitor
2013-11-06 Ryan Lortiegdesktopappinfo: keep a list of files in the dirs
2013-10-04 Ryan Lortieappinfo: Don't try DBusActivatable with load_from_keyfile
2013-10-03 Ryan Lortiegdesktopappinfo: Large-scale whitespace fixup
2013-10-03 Ryan Lortiegdesktopappinfo: rework search path
2013-10-03 Ryan Lortiegdesktopappinfo: remove global_defaults_cache
2013-10-03 Ryan Lortiegdesktopappinfo: remove should_ping_mime_monitor
2013-09-27 Bastien Noceragdesktopappinfo: Call g_file_get_path() on demand
2013-07-30 Daniel Svenssongdesktopappinfo: Add missing return value
2013-07-11 Ryan LortieGDesktopAppInfo: remove note about OnlyShowIn
2013-07-11 Ryan LortieImplement the Desktop Action specification
2013-06-07 Ryan LortieGDesktopAppInfo: support DBusActivatable
2013-05-01 Tim Lunngio: fix small leak
2013-04-21 Jasper St. Pierregdesktopappinfo: Allow getting the desktop ID from...
2013-03-04 Cosimo Cecchidesktopappinfo: check whether the specified executable...
2013-01-29 Colin WaltersAdd g_close(), use it
2012-11-22 Matthias ClasenGAppLaunchContext: make it possible ot get the effectiv...
2012-11-22 Matthias ClasenGDesktopAppInfo: add enough api to make autostart imple...
2012-09-23 Matthias ClasenFix gio docs
2012-09-03 Dan WinshipGDesktopAppInfo: fix leaks
2012-07-10 Colin WaltersAdd g_spawn_check_exit_status()
2012-06-28 Alexander LarssonFix the mimetype default fix
2012-06-28 Alexander LarssonFix default app lookup wrt parent types and defaults...
2012-05-18 Holger BerndtDocument that g_app_info_create_from_commandline()...
2012-05-16 Giovanni CampagnaGAppInfo: add a mechanism to query supported content...
2012-04-26 Debarshi RayGAppInfo: overwrite the DISPLAY only if it is set in...
2012-04-14 Giovanni CampagnaGDesktopAppInfo: add an accessor for StartupWMClass
2012-04-06 Matthias ClasenRevert "GDesktopAppInfo: add an accessor for StartupWMC...
2012-04-06 Giovanni CampagnaGDesktopAppInfo: add an accessor for StartupWMClass
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: add missing colons.
2012-02-15 Dan WinshipAdd G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS
2012-01-30 Matthias ClasenMove pragmas out of function body
2012-01-30 Matthias ClasenSilence another deprecation warning
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-05 Michael Terrygdesktopappinfo: Fix gtk-doc to mention Keywords not...
2012-01-04 Michael Terrygdesktopappinfo: Avoid crash by NULL-ing data.pid_envva...
2012-01-03 Javier Jardóngio/*: Use g_list_free_full() convenience function
2011-12-19 Florian Müllnergdesktopappinfo: Use "Keywords" instead of "X-GNOME...
2011-11-03 Matthias ClasenGIO: Don't use G_DISABLE_DEPRECATED for functions
2011-10-19 Cosimo Cecchidesktop-app-info: annotate g_desktop_app_info_get_keywo...
2011-10-15 Dan WinshipGAppLaunchContext: add environment-manipulating functions
2011-10-14 Florian Müllnerdesktop-app-info: Add support for X-GNOME-Keywords
2011-09-30 Matthias ClasenPrevent data loss in gdesktopappinfo.c
2011-09-26 Ryan LortieGDesktopAppInfo: simplify how defaults work
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-12 Matthias ClasenGDesktopAppInfo: Improve docs
2011-09-12 Matthias ClasenFix formatting in a doc comment
2011-09-12 Matthias ClasenRevert "Fix default setting generation in g_desktop_app...
2011-09-10 Josselin MouetteFix default setting generation in g_desktop_app_info_se...
2011-09-10 Matthias ClasenKeep up with the standards
2011-08-30 Bastien Noceragio: Error out when we cannot modify a GAppInfo
2011-08-29 Matthias ClasenSpelling fixes
2011-07-23 Vincent UntzGDesktopAppInfo: Add g_desktop_app_info_get_show_in()
2011-06-14 Vincent UntzGDesktopAppInfo: Fix declaration of g_desktop_app_info_...
2011-06-14 Vincent UntzGDesktopAppInfo: Add g_desktop_app_info_get_nodisplay
2011-05-02 Matthias ClasenSome documentation additions
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Colin WaltersGDesktopAppInfo: Add g_desktop_app_info_get_generic_name
2011-04-27 Colin WaltersGDesktopAppInfo: Add g_desktop_app_info_get_categories()
2011-04-26 Colin WaltersGDesktopAppInfo: Add "filename" property for bindings
2011-04-25 Michael TerryDon't ignore SUPPORTS_STARTUP_NOTIFICATION for commandl...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-20 Vincent Untzappinfo: Do not override system default handler with...
2011-02-16 Colin Waltersgdesktopappinfo: Handle g_get_prgname() being NULL
2011-02-08 Michal HrubyAdd more data about origin application to the "Launched...
2011-02-08 Colin Waltersgdesktopappinfo: Asynchronously flush after sending...
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-06 Colin Waltersgdesktopappinfo: Don't crash if we don't have a desktop...
2011-01-05 Pavel HolejsovskyFix GI annotation for g_desktop_app_info_launch_uris_as...
2011-01-05 Colin Waltersgdesktopappinfo: Add g_desktop_app_info_launch_uris_as_...
2011-01-05 Colin Waltersgdesktopappinfo: Send out a session bus signal when...
2010-12-27 Pavel HolejsovskyAdd GI annotations to GAppInfo and GDesktopAppInfo
2010-12-20 Cosimo Cecchiappinfo: avoid overriding the system defaults when...
2010-12-20 Cosimo Cecchiappinfo: add g_app_info_set_as_last_used_for_type()
2010-11-29 Matthias ClasenVarious doc tweaks
2010-11-24 Matthias ClasenAdd Since: tags for new api
next