aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stream_prefs.c
Commit message (Expand)AuthorAgeFilesLines
* change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping2008-04-131-212/+0
* move all code from color.c into color_utils.cUlf Lamping2008-04-131-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-8/+11
* Some packet_list.h -> main_packet_list.h changes.Stig Bjørlykke2008-04-121-1/+1
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-2/+2
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-1/+1
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-4/+4
* remove GTK1 codeUlf Lamping2008-04-071-65/+0
* Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher2007-09-131-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping2005-09-271-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris2004-07-241-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Make the color preferences popup menu shrink to its natural size insteadGerald Combs2004-03-111-2/+2
* bugfix: use correct size of global valueUlf Lamping2004-01-161-6/+7
* move "marked packet color" setting from gui_prefs to Colors page.Ulf Lamping2004-01-151-12/+33
* Change labels from "TCP Streams" to "Colors", to add other color values laterUlf Lamping2004-01-141-7/+7
* In gtk2 code, replace gdk_string_width() with the "Pango" way ofOlivier Abad2003-02-171-5/+5
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-27/+11
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-9/+80
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-2/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-5/+5
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-2/+2
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-4/+2
* Don't let the color selection dialogue for TCP StreamsGilbert Ramirez2001-03-011-2/+4
* Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris2000-11-211-19/+11
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* Explain why "stream_prefs_apply()" doesn't do anything.Guy Harris2000-09-091-3/+5
* Put in a comment noting that the "apply" routine for the TCP streamGuy Harris2000-08-211-1/+3
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-13/+4
* Miscellaneous code cleaningLaurent Deniel2000-08-111-16/+1
* Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs1999-12-021-0/+226