summaryrefslogtreecommitdiff
path: root/gio/gdesktopappinfo.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-08AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowInRyan Lortie1-50/+49
2014-05-08Add g_desktop_app_info_get_implementations()Ryan Lortie1-0/+83
2014-04-15gdesktopappinfo: fix a crasherRyan Lortie1-1/+1
2014-04-15GDesktopAppInfo: rewrite content type codeRyan Lortie1-844/+617
2014-04-12gdesktopappinfo: Don't double free sn_idColin Walters1-4/+1
2014-04-12gdesktopappinfo: Initialize sn_id to NULLColin Walters1-1/+1
2014-04-11Deal with startup notify id being NULLMatthias Clasen1-2/+7
2014-03-03desktopappinfo: add Exec to searchable keysRyan Lortie1-7/+28
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-1/+1
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-1/+1
2014-02-06Docs: replace <literal> by `Matthias Clasen1-17/+14
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-7/+8
2014-02-05Don't use <filename> in docsMatthias Clasen1-5/+5
2014-02-05Don't use <envar> in docsMatthias Clasen1-6/+6
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-13gdesktopinfo: Fix typo in "Since" annotation of has_keyRico Tzschichholz1-1/+1
2013-12-11gdesktopappinfo: Add missing annotationsMartin Pitt1-6/+6
2013-11-13gdesktopappinfo: Rank Keywords matches higher than GenericNameFlorian Müllner1-2/+4
2013-11-07Add g_desktop_app_info_search()Ryan Lortie1-0/+525
2013-11-06Add GAppInfoMonitorRyan Lortie1-0/+4
2013-11-06gdesktopappinfo: keep a list of files in the dirsRyan Lortie1-106/+328
2013-10-04appinfo: Don't try DBusActivatable with load_from_keyfileRyan Lortie1-1/+4
2013-10-03gdesktopappinfo: Large-scale whitespace fixupRyan Lortie1-582/+626
2013-10-03gdesktopappinfo: rework search pathRyan Lortie1-42/+53
2013-10-03gdesktopappinfo: remove global_defaults_cacheRyan Lortie1-25/+3
2013-10-03gdesktopappinfo: remove should_ping_mime_monitorRyan Lortie1-17/+1
2013-09-27gdesktopappinfo: Call g_file_get_path() on demandBastien Nocera1-3/+6
2013-07-30gdesktopappinfo: Add missing return valueDaniel Svensson1-1/+1
2013-07-11GDesktopAppInfo: remove note about OnlyShowInRyan Lortie1-5/+0
2013-07-11Implement the Desktop Action specificationRyan Lortie1-24/+195
2013-06-07GDesktopAppInfo: support DBusActivatableRyan Lortie1-48/+171
2013-05-01gio: fix small leakTim Lunn1-0/+1
2013-04-21gdesktopappinfo: Allow getting the desktop ID from the filenameJasper St. Pierre1-0/+2
2013-03-04desktopappinfo: check whether the specified executable is validCosimo Cecchi1-1/+32
2013-01-29Add g_close(), use itColin Walters1-1/+5
2012-11-21GAppLaunchContext: make it possible ot get the effective startup idMatthias Clasen1-0/+14
2012-11-21GDesktopAppInfo: add enough api to make autostart implementableMatthias Clasen1-11/+92
2012-09-23Fix gio docsMatthias Clasen1-7/+7
2012-09-03GDesktopAppInfo: fix leaksDan Winship1-1/+2
2012-07-10Add g_spawn_check_exit_status()Colin Walters1-3/+1
2012-06-28Fix the mimetype default fixAlexander Larsson1-2/+8
2012-06-28Fix default app lookup wrt parent types and defaults.listAlexander Larsson1-1/+1
2012-05-18Document that g_app_info_create_from_commandline() does unquoting according t...Holger Berndt1-0/+6
2012-05-16GAppInfo: add a mechanism to query supported content typesGiovanni Campagna1-0/+13
2012-04-26GAppInfo: overwrite the DISPLAY only if it is set in the launch contextDebarshi Ray1-1/+2
2012-04-14GDesktopAppInfo: add an accessor for StartupWMClassGiovanni Campagna1-1/+25
2012-04-06Revert "GDesktopAppInfo: add an accessor for StartupWMClass"Matthias Clasen1-22/+1
2012-04-07GDesktopAppInfo: add an accessor for StartupWMClassGiovanni Campagna1-1/+22
2012-04-05Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie1-1/+1
2012-02-15Add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONSDan Winship1-3/+4