GDesktopAppInfo: fix leaks
[platform/upstream/glib.git] / gio / gdesktopappinfo.c
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
2010-11-23 Cosimo Cecchiappinfo: update docs for API addition
2010-11-23 Cosimo Cecchiappinfo: only rewrite recommended applications when...
2010-11-23 Cosimo Cecchiappinfo: add API to get fallback and recommended GAppIn...
2010-11-10 Benjamin OtteAPI: Reinstate "gio-desktop-app-info-lookup" extension...
2010-10-05 Bastien NoceraReplace "gio-desktop-app-info-lookup" extension point
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-24 Johan Dahlin[introspection] Move over annotations
2010-07-10 Matthias ClasenAdd a GAppInfoCreate flag for startup-notification
2010-07-08 Matthias ClasenFix an oversight in the previous commit
2010-07-08 Matthias ClasenA little more correctness in formatting pids
2010-07-08 Matthias ClasenEscape arguments when putting together a cmdline
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-10 Colin Walters[Gio] Merge in introspection annotations from gobject...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-07 Matthias ClasenMerge the wip/gapplication branch
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-09 Matthias ClasenDoc improvements
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-14 Colin Walters[GDesktopAppInfo] New function g_desktop_app_info_get_f...
2010-01-05 Matthias ClasenFix a memleak
2009-12-01 Dan WinshipUse G_DEFINE_INTERFACE in gio
2009-11-19 Christian DywanBug 600550 - (...) doesn't treat arguments properly
2009-11-19 Vincent UntzBug 600620 - Add g_app_info_get_display_name()
2009-11-17 Javier JardónFix compilation warning: cast to (GCompareFunc)
2009-09-30 Matthias ClasenFix mime_info_cache_dir_add_desktop_entries
2009-09-22 Mart Raudseppgio: Fix some typos in G*AppInfo documentation
2009-09-07 Matthias ClasenDon't evaluate an uninitialized value
2009-06-12 Benjamin Ottedon't make strings const when they are not
2009-06-11 Matthias ClasenFix an oversight in the previous commit
2009-06-10 Matthias ClasenMake setting DISPLAY work
2009-05-05 Paul PogonyshevDon't try to ref NULL pointer in g_desktop_app_info_dup()
2009-03-03 Alexander LarssonBug 561172 – gnome-open fails on local URIs with anchors
2009-02-26 Alexander LarssonSupport desktop file key X-GIO-NoFuse which disables...
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2009-01-19 Matthias ClasenExpand docs
2009-01-08 Matthias ClasenAdd a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Reques...
2009-01-05 Dan Winshipcast a "char **" to "const char **" to avoid a warning.
2008-12-31 Matthias ClasenAdd notes about being UNIX-specific
2008-11-28 Matthias ClasenAdd g_app_info_get_commandline. Requested by Hans Pette...
next