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