aboutsummaryrefslogtreecommitdiffstats
path: root/colors.c
Commit message (Expand)AuthorAgeFilesLines
* More small memleak fixes.Gilbert Ramirez1999-11-101-1/+2
* Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1999-10-121-10/+7
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-14/+9
* Phil Techau's patch to allocate colors read-only and, if we can't getGuy Harris1999-10-071-29/+50
* Make "create_color_sel_win()" static to "colors.c" - it's not usedGuy Harris1999-10-051-2/+3
* Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsGilbert Ramirez1999-10-051-10/+34
* Let color filter routines survive a bad display filter. It used toGilbert Ramirez1999-10-041-1/+2
* Replace wrong '}' with ')' in #ifdef codeLaurent Deniel1999-09-121-2/+2
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-2/+2
* Stop processing of colorization display filters after first match.Gilbert Ramirez1999-08-281-2/+3
* Removed debug printf's.Gilbert Ramirez1999-08-281-14/+1
* "read_filters()" is actually called late enough in the startup processGuy Harris1999-08-251-8/+17
* Removed unnecessary #include lines.Gilbert Ramirez1999-08-241-38/+1
* Use "strchr()" rather than "index()" - "strchr()" is the ANSI standardGuy Harris1999-08-241-2/+2
* Added John McDermott's colorization routines. There's still someGilbert Ramirez1999-08-241-0/+1126