aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-23Improve some comments.Guy Harris1-6/+12
2004-01-23gtk_font_selection_set_filter doesn't work when run before appendingUlf Lamping1-1/+22
2004-01-23code cleanupUlf Lamping1-2/+1
2004-01-23make some of the new menuitems insensitive,Ulf Lamping1-2/+13
2004-01-23From Lars Roland:Guy Harris1-131/+288
2004-01-22Slight formatting changeJörg Mayer1-43/+43
2004-01-22Fix the RCS ID.Guy Harris1-1/+1
2004-01-22We can't save "child_process" as a HANDLE on UNIX - save it as an "int",Guy Harris1-4/+5
2004-01-22Fix a typo.Guy Harris1-2/+2
2004-01-22Move the list of headers to "Makefile.am" (it's not used byGuy Harris2-52/+50
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping3-31/+155
2004-01-22added new Makefile.common just like in root,Ulf Lamping3-298/+179
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping2-24/+16
2004-01-21this dialog isn't used any longer.Ulf Lamping2-234/+0
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping37-644/+559