aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current stat...Ulf Lamping6-3541/+4110
2004-07-17From Lars Ruoff: don't hardwire the RTP sampling clock rate to 8000Guy Harris1-1/+54
2004-07-17From Martin Mathieson: if you create a new filter and cancel the "EditGuy Harris1-11/+32
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs2-8/+8
2004-07-14As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"Guy Harris1-7/+9
2004-07-13Conversation/Endpoint list performance patch from Ian SchorrUlf Lamping2-15/+26
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris7-30/+58
2004-07-13From Pavel Kankovsky: the items pointed to by elements in the "text[]"Guy Harris1-3/+3
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-2/+2
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #12):Ulf Lamping1-1/+4
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-3/+9
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #10):Ulf Lamping1-2/+2
2004-07-10changed column headers, replaced e.g. "-> Packets" byUlf Lamping1-2/+2
2004-07-10changed column headers, don't talk of frames but of packetsUlf Lamping1-2/+2
2004-07-09In the GTK+ code, move the redefinition of "isprint()" toGuy Harris5-17/+51
2004-07-09Don't allow non-positive values for the main window width and heightGuy Harris2-17/+60
2004-07-09Don't show the splash screen if we've been passed the "-G" flag.Gerald Combs1-2/+2
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-14/+18
2004-07-07bugfix: preference related capture options shouldn't be set by preferences,Ulf Lamping1-13/+14
2004-07-07don't show webbrowser calling menu items, when using GLib 1.xUlf Lamping1-1/+4
2004-07-07remove doxygen output dir "html" on make cleanUlf Lamping1-2/+3
2004-07-07Realize the splash screen window right after creating it, rather thanGuy Harris1-7/+9
2004-07-07With GLib 1.2[.x], undefine MUST_LAUNCH_BROWSER_OURSELVES, so that weGuy Harris1-2/+11
2004-07-07Get rid of the splash screen's title bar on GTK+ 1.2[.x] as well.Guy Harris3-10/+42
2004-07-06Make sure child processes don't create a splash screen. Make the verbs inGerald Combs2-15/+22
2004-07-05from Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined,Ulf Lamping1-0/+2
2004-07-05beautify the splash screen a bit (increased border)Ulf Lamping1-2/+2
2004-07-04Declare "about_ethereal()" as "void", as it returns no value, and as GCCGuy Harris1-2/+2
2004-07-04added a splash screen while Ethereal is startedUlf Lamping5-36/+157
2004-07-01Trivial warning fixes: () -> (void) and comma at end of enumJörg Mayer2-3/+3
2004-07-01Doxygen filenames changedJörg Mayer1-0/+2
2004-06-30From Martin Mathieson: Show number of detected streams in RTP Analysis windowAnders Broman1-30/+40
2004-06-30code cleanupUlf Lamping1-11/+11
2004-06-30bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping2-19/+116
2004-06-30Include <unistd.h>, if available, to declare "close()".Guy Harris1-3/+5
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2-2/+12
2004-06-30close temporary merge output file, if merging failedUlf Lamping2-2/+9
2004-06-29GTK2: convert character encoding from locale to UTF8Ulf Lamping1-2/+11
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping2-25/+16
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping3-20/+11
2004-06-29add a preference setting for the web browser commandUlf Lamping3-12/+53
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer4-8/+8
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingUlf Lamping1-3/+3
2004-06-27Fixes needed for "make distcheck".Gerald Combs1-1/+3
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
2004-06-25Add "Resolve Name" to "View/Name Resolution" andUlf Lamping1-4/+8
2004-06-25doxygen changes:Jörg Mayer3-19/+12
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer4-8/+8
2004-06-24As current implementation won't compile with GLib 1.x,Ulf Lamping1-1/+8
2004-06-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".Guy Harris5-47/+73