aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-24Move the declaration of "color_add_filter_cb()" to "color.h", as,Guy Harris1-9/+1
although it currently takes a pointer to a GtkWidget as its second argument, that argument is actually a "void *", so it's sort-of toolkit-independent. That lets us get rid of all GTK+ references in "gtk/color_filters.c", so we can move it up to the top-level directory; get rid of the <gtk/gtk.h> include, in favor of a <glib.h> include. svn path=/trunk/; revision=11499
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11110
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+28
svn path=/trunk/; revision=11057
2003-10-07Update to endpoint talkers,Ronnie Sahlberg1-1/+2
endpoint talkers now have an extra submenu on the popup where one can select : Colorize Conversation. This opens up the create color filter dialog with the filter preset to the selected conversation. svn path=/trunk/; revision=8637
2003-08-18From Richard Urwin a great enhancement to the color filter dialogue toRonnie Sahlberg1-2/+3
make it possible to import/export color filters svn path=/trunk/; revision=8188
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris1-0/+31
dialog boxes for editing color filtes, and "colors.[ch]", containing the toolkit-dependent code to manipulate colors. svn path=/trunk/; revision=1622