aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/webbrowser.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-10make filename2uri() "public"ulfl1-1/+1
2008-07-10Note bug 2699, which reports a bug in xdg-open.guy1-0/+2
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2008-06-23Give more details on the stuff Beast does, and suggest a possible schemeguy1-7/+27
2008-06-21Add stuff to a comment, and move stuff to that comment from elsewhere,guy1-7/+15
2008-06-21If we have xdg-open, always run that to launch a Web browser, and ignoreguy1-1/+35
2008-04-18filename2uri() doesn't modify its parameter (and in at least one place we han...morriss1-48/+49
2008-04-17On Windows: filemanager_open_directory: ensure a trailing '\' on path to She...wmeier1-2/+14
2008-04-17In filemanager_open_directory(), if we're not on Windows or OS X andguy1-0/+71
2008-04-17Use the "explore" verb when opening directories; that doesn't fix the caseguy1-1/+1
2008-04-17Sigh. g_spawn_async() should take a "const gchar **" argument for argv,guy1-4/+4
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.guy1-3/+75
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...gal1-0/+10
2008-04-13sort #includes by directoriesulfl1-5/+8
2008-04-12PRIMARY_TEXT_START and PRIMARY_TEXT_END are gone; useguy1-6/+6
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2008-04-07Remove GTK1 code and change ugly version checking statements intosfisher1-22/+0
2007-12-04Note in a comment the sad truth that CFURLCreateWithString() failsguy1-0/+6
2007-12-03If CoreFoundation create calls fail, fail, don't drive on.guy1-0/+6
2007-02-13From Sebastien Tandel:sfisher1-0/+1
2006-10-25Include the top-level header for CoreFoundation, to see whether it'llguy1-3/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-7/+7
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-5/+5
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsgerald1-1/+4
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-0/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-1/+1
2004-12-23show a simple_dialog, if we use glib 1.x and trying to open a webbrowser (not...ulfl1-0/+6
2004-09-30Add an RCS ID.guy1-0/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-27Note that, when we add the ability to build a GNOMEified Ethereal asguy1-0/+6
2004-07-07With GLib 1.2[.x], undefine MUST_LAUNCH_BROWSER_OURSELVES, so that weguy1-2/+11
2004-07-05from Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined,ulfl1-0/+2
2004-07-01Trivial warning fixes: () -> (void) and comma at end of enumjmayer1-1/+1
2004-06-29add a preference setting for the web browser commandulfl1-10/+29
2004-06-24As current implementation won't compile with GLib 1.x,ulfl1-1/+8
2004-06-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".guy1-4/+28
2004-06-22add functionality, to show html files from the local installationulfl1-0/+49
2004-06-22Style tweaks, and finish an unfinished comment.guy1-1/+3
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.guy1-7/+37
2004-06-21Add experimental feature of opening a webbrowser, to show some of theulfl1-0/+139