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