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