aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg1-3/+3
Gtk1 is still single threaded so if the tap extensions need to do something time consuming or cpu intensive, then the main application will suffer. It is better than nothing. svn path=/trunk/; revision=6215
2002-09-06Gtk2 port of RPCPROGS statisticsRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=6194
2002-09-04Functions for the gtk2 based version of rpcstatRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=6183
2002-08-31Remove trailing whitespaces.Jörg Mayer1-2/+2
svn path=/trunk/; revision=6155
2002-08-31GTK+ v2 port.Olivier Abad1-0/+68
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