aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changesahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-0/+1
2006-04-26Workaround for bug 852. Force a line break so that the text view d...jake1-2/+13
2006-04-20add a help button to the "Follow TCP Stream" dialog (and use standard button ...ulfl1-15/+19
2006-04-17fix capitalization to follow GNOME HIGulfl1-2/+2
2006-02-13Add tempfile.h to the list of headeer files. That was the problem, notguy1-1/+1
2006-02-12Look for "tempfile.h" in the top-level directory.guy1-1/+1
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-1/+1
2006-02-07Peter Kjellerstedt:jmayer1-0/+8
2006-01-03Jaap Keuter:jmayer1-0/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-9/+7
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-1/+0
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-03add tooltips to the dialogs radio buttonsulfl1-1/+7
2005-02-02Writing the raw data of a TCP stream to a file isn't printing it, soguy1-36/+81
2005-02-02from chris eaglesahlberg1-56/+94
2005-01-02Cast the values passed to the <ctype.h> macros so as to avoidguy1-1/+1
2004-11-16Don't redisplay the "Follow TCP Stream" window on every toggle event forguy1-15/+25
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toguy1-0/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-25Make some generic print routines that take, as an argument, a pointer toguy1-57/+69
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-09In the GTK+ code, move the redefinition of "isprint()" toguy1-1/+3
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedjmayer1-2/+2
2004-06-25tmpnam() really should not be used for security reasons.jmayer1-2/+2
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-4/+4
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-7/+2
2004-05-27enable postcript printing if selected in prefs,ulfl1-24/+35
2004-05-27bugfixes: fixed printing on win32,ulfl1-50/+84
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedulfl1-2/+1
2004-05-26Don't compile in "follow_save_as_destroy_cb()" for GTK+ 2.4 and later,guy1-1/+5
2004-05-26more code cleanup from dialog things:ulfl1-30/+22
2004-05-22going to have a standard behaviour of the dialogsulfl1-2/+2
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-3/+3
2004-04-21Part 2 of Ulf's print update.obiot1-2/+2
2004-04-09Make the hex dump byte counter a guint32, so that we don't wrap prematurely.gerald1-11/+11
2004-03-29Make "file_selection_new()" take as its second argument anguy1-23/+10
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4oabad1-48/+75
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-9/+5
2004-03-13various string related changesulfl1-7/+10
2004-02-25Get rid of a debugging printf.guy1-2/+1
2004-02-23Add a "force" argument to "filter_packets()" andguy1-4/+7
2004-02-23statistics menu redesigned, now looking more like the former menu,ulfl1-18/+1
2004-02-22some changes to the dialog layout and added some tooltipsulfl1-30/+54