aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
AgeCommit message (Expand)AuthorFilesLines
2002-11-11Ignore Makefile{,.in}Tim Potter1-0/+2
2002-11-03Merge gtk and gtk2 directories.Olivier Abad79-26648/+0
2002-10-27GtkCList to GtkTreeView conversion in color_dlg.cOlivier Abad3-415/+451
2002-10-25The versions of UCD SNMP that we now support all installGuy Harris1-13/+7
2002-10-25Add the DCERPCSTAT stuff.Guy Harris1-1/+2
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris5-4/+653
2002-10-25At least according to the UNIX 98 spec, you need to include <unistd.h>Guy Harris1-1/+5
2002-10-24Don't include the header file to get the SNMP version unless we'reGuy Harris2-3/+14
2002-10-23From Ronnie Sahlberg: make the tap listeners for gtk and gtk2 redissectGuy Harris2-2/+6
2002-10-23From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris2-4/+4
2002-10-23From Wes Hardaker:Guy Harris1-7/+35
2002-10-10Add (back) some #include <string.h>Jörg Mayer4-4/+8
2002-09-28From Ulf Lamping : patch to run the gtk2 port on win32.Olivier Abad1-5/+30
2002-09-28From Ulf Lamping: Prettyfied Colorization dialog.Olivier Abad1-139/+215
2002-09-27Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg3-19/+57
2002-09-23Change to color filters :Olivier Abad6-45/+48
2002-09-23Add packet_list.objJörg Mayer1-1/+2
2002-09-22From Graeme Hewson:Gerald Combs2-20/+32
2002-09-21Removed all gtk calls in file.c :Olivier Abad6-13/+175
2002-09-14- add a new GUI preference in the gtk2 port. It allows to useOlivier Abad12-74/+113
2002-09-10GtkList to GtkTreeView conversion.Olivier Abad1-733/+754
2002-09-10Add a reference to gtk2 docs which recommends replacing gtk_signal_xxxOlivier Abad1-1/+6
2002-09-10replace gtk_signal_emit_by_name() with g_signal_emit_by_name()Olivier Abad1-5/+4
2002-09-10Call gtk_tree_model_get() only if gtk_tree_selection_get_selected()Olivier Abad1-5/+7
2002-09-10Add "/I$(ZLIB_DIR)" to the list of "/I" flags in the top-level directoryGuy Harris1-1/+2
2002-09-09From Graeme Hewson:Guy Harris5-31/+156
2002-09-09Add/fix cvs id tagsJörg Mayer1-1/+1
2002-09-09Put back missing include of <stdio.h>.Guy Harris1-3/+2
2002-09-08Explain the GTK+ developers' thinking about detecting fixed-width fontsGuy Harris1-4/+44
2002-09-07GtkCList to GtkTreeView conversion.Olivier Abad2-138/+214
2002-09-07Add missing gtk_tree_path_free()Olivier Abad1-2/+5
2002-09-07Strings copied from a TreeModel must be freed after usage.Olivier Abad1-1/+2
2002-09-07Add back stdio.hJörg Mayer1-1/+2
2002-09-07GtkList to GtkTreeView conversion.Olivier Abad2-858/+889
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progsRonnie Sahlberg1-3/+3
2002-09-07remove old files we have renamed to proper namesRonnie Sahlberg4-0/+0
2002-09-07Change naming for rpcstat and rpcprogsRonnie Sahlberg11-1001/+1001
2002-09-07Add back more string.h includesJörg Mayer2-1/+3
2002-09-06Patch from Oliver Abad to reduce CPU used by the redraw thread. Use g_sleep()Ronnie Sahlberg1-5/+7
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg1-20/+2
2002-09-06Moved two other functions from gtk2-rpc[stat|progs].c into main.c so itRonnie Sahlberg3-7/+5
2002-09-06Gtk2 port of RPCPROGSRonnie Sahlberg2-0/+408
2002-09-06Gtk2 port of RPCPROGS statisticsRonnie Sahlberg4-5/+15
2002-09-06Moved access of the mutex protecting the critical region into gtk2/main.cRonnie Sahlberg2-6/+23
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer40-214/+64
2002-09-05Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg2-5/+49
2002-09-04Enable rpcstat in the gtk2 guiRonnie Sahlberg2-2/+35
2002-09-04Functions for the gtk2 based version of rpcstatRonnie Sahlberg4-2/+574
2002-09-02New file describing the status of the GTK+ 2.0 port.Olivier Abad1-0/+31
2002-09-01Fix accelarators/mnemonics in dialogs containing radio or check buttons.Olivier Abad6-176/+63