The Styleguide section has been moved to the Wireshark Developer's Guide.
[obnox/wireshark/wip.git] / gtk / about_dlg.c
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-04-29 morrissFrom Michael Speck via https://bugs.wireshark.org/bugzi...
2009-12-22 geraldRename splash_register_freq to info_update_freq. Use...
2009-10-23 stigLoad lua scripts in the plugins directory, both global...
2009-10-06 krjRemove superfluous cast
2009-10-06 krjUse G_SEARCHPATH_SEPARATOR_S
2009-10-06 krjMake splash_destroy() return a gboolean
2009-08-26 wmeierAdd #include <stdio.h> to print.h; Undo the previous...
2009-08-26 wmeierKeep Solaris buildbot happy ....
2009-06-01 wmeierabout_dlg: fix a memory leak when double-clicking on...
2009-05-31 stigAdded Python Bindings directory to the About->Folders...
2009-05-27 stigFrom Siddhes (bug 3483):
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2008-12-19 geraldRename geoip.[ch] to geoip_db.[ch] so we don't collide...
2008-10-27 stigShow configured GeoIP paths in About->Folders
2008-09-22 etxrabFix:About dialog: all text selected when switching...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-24 geraldMake it obvious that this is a development version...
2008-04-17 guyIf we have xdg-open, define HAVE_XDG_OPEN.
2008-04-13 stigFix splitting MIB/PIB paths in about box for other...
2008-04-13 tuexenGet it compiing on Mac OS X.
2008-04-13 galAllow the folders in the About Wireshark/Folders list...
2008-04-13 ulfltext_page -> text_page_utils
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-09 ulflsome minor GTK1 related code fixes
2008-04-09 sfisherStart getting rid of the uses of compat_macro.h's macros.
2008-04-06 ulflremove GTK1 code
2008-01-14 stigThis patch adds support for configuration profiles...
2007-12-04 geraldAdd an oid_get_default_mib_path() function, and use...
2007-11-26 geraldDisable splash message logging, since it seems to ignor...
2007-11-26 geraldIf the user has G_LOG_LEVEL_INFO enabled, provide start...
2007-09-11 jakeMake the splash screen look just a little bit better.
2007-08-31 sakeThis patch fixes the following two errors that appear...
2007-06-12 jakeJust keep it simple.
2007-05-25 guySquelch some qualifier (const vs. non-const) warnings.
2007-05-17 geraldDecrease the refresh time to 100ms. This seems to...
2007-05-16 sahlbergdont use g_time_add_val() since it is not available...
2007-05-15 geraldInstead of updating the splash screen every time we...
2007-05-07 galMissing string.h for strncmp.
2007-05-07 galUpdated splash screen for Wireshark that shows the...
2007-02-06 morrissFrom Eric Hall to fix bug 1289:
2007-01-20 geraldRecent versions of GTK+ have added a "gtk-label-select...
2007-01-02 guyAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-10-30 geraldFrom Giorgio Tino: Add support for version 2.0 of the...
2006-10-21 ulflthe text in the about box license page was hard to...
2006-10-19 jakeAdding license tab to about dialog
2006-06-02 ulfl"Wireshark - Network Protocol Analyzer" -> "Network...
2006-05-31 geraldAdd a new splash image.
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-05-01 guyHandle the case where we *can't* determine the pathname...
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-02-12 guyAdd a routine to attempt to get the absolute pathname...
2005-12-21 guyProvide not only copyright information, but a GPL blurb...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-16 jmayerMove SVNVERSION handling into version_info. That way...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-02-21 ulflWe've "just reached" 2005, extend the copyright notice...
2005-01-03 geraldMake the version and library information in the about...
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-09-16 ulflfirst steps towards using the User's Guide as Ethereal...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-07 guyRealize the splash screen window right after creating...
2004-07-07 guyGet rid of the splash screen's title bar on GTK+ 1...
2004-07-06 geraldMake sure child processes don't create a splash screen...
2004-07-05 ulflbeautify the splash screen a bit (increased border)
2004-07-04 guyDeclare "about_ethereal()" as "void", as it returns...
2004-07-04 ulfladded a splash screen while Ethereal is started
2004-06-23 guyAdd "gtk/webbrowser.h" to declare functions from "gtk...
2004-06-22 guyMark some unused variables as such.
2004-06-22 ulfladd functionality, to show html files from the local...
2004-06-21 ulflAdd experimental feature of opening a webbrowser, to...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-27 ulflDon't point to the manpage for the list of authors...
2004-05-23 ulflnext step to save the size and postition of the dialogs...
2004-05-22 guyGTK+ 1.2[.x] doesn't handle UTF-8 text, so do the ...
2004-05-22 guyInclude "cvsversion.h" so we report the version correct...
2004-05-22 guyDeclare "text_page_new()" in a "gtk/text_page.h" header...
2004-05-21 ulflWIN32 only: add an "Authors" notebook tab, to show...
2004-05-21 ulflcode cleanup (e.g. removed unused function parameters),
2004-05-21 guyNow that the "About" dialog box's code is in "gtk/about...
2004-05-21 guyInclude <string.h> to declare "strdup()".
2004-05-20 ulflbeautify the "About Ethereal" page, put plugin list...
2004-05-20 ulflseparate dir functions from the plugin init,
2004-05-20 ulflmoved the about dialog from main.c to it's own new...