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