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