aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-01DND: also unescape URI characters (e.g. %20 -> ' ')Ulf Lamping1-14/+75
2004-02-01Konqueror, in KDE 3.0, appears to drop file names of the formGuy Harris1-4/+12
2004-01-31change layout, as dialog was a bit tall,Ulf Lamping1-25/+29
2004-01-31Implemented rudimentary Drag and Drop support.Ulf Lamping4-4/+123
2004-01-31fixed some sensitivity things in the context menuesUlf Lamping1-17/+46
2004-01-31minor change in dialog textUlf Lamping1-2/+2
2004-01-31gtk_label_set_selectable() is only available from GTK version 2Ulf Lamping1-2/+2
2004-01-31cleanup of new "question dialogs",Ulf Lamping8-48/+107
2004-01-31Add to the _rtp_info structure a "info_all_data_present" boolean, whichGuy Harris2-8/+40
2004-01-31If comparing any field other than the frame number, if both field valuesGuy Harris1-42/+38
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-4/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris41-232/+259
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping17-91/+91
2004-01-31using GTK2 stock icons for dialogs instead of Ethereal specific onesUlf Lamping1-11/+10
2004-01-30slightly higher polling rate, to detect stop condition from capture taskUlf Lamping1-3/+3
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping8-20/+260
2004-01-29added "Yes" and "No" buttons to the simple_dialog,Ulf Lamping1-30/+68
2004-01-29added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_rowUlf Lamping2-2/+18
2004-01-28Fix a comment.Guy Harris1-3/+2
2004-01-28Clean up the comparison code a bit.Guy Harris1-129/+89
2004-01-28For columns whose data comes from the frame_data structure for a packet,Guy Harris1-9/+130
2004-01-28"gtk/main.c" no longer has any code to manage the packet list, so it noGuy Harris1-7/+1
2004-01-27"Export Selected Packet Bytes" -> change all appearances to this text,Ulf Lamping2-11/+41
2004-01-27Make "{byte,tree}_view_select()" return "gboolean", not "gint", as theyGuy Harris2-10/+12
2004-01-27always select the current item under cursor, before showing up theUlf Lamping3-6/+74
2004-01-27From Lars Ruoff:Olivier Biot1-14/+16
2004-01-27Add a detail-pane context menu item for "Export As Raw Packet Data", soGuy Harris1-1/+3
2004-01-26Newlines in filter strings are a Bad Idea, as they don't display well inGuy Harris1-2/+2
2004-01-26Add support for the "matches" operator if HAVE_LIBPCRE is defined.Olivier Biot1-1/+8
2004-01-26From Lars Ruoff:Olivier Biot3-165/+224
2004-01-26added a tooltip to explain the behaviour of the syntax check in the filter st...Ulf Lamping1-1/+6
2004-01-26added a tooltip to explain the behaviour of the syntax check in the filter to...Ulf Lamping1-2/+10
2004-01-26slightly changed the menuitem names in View->Show->Packet xyUlf Lamping1-5/+5
2004-01-26On Windows OT, interface names *can* have spaces in them; to find theGuy Harris1-17/+45
2004-01-25Get rid of an unused variable.Guy Harris1-2/+1
2004-01-25In "main_filter_packets()", use the "cf" argument rather than alwaysGuy Harris1-3/+3
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris5-20/+22
2004-01-25adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping4-87/+157
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping7-27/+57
2004-01-25fix some filter dialog thingsUlf Lamping1-6/+4
2004-01-25add syntax check and an "Add Expression" button to the filter toolbarUlf Lamping3-34/+70