move statusbar related code from main.c into it's own main_statusbar.c
[obnox/wireshark/wip.git] / gtk / webbrowser.c
2008-04-12 guyPRIMARY_TEXT_START and PRIMARY_TEXT_END are gone; use
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-07 sfisher- Remove GLIB1 code
2008-04-07 sfisherRemove GTK1 code and change ugly version checking state...
2007-12-04 guyNote in a comment the sad truth that CFURLCreateWithStr...
2007-12-03 guyIf CoreFoundation create calls fail, fail, don't drive on.
2007-02-13 sfisherFrom Sebastien Tandel:
2006-10-25 guyInclude the top-level header for CoreFoundation, to...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2005-01-20 ulfladd some more online help functionality and help button...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-23 ulflshow a simple_dialog, if we use glib 1.x and trying...
2004-09-30 guyAdd an RCS ID.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-27 guyNote that, when we add the ability to build a GNOMEifie...
2004-07-07 guyWith GLib 1.2[.x], undefine MUST_LAUNCH_BROWSER_OURSELV...
2004-07-05 ulflfrom Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined,
2004-07-01 jmayerTrivial warning fixes: () -> (void) and comma at end...
2004-06-29 ulfladd a preference setting for the web browser command
2004-06-24 ulflAs current implementation won't compile with GLib 1.x,
2004-06-23 guyAdd "gtk/webbrowser.h" to declare functions from "gtk...
2004-06-22 ulfladd functionality, to show html files from the local...
2004-06-22 guyStyle tweaks, and finish an unfinished comment.
2004-06-22 guyOn Mac OS X, use Launch Services to start a Web browser...
2004-06-21 ulflAdd experimental feature of opening a webbrowser, to...