| Commit message (Expand) | Author | Age | Files | Lines |
* | We've "just reached" 2005, extend the copyright notice by the "new" year ... | Ulf Lamping | 2005-02-21 | 1 | -1/+1 |
* | Make the version and library information in the about box copy-and-paste-able | Gerald Combs | 2005-01-03 | 1 | -9/+10 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 1 | -9/+7 |
* | first steps towards using the User's Guide as Ethereal's help system | Ulf Lamping | 2004-09-16 | 1 | -52/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Convert make-version.pl and the associated cvsversion.h and CVSVERSION | Gerald Combs | 2004-07-15 | 1 | -3/+3 |
* | Realize the splash screen window right after creating it, rather than | Guy Harris | 2004-07-07 | 1 | -7/+9 |
* | Get rid of the splash screen's title bar on GTK+ 1.2[.x] as well. | Guy Harris | 2004-07-07 | 1 | -7/+2 |
* | Make sure child processes don't create a splash screen. Make the verbs in | Gerald Combs | 2004-07-06 | 1 | -5/+11 |
* | beautify the splash screen a bit (increased border) | Ulf Lamping | 2004-07-05 | 1 | -2/+2 |
* | Declare "about_ethereal()" as "void", as it returns no value, and as GCC | Guy Harris | 2004-07-04 | 1 | -2/+2 |
* | added a splash screen while Ethereal is started | Ulf Lamping | 2004-07-04 | 1 | -9/+77 |
* | Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c". | Guy Harris | 2004-06-23 | 1 | -38/+8 |
* | Mark some unused variables as such. | Guy Harris | 2004-06-22 | 1 | -3/+3 |
* | add functionality, to show html files from the local installation | Ulf Lamping | 2004-06-22 | 1 | -12/+69 |
* | Add experimental feature of opening a webbrowser, to show some of the | Ulf Lamping | 2004-06-21 | 1 | -1/+27 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -2/+2 |
* | Don't point to the manpage for the list of authors, it's in the about dialog now | Ulf Lamping | 2004-05-27 | 1 | -5/+2 |
* | next step to save the size and postition of the dialogs (using a hashtable) | Ulf Lamping | 2004-05-23 | 1 | -10/+15 |
* | GTK+ 1.2[.x] doesn't handle UTF-8 text, so do the "Authors" tab only | Guy Harris | 2004-05-22 | 1 | -1/+10 |
* | Include "cvsversion.h" so we report the version correctly for builds | Guy Harris | 2004-05-22 | 1 | -1/+3 |
* | Declare "text_page_new()" in a "gtk/text_page.h" header, rather than | Guy Harris | 2004-05-22 | 1 | -9/+1 |
* | WIN32 only: add an "Authors" notebook tab, to show the content of | Ulf Lamping | 2004-05-21 | 1 | -5/+8 |
* | code cleanup (e.g. removed unused function parameters), | Ulf Lamping | 2004-05-21 | 1 | -5/+24 |
* | Now that the "About" dialog box's code is in "gtk/about_dlg.c", move the | Guy Harris | 2004-05-21 | 1 | -1/+2 |
* | Include <string.h> to declare "strdup()". | Guy Harris | 2004-05-21 | 1 | -2/+3 |
* | beautify the "About Ethereal" page, put plugin list into the dialog | Ulf Lamping | 2004-05-20 | 1 | -68/+77 |
* | separate dir functions from the plugin init, | Ulf Lamping | 2004-05-20 | 1 | -8/+42 |
* | moved the about dialog from main.c to it's own new about_dlg.c, | Ulf Lamping | 2004-05-20 | 1 | -0/+215 |