aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/colors.c
Commit message (Expand)AuthorAgeFilesLines
* move all code from color.c into color_utils.cUlf Lamping2008-04-131-108/+0
* sort #includes by directoriesUlf Lamping2008-04-131-4/+4
* This patch makes it possible to disable individual coloring rules Sake Blok2007-11-101-0/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris2004-07-241-0/+20
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-5/+5
* Separate the routines to allocate colors from the routines to handleGuy Harris2003-01-081-222/+19
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-3/+6
* Change to color filters :Olivier Abad2002-09-231-5/+6
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-6/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer:Guy Harris2002-07-291-2/+5
* Clean up the data structures for the color filter code a bit. The oldGuy Harris2002-05-271-23/+9
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Don't process a color filter if there's no filter associated with it.Guy Harris2002-01-081-107/+111
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-1/+20
* From John McDermott:Guy Harris2001-12-021-83/+52
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-21/+3
* On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2001-10-241-2/+3
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-231-1/+12
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-15/+23
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-3/+3
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-4/+2
* Signed vs. unsigned fixes from Joerg Mayer.Guy Harris2001-04-241-2/+2
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-2/+2
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-7/+7
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-1/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+4
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-4/+4
* Remove some unnecessary includes from "gtk/color_dlg.c" andGuy Harris2000-02-121-2/+1
* Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris2000-02-121-1081/+5
* The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris2000-02-121-0/+1387