summaryrefslogtreecommitdiff
path: root/gtk2/.cvsignore
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18As the gtk2 directory is no longer needed (GTK1 and 2 are using the same ↵Ulf Lamping1-2/+0
sources from gtk dir and conditional compilation for a long time now), and we are using subversion now, it should be safe to remove this dir without loosing all the history. svn path=/trunk/; revision=11409
2002-11-11Ignore Makefile{,.in}Tim Potter1-0/+2
svn path=/trunk/; revision=6608
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-9/+0
svn path=/trunk/; revision=6552
2002-08-31GTK+ v2 port.Olivier Abad1-0/+9
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