aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-02-21added a help buttonUlf Lamping1-3/+8
2004-02-21new somewhat improved layout of the capture options dialogUlf Lamping1-43/+70
2004-02-21quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping1-3/+3
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-7/+7
2004-02-20Revert to the previous scheme, wherein we always save the geometryGuy Harris1-21/+13
2004-02-20Don't clobber the concurrent DNS resolution flag each time we start aGerald Combs1-2/+2
2004-02-20Give it an RCS ID.Guy Harris3-0/+6
2004-02-20Add support for a "version.conf" file in the main directory which canGerald Combs1-2/+2
2004-02-20win32 only: when adding to the recent file list, prevent duplicates by:Ulf Lamping1-7/+22
2004-02-20minor bugfix from recent check inUlf Lamping1-2/+2
2004-02-20bugfix: resizing (values from recent) must be done, before theUlf Lamping1-1/+4
2004-02-20win32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..."Ulf Lamping1-5/+12
2004-02-20bugfix for export selected data: win32 needs O_BINARY flag for open call,Ulf Lamping1-4/+12
2004-02-20FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid ofGuy Harris1-68/+38
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris12-2/+1569
2004-02-19Don't save the geometry items unless the user asked to have them saved.Guy Harris1-13/+21
2004-02-19added missing distribution filesUlf Lamping1-1/+2
2004-02-18Warning fixes:Jörg Mayer2-6/+8
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping4-19/+10
2004-02-16bugfix: don't write the recent files list in the wrong order to the recent fileUlf Lamping2-24/+26
2004-02-13As noted by Pavel Kankovsky, the "Resolve Name" menu items should beGuy Harris1-2/+2
2004-02-13The Help window should be a separate top-level window, not a dialogGuy Harris1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris24-217/+245
2004-02-13Create only one "Plugins" window per process.Guy Harris1-2/+24
2004-02-13Create only one "About Ethereal" window per process.Guy Harris1-9/+34
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris10-62/+52
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris1-2/+2
2004-02-11Most taps that now include "tap_menu.h" no longer need to includeGuy Harris26-67/+26
2004-02-11From Michael Lum: add tap for GSM MAP message statistics.Guy Harris2-1/+488
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris31-85/+122
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris5-15/+14
2004-02-11Give alert boxes an empty title on UN*X and a title of "Ethereal" onGuy Harris1-9/+39
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris5-50/+28
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris5-25/+20
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris4-10/+13
2004-02-09bugfix: init the toolbar's Save icons correctlyUlf Lamping1-1/+2
2004-02-09minor changesUlf Lamping1-6/+7
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping29-131/+191
2004-02-06Fix a few warningsJörg Mayer1-8/+9
2004-02-04The menu item for changing the state of name resolution forGuy Harris1-2/+2
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris5-15/+14
2004-02-03enhanced some dialog messages,Ulf Lamping4-6/+21
2004-02-03added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping4-11/+85
2004-02-02Include <string.h> to declare "strlen()".Guy Harris1-1/+3
2004-02-01Mark the "widget" argument to "main_load_window_geometry()" as unusedGuy Harris1-2/+6
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping6-168/+197
2004-02-01replace "RTT Graph" by "Round Trip Time Graph" as this is more descriptiveUlf Lamping1-2/+2
2004-02-01beautified the dialog a bitUlf Lamping1-1/+5
2004-02-01avoid very large dialogs, when display filters becoming too large,Ulf Lamping1-6/+22
2004-02-01avoid problems when strings becoming too large,Ulf Lamping1-8/+18