cleanup
[platform/upstream/glib.git] / gio / gdesktopappinfo.c
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...
2008-11-28 Matthias ClasenBug 559633 – gtk_image_new_from_gicon does not always...
2008-11-28 Matthias ClasenOnly allow deleting files that have been created by
2008-10-24 Matthias ClasenFix docs
2008-10-13 Alexander LarssonWhen adding an application as handling a mime type...
2008-10-05 Pascal TerjanBug 554970 â\80\93 segfault when update-desktop-database...
2008-10-01 David ZeuthenIf possible, always pass FUSE file:// URIs (such as
2008-09-26 Matthias ClasenBug 545350 – GAppInfo deletion Bug 545351 – Reset assoc...
2008-09-26 Dan Winshipadd a cast to stop a gcc warning
2008-09-21 Matthias ClasenPlug a memory leak
2008-09-16 Wouter BolsterleeFix trivial typo to unbreak the build (there was a...
2008-09-15 Matthias ClasenIgnore an empty Path value
2008-09-13 Cosimo CecchiBug 551887 – Docs for g_desktop_app_info_new_from_filen...
2008-08-01 Matthias ClasenRemove debug spew
2008-07-28 Matthias ClasenBug 545157 – wrong/no list of "open with" applications...
2008-07-20 Matthias Clasen543504 – crash in Epiphany Web Browser: Opening local...
2008-07-03 Matthias ClasenFix a stupid crash
2008-07-02 Matthias ClasenAdd a function to create a GDesktopAppInfo from a GKeyF...
2008-07-01 Cody RussellMoved all relevant typedefs into these files.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-04-16 Michael Meekstolerate an empty TryExec= line without failing; nautil...
2008-04-09 Padraig O'BriainIn g_app_info_create_from_commandline set comment after...
2008-03-06 Alexander LarssonFix sparse warnings (#519489)
2008-02-11 Alexander LarssonMinor docs cleanup
2008-02-11 Matthias ClasenDocumentation additions
2008-02-06 Christian PerschSave errno before calling other funcs that potentially...
2008-02-06 Alexander LarssonUpdate to use both mimeapps.list and defaults.list...
2008-02-01 Alexander LarssonActually call the launch_uris method, not launch.
2008-02-01 Cosimo CecchiDoc fix for g_app_info_get_default_for_uri_scheme ...
2008-01-30 Alexander LarssonAdd doc comment about uris vs GFiles to g_app_info_launch()
2008-01-29 Alexander LarssonAdd G_APP_INFO_CREATE_SUPPORTS_URIS flag
2008-01-29 Alexander Larssongiomodule-priv.h include moved to .c file.
2008-01-29 Alexander LarssonLazily create the desktop files for appinfos created by
2008-01-29 Alexander LarssonAdd g_file_query_default_handler utility to easily...
2008-01-25 Alexander LarssonImplement changes discussed on xdg list. Now we can...
2008-01-25 Alexander LarssonDon't make local copy of desktop file for mimetype...
2008-01-22 Alexander LarssonDon't leak basename.
2008-01-22 Alexander LarssonDon't leak GKeyFile
2008-01-10 A. WaltonCheck for NULL content types.
2008-01-06 Matthias ClasenDocumentation additions
2008-01-04 Alexander LarssonAdd g_app_info_supports_files() Remove desktop arg...
2007-12-31 Matthias ClasenDon't include NULLs in the list of returned app infos.
2007-12-30 Matthias ClasenDocumentation updates
2007-12-27 Matthias ClasenInclude crt_externs.h. (#505730, Tommi Komulainen)
2007-12-25 Matthias ClasenFix the environment handling. (#504829, Cosimo Cecchi)
2007-12-22 Matthias ClasenDoc improvements
2007-12-18 Matthias ClasenFix up includes in section docs
2007-12-17 Matthias ClasenDocumentation updates
2007-12-15 Matthias ClasenUse hash iterators
2007-12-12 Alexander LarssonFix up a bunch of details in the docs.
2007-12-10 Matthias ClasenInstall gdesktopappinfo as unix-specific api
2007-12-09 A. WaltonMore documentation cleanup and filling in missing infor...
2007-11-30 Matthias ClasenMore coding style fixes
2007-11-29 Matthias ClasenCoding style fixups
2007-11-28 Alexander LarssonRemoved unnecessary file
2007-11-28 Alexander LarssonAdded. Added. Added. Added.
2007-11-28 Matthias ClasenMore trivial doc fixes
next