From Alejandro Vaquero
[obnox/wireshark/wip.git] / gtk / about_dlg.c
2005-01-03 geraldMake the version and library information in the about...
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-09-16 ulflfirst steps towards using the User's Guide as Ethereal...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-07 guyRealize the splash screen window right after creating...
2004-07-07 guyGet rid of the splash screen's title bar on GTK+ 1...
2004-07-06 geraldMake sure child processes don't create a splash screen...
2004-07-05 ulflbeautify the splash screen a bit (increased border)
2004-07-04 guyDeclare "about_ethereal()" as "void", as it returns...
2004-07-04 ulfladded a splash screen while Ethereal is started
2004-06-23 guyAdd "gtk/webbrowser.h" to declare functions from "gtk...
2004-06-22 guyMark some unused variables as such.
2004-06-22 ulfladd functionality, to show html files from the local...
2004-06-21 ulflAdd experimental feature of opening a webbrowser, to...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-27 ulflDon't point to the manpage for the list of authors...
2004-05-23 ulflnext step to save the size and postition of the dialogs...
2004-05-22 guyGTK+ 1.2[.x] doesn't handle UTF-8 text, so do the ...
2004-05-22 guyInclude "cvsversion.h" so we report the version correct...
2004-05-22 guyDeclare "text_page_new()" in a "gtk/text_page.h" header...
2004-05-21 ulflWIN32 only: add an "Authors" notebook tab, to show...
2004-05-21 ulflcode cleanup (e.g. removed unused function parameters),
2004-05-21 guyNow that the "About" dialog box's code is in "gtk/about...
2004-05-21 guyInclude <string.h> to declare "strdup()".
2004-05-20 ulflbeautify the "About Ethereal" page, put plugin list...
2004-05-20 ulflseparate dir functions from the plugin init,
2004-05-20 ulflmoved the about dialog from main.c to it's own new...