aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-2/+2
2008-10-27Show configured GeoIP paths in About->FoldersStig Bjørlykke1-1/+21
2008-09-22Fix:About dialog: all text selected when switching tabsAnders Broman1-0/+5
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-6/+6
2008-06-24Make it obvious that this is a development version. Fix a makefileGerald Combs1-5/+5
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.Guy Harris1-1/+1
2008-04-13Fix splitting MIB/PIB paths in about box for other than win32.Stig Bjørlykke1-0/+4
2008-04-13Get it compiing on Mac OS X.Michael Tüxen1-2/+1
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...Graeme Lunt1-2/+43
2008-04-13text_page -> text_page_utilsUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-11/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-09some minor GTK1 related code fixesUlf Lamping1-3/+1
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-12/+12
2008-04-06remove GTK1 codeUlf Lamping1-31/+0
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs1-0/+11
2007-11-26Disable splash message logging, since it seems to ignore the log level mask.Gerald Combs1-1/+0
2007-11-26If the user has G_LOG_LEVEL_INFO enabled, provide startup progress messages.Gerald Combs1-0/+2
2007-09-11Make the splash screen look just a little bit better.Jaap Keuter1-2/+2
2007-08-31This patch fixes the following two errors that appear whenSake Blok1-1/+5
2007-06-12Just keep it simple.Jaap Keuter1-4/+4
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-11/+11
2007-05-17Decrease the refresh time to 100ms. This seems to make the splashGerald Combs1-1/+1
2007-05-16dont use g_time_add_val() since it is not available in gtk1Ronnie Sahlberg1-1/+5
2007-05-15Instead of updating the splash screen every time we load or hand offGerald Combs1-4/+18
2007-05-07Missing string.h for strncmp.Graeme Lunt1-0/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-4/+123
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-1/+1
2007-01-20Recent versions of GTK+ have added a "gtk-label-select-on-focus"Gerald Combs1-4/+6
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-3/+1
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs1-1/+1
2006-10-21the text in the about box license page was hard to read because of line break...Ulf Lamping1-0/+2
2006-10-19Adding license tab to about dialogJaap Keuter1-2/+21
2006-06-02"Wireshark - Network Protocol Analyzer" -> "Network Protocol Analyzer", as th...Ulf Lamping1-2/+2
2006-05-31Add a new splash image.Gerald Combs1-2/+2
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-31/+31
2006-05-21name changeRonnie Sahlberg1-4/+4
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris1-2/+4
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris1-4/+2
2005-12-21Provide not only copyright information, but a GPL blurb, in all theGuy Harris1-8/+12
2005-08-20- Declare some functions staticJörg Mayer1-6/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-16Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer1-7/+3
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-02-21We've "just reached" 2005, extend the copyright notice by the "new" year ...Ulf Lamping1-1/+1
2005-01-03Make the version and library information in the about box copy-and-paste-ableGerald Combs1-9/+10