aboutsummaryrefslogtreecommitdiffstats
path: root/colors.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-30Stuff in "colors.c" largely need work only on a "colfilter", not on aguy1-103/+98
1999-11-30Make a whole pile of routines private to "colors.c" static, and removeguy1-78/+101
1999-11-10More small memleak fixes.gram1-1/+2
1999-10-12Have "dfilter_compile()" return 0 on success and 1 on failure, andguy1-10/+7
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orguy1-14/+9
1999-10-07Phil Techau's patch to allocate colors read-only and, if we can't getguy1-29/+50
1999-10-05Make "create_color_sel_win()" static to "colors.c" - it's not usedguy1-2/+3
1999-10-05Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsgram1-10/+34
1999-10-04Let color filter routines survive a bad display filter. It used togram1-1/+2
1999-09-12Replace wrong '}' with ')' in #ifdef codedeniel1-2/+2
1999-09-09More shuffling of GTK-related files to gtk subdirectory.gram1-2/+2
1999-08-28Stop processing of colorization display filters after first match.gram1-2/+3
1999-08-28Removed debug printf's.gram1-14/+1
1999-08-25"read_filters()" is actually called late enough in the startup processguy1-8/+17
1999-08-24Removed unnecessary #include lines.gram1-38/+1
1999-08-24Use "strchr()" rather than "index()" - "strchr()" is the ANSI standardguy1-2/+2
1999-08-24Added John McDermott's colorization routines. There's still somegram1-0/+1126