aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.guy1-1/+1
2008-04-13Fix splitting MIB/PIB paths in about box for other than win32.stig1-0/+4
2008-04-13Get it compiing on Mac OS X.tuexen1-2/+1
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...gal1-2/+43
2008-04-13text_page -> text_page_utilsulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-11/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-09some minor GTK1 related code fixesulfl1-3/+1
2008-04-09Start getting rid of the uses of compat_macro.h's macros.sfisher1-12/+12
2008-04-06remove GTK1 codeulfl1-31/+0
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+1
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBgerald1-0/+11
2007-11-26Disable splash message logging, since it seems to ignore the log level mask.gerald1-1/+0
2007-11-26If the user has G_LOG_LEVEL_INFO enabled, provide startup progress messages.gerald1-0/+2
2007-09-11Make the splash screen look just a little bit better.jake1-2/+2
2007-08-31This patch fixes the following two errors that appear whensake1-1/+5
2007-06-12Just keep it simple.jake1-4/+4
2007-05-25Squelch some qualifier (const vs. non-const) warnings.guy1-11/+11
2007-05-17Decrease the refresh time to 100ms. This seems to make the splashgerald1-1/+1
2007-05-16dont use g_time_add_val() since it is not available in gtk1sahlberg1-1/+5
2007-05-15Instead of updating the splash screen every time we load or hand offgerald1-4/+18
2007-05-07Missing string.h for strncmp.gal1-0/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. gal1-4/+123
2007-02-06From Eric Hall to fix bug 1289:morriss1-1/+1
2007-01-20Recent versions of GTK+ have added a "gtk-label-select-on-focus"gerald1-4/+6
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-3/+1
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, gerald1-1/+1
2006-10-21the text in the about box license page was hard to read because of line break...ulfl1-0/+2
2006-10-19Adding license tab to about dialogjake1-2/+21
2006-06-02"Wireshark - Network Protocol Analyzer" -> "Network Protocol Analyzer", as th...ulfl1-2/+2
2006-05-31Add a new splash image.gerald1-2/+2
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-31/+31
2006-05-21name changesahlberg1-4/+4
2006-05-01Handle the case where we *can't* determine the pathname in which to findguy1-2/+4
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-0/+1
2006-02-12Add a routine to attempt to get the absolute pathname of the executableguy1-4/+2
2005-12-21Provide not only copyright information, but a GPL blurb, in all theguy1-8/+12
2005-08-20- Declare some functions staticjmayer1-6/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-16Move SVNVERSION handling into version_info. That way, we won't havejmayer1-7/+3
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2005-02-21We've "just reached" 2005, extend the copyright notice by the "new" year ...ulfl1-1/+1
2005-01-03Make the version and library information in the about box copy-and-paste-ablegerald1-9/+10
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toguy1-9/+7
2004-09-16first steps towards using the User's Guide as Ethereal's help systemulfl1-52/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONgerald1-3/+3
2004-07-07Realize the splash screen window right after creating it, rather thanguy1-7/+9
2004-07-07Get rid of the splash screen's title bar on GTK+ 1.2[.x] as well.guy1-7/+2