aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=21938
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-4/+5
The splash screen shows a progress bar and a percentage complete - like the progress dialog. As dissectors are initialised and handed off the name is shown. However, the names of plugin dissectors are not shown. The update to the make-dissector-reg shell script has been tested, though I think generally the python version is used. svn path=/trunk/; revision=21716
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
strings, and function names. svn path=/trunk/; revision=18205
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-31/+0
svn path=/trunk/; revision=12021
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-04added a splash screen while Ethereal is startedUlf Lamping1-1/+22
svn path=/trunk/; revision=11310
2004-06-22add functionality, to show html files from the local installationUlf Lamping1-17/+21
svn path=/trunk/; revision=11213
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping1-2/+30
webpages from http://www.ethereal.com. This functionality is copied from the Gimp. Win32 will use ShellExecute to use the system registered webbrowser. On unix builds, currently the mozilla browser is hardcoded, we still need a preference setting for this (I will add this later). svn path=/trunk/; revision=11206
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11110
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+11
svn path=/trunk/; revision=11057
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris1-0/+30
"create an About dialog" function's declaration to "gtk/about_dlg.h". svn path=/trunk/; revision=10941