aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2/colors.h
AgeCommit message (Collapse)AuthorFilesLines
2002-09-23Change to color filters :Olivier Abad1-17/+3
- moved color_filter_t in color.h - change color_filter_t to use color_t instead of GdkColor This changed allowed to remove the last gtk includes in file.c. It is now completely free of any gtk related code. svn path=/trunk/; revision=6324
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-6/+1
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
2002-08-31GTK+ v2 port.Olivier Abad1-0/+67
All the deprecated widgets have not been replaced yet : GtkList and GtkCList ==> GtkTreeView conversion : - color_dlg.c - column_prefs.c - decode_as_dlg.c : done - dfilter_expr_dialog - filter_prefs.c - main.c - plugins_dlg.c : done GtkCTree ==> GtkTreeView conversion : done GtkText ==> GtkTextView conversion : done Remaining problems : - gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't been removed from the documentation). I don't know how to filter the font selection dialog to get only fixed width fonts ; - we have to remove GUI prefs which are not usefule anymore : tree line style and tree expander style. svn path=/trunk/; revision=6153