summaryrefslogtreecommitdiff
path: root/gio/gdesktopappinfo.c
AgeCommit message (Expand)Author
2010-03-14[GDesktopAppInfo] New function g_desktop_app_info_get_filenameColin Walters
2010-01-05Fix a memleakMatthias Clasen
2009-12-01Use G_DEFINE_INTERFACE in gioDan Winship
2009-11-19Bug 600550 - (...) doesn't treat arguments properlyChristian Dywan
2009-11-19Bug 600620 - Add g_app_info_get_display_name()Vincent Untz
2009-11-17Fix compilation warning: cast to (GCompareFunc)Javier Jardón
2009-09-29Fix mime_info_cache_dir_add_desktop_entriesMatthias Clasen
2009-09-22gio: Fix some typos in G*AppInfo documentationMart Raudsepp
2009-09-07Don't evaluate an uninitialized valueMatthias Clasen
2009-06-12don't make strings const when they are notBenjamin Otte
2009-06-11Fix an oversight in the previous commitMatthias Clasen
2009-06-10Make setting DISPLAY workMatthias Clasen
2009-05-05Don't try to ref NULL pointer in g_desktop_app_info_dup()Paul Pogonyshev
2009-03-03Bug 561172 – gnome-open fails on local URIs with anchorsAlexander Larsson
2009-02-26Support desktop file key X-GIO-NoFuse which disables use of fuse pathnamesAlexander Larsson
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
2009-01-19Expand docsMatthias Clasen
2009-01-08Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by OlivierMatthias Clasen
2009-01-05cast a "char **" to "const char **" to avoid a warning.Dan Winship
2008-12-31Add notes about being UNIX-specificMatthias Clasen
2008-11-28Add g_app_info_get_commandline. Requested by Hans Petter Jansson.Matthias Clasen
2008-11-28Bug 559633 – gtk_image_new_from_gicon does not always work for .desktopMatthias Clasen
2008-11-28Only allow deleting files that have been created byMatthias Clasen
2008-10-24Fix docsMatthias Clasen
2008-10-13When adding an application as handling a mime type (but not as theAlexander Larsson
2008-10-05Bug 554970 – segfault when update-desktop-database is not availablePascal Terjan
2008-10-01If possible, always pass FUSE file:// URIs (such asDavid Zeuthen
2008-09-26Bug 545350 – GAppInfo deletion Bug 545351 – Reset associations forMatthias Clasen
2008-09-26add a cast to stop a gcc warningDan Winship
2008-09-21Plug a memory leakMatthias Clasen
2008-09-16Fix trivial typo to unbreak the build (there was a colon instead of aWouter Bolsterlee
2008-09-15Ignore an empty Path valueMatthias Clasen
2008-09-13Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren'tCosimo Cecchi
2008-08-01Remove debug spewMatthias Clasen
2008-07-28Bug 545157 – wrong/no list of "open with" applications for .cc and .cppMatthias Clasen
2008-07-20543504 – crash in Epiphany Web Browser: Opening local fileMatthias Clasen
2008-07-03Fix a stupid crashMatthias Clasen
2008-07-02Add a function to create a GDesktopAppInfo from a GKeyFile. Proposed byMatthias Clasen
2008-07-01Moved all relevant typedefs into these files.Cody Russell
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch
2008-04-16tolerate an empty TryExec= line without failing; nautilus used to createMichael Meeks
2008-04-09In g_app_info_create_from_commandline set comment after name. FixesPadraig O'Briain
2008-03-06Fix sparse warnings (#519489)Alexander Larsson
2008-02-11Minor docs cleanupAlexander Larsson
2008-02-11Documentation additionsMatthias Clasen
2008-02-06Save errno before calling other funcs that potentially alter it. BugChristian Persch
2008-02-06Update to use both mimeapps.list and defaults.list as discussed on xdgAlexander Larsson
2008-02-01Actually call the launch_uris method, not launch.Alexander Larsson
2008-02-01Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483.Cosimo Cecchi