summaryrefslogtreecommitdiff
path: root/gio/gdesktopappinfo.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Escape arguments when putting together a cmdlineMatthias Clasen1-3/+13
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-06-10[Gio] Merge in introspection annotations from gobject-introspection gio-2.0.cColin Walters1-3/+3
2010-06-07Merge the wip/gapplication branchMatthias Clasen1-0/+12
2010-05-08Doc improvementsMatthias Clasen1-8/+8
2010-03-14[GDesktopAppInfo] New function g_desktop_app_info_get_filenameColin Walters1-0/+17
2010-01-05Fix a memleakMatthias Clasen1-6/+8
2009-12-01Use G_DEFINE_INTERFACE in gioDan Winship1-41/+3
2009-11-19Bug 600550 - (...) doesn't treat arguments properlyChristian Dywan1-1/+3
2009-11-19Bug 600620 - Add g_app_info_get_display_name()Vincent Untz1-0/+20
2009-11-17Fix compilation warning: cast to (GCompareFunc)Javier Jardón1-1/+1
2009-09-29Fix mime_info_cache_dir_add_desktop_entriesMatthias Clasen1-1/+1
2009-09-22gio: Fix some typos in G*AppInfo documentationMart Raudsepp1-4/+4
2009-09-07Don't evaluate an uninitialized valueMatthias Clasen1-0/+1
2009-06-12don't make strings const when they are notBenjamin Otte1-2/+2
2009-06-11Fix an oversight in the previous commitMatthias Clasen1-4/+0
2009-06-10Make setting DISPLAY workMatthias Clasen1-183/+49
2009-05-05Don't try to ref NULL pointer in g_desktop_app_info_dup()Paul Pogonyshev1-1/+2
2009-03-03Bug 561172 – gnome-open fails on local URIs with anchorsAlexander Larsson1-8/+16
2009-02-26Support desktop file key X-GIO-NoFuse which disables use of fuse pathnamesAlexander Larsson1-13/+18
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+1
2009-01-19Expand docsMatthias Clasen1-2/+12
2009-01-08Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by OlivierMatthias Clasen1-3/+3
2009-01-05cast a "char **" to "const char **" to avoid a warning.Dan Winship1-1/+1
2008-12-31Add notes about being UNIX-specificMatthias Clasen1-2/+5
2008-11-28Add g_app_info_get_commandline. Requested by Hans Petter Jansson.Matthias Clasen1-0/+9
2008-11-28Bug 559633 – gtk_image_new_from_gicon does not always work for .desktopMatthias Clasen1-1/+12
2008-11-28Only allow deleting files that have been created byMatthias Clasen1-3/+6
2008-10-24Fix docsMatthias Clasen1-1/+1
2008-10-13When adding an application as handling a mime type (but not as theAlexander Larsson1-12/+52
2008-10-05Bug 554970 – segfault when update-desktop-database is not availablePascal Terjan1-1/+1
2008-10-01If possible, always pass FUSE file:// URIs (such asDavid Zeuthen1-4/+47
2008-09-26Bug 545350 – GAppInfo deletion Bug 545351 – Reset associations forMatthias Clasen1-56/+143
2008-09-26add a cast to stop a gcc warningDan Winship1-1/+1
2008-09-21Plug a memory leakMatthias Clasen1-3/+11
2008-09-16Fix trivial typo to unbreak the build (there was a colon instead of aWouter Bolsterlee1-1/+1
2008-09-15Ignore an empty Path valueMatthias Clasen1-0/+6
2008-09-13Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren'tCosimo Cecchi1-1/+1
2008-08-01Remove debug spewMatthias Clasen1-4/+1
2008-07-28Bug 545157 – wrong/no list of "open with" applications for .cc and .cppMatthias Clasen1-2/+30
2008-07-20543504 – crash in Epiphany Web Browser: Opening local fileMatthias Clasen1-7/+8
2008-07-03Fix a stupid crashMatthias Clasen1-1/+0
2008-07-02Add a function to create a GDesktopAppInfo from a GKeyFile. Proposed byMatthias Clasen1-21/+38
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+2
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch1-4/+4
2008-04-16tolerate an empty TryExec= line without failing; nautilus used to createMichael Meeks1-1/+1
2008-04-09In g_app_info_create_from_commandline set comment after name. FixesPadraig O'Briain1-1/+1
2008-03-06Fix sparse warnings (#519489)Alexander Larsson1-1/+1
2008-02-11Minor docs cleanupAlexander Larsson1-3/+6