aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-25added/changed some tooltipsUlf Lamping2-7/+22
2004-01-25changed the behaviour of the edit buttons to make more sense,Ulf Lamping1-209/+115
2004-01-25make resized prefs_dlg look betterUlf Lamping1-2/+2
2004-01-25minor GTK2 layout changeUlf Lamping1-1/+5
2004-01-25Report open errors when saving the contents of an RTP stream. Check forGuy Harris3-9/+34
2004-01-25Check for write errors when writing CSV data as well.Guy Harris1-10/+78
2004-01-25Check whether the "fopen()" that creates a CSV file fails and, if so,Guy Harris1-1/+6
2004-01-25Don't have "follow_print_text()" display the error message, leave thatGuy Harris1-211/+222
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris2-8/+27
2004-01-24As with "file_write_error_message()", so withGuy Harris1-24/+87
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris1-2/+2
2004-01-24From Lars Ruoff (who also contributed the previous change; my apologiesGuy Harris1-42/+79
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orGuy Harris4-19/+119
2004-01-23Do the font loading code as two larger sections of code, one for GTK+Guy Harris1-43/+42
2004-01-23Include the AddStyleName information in the zoomed font name.Guy Harris1-7/+8
2004-01-23If we call "font_apply()", we don't need to callGuy Harris1-7/+9
2004-01-23If the zoom factor is zero, don't construct a new font name - theGuy Harris1-12/+14
2004-01-23Clean up indentation.Guy Harris1-54/+60
2004-01-23fixed various things in "View" menuUlf Lamping1-20/+20
2004-01-23added a commentUlf Lamping1-1/+3
2004-01-23fix assert, when failed loading zoomed font,Ulf Lamping1-6/+42