aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
object code for libethereal.dll isn't generated by the makefile in /trunk. Having no code in /trunk linked into libethereal.dll anymore, the definition of the macro _NEED_VAR_IMPORT_ can be moved from various source files in /trunk to /trunk/Makefile.nmake . So do that, too. svn path=/trunk/; revision=13389
2004-12-31"get_persconffile_path()" doesn't return a "const char *", it justGuy Harris1-3/+3
returns a "char *", so don't assign its return value to a "const char *". svn path=/trunk/; revision=12882
2004-09-21fixed some comment typosUlf Lamping1-8/+5
svn path=/trunk/; revision=12057
2004-07-25From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variablesGuy Harris1-0/+5
are imported correctly from libethereal.dll when compiling with MSVC. svn path=/trunk/; revision=11516
2004-07-24Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris1-2/+2
better what it actually does. svn path=/trunk/; revision=11502
2004-07-24Add some comments from Gerald's Windows version of color_filters.c.Guy Harris1-0/+5
svn path=/trunk/; revision=11501
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris1-0/+482
as they're now (theoretically) toolkit-independent (modulo changes that might be required to the code to update filter lists when a new filter is read in). svn path=/trunk/; revision=11500