aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-21display_opts.c / .h no longer needed, all items moved to menuitemsUlf Lamping3-9/+3
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad2-11/+6
2004-01-21Don't include some xpm's when built with GTK+ 1.2[.x] - the icons theyGuy Harris1-1/+7
2004-01-21Squelch some compiler warnings.Guy Harris1-5/+9
2004-01-21moved remaining display options dialog settings to menuitems,Ulf Lamping1-9/+59
2004-01-21redesign of capture/display filter dialog.Ulf Lamping1-33/+51
2004-01-21use stock buttons whereever possible,Ulf Lamping28-110/+145
2004-01-21don't try to set font size <= 0Ulf Lamping1-3/+3
2004-01-20"Go To {First,Last} Packet" don't pop up dialog boxes, they Just Do It -Guy Harris1-3/+3