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