aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".Guy Harris1-38/+8
2004-06-22Mark some unused variables as such.Guy Harris1-3/+3
2004-06-22add functionality, to show html files from the local installationUlf Lamping1-12/+69
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping1-1/+27
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+2
2004-05-27Don't point to the manpage for the list of authors, it's in the about dialog nowUlf Lamping1-5/+2
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping1-10/+15
2004-05-22GTK+ 1.2[.x] doesn't handle UTF-8 text, so do the "Authors" tab onlyGuy Harris1-1/+10
2004-05-22Include "cvsversion.h" so we report the version correctly for buildsGuy Harris1-1/+3
2004-05-22Declare "text_page_new()" in a "gtk/text_page.h" header, rather thanGuy Harris1-9/+1
2004-05-21WIN32 only: add an "Authors" notebook tab, to show the content ofUlf Lamping1-5/+8
2004-05-21code cleanup (e.g. removed unused function parameters),Ulf Lamping1-5/+24
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris1-1/+2
2004-05-21Include <string.h> to declare "strdup()".Guy Harris1-2/+3
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogUlf Lamping1-68/+77
2004-05-20separate dir functions from the plugin init,Ulf Lamping1-8/+42
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping1-0/+215