aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
AgeCommit message (Expand)AuthorFilesLines
2002-11-11Ignore Makefile{,.in}tpot1-0/+2
2002-11-03Merge gtk and gtk2 directories.oabad79-26648/+0
2002-10-27GtkCList to GtkTreeView conversion in color_dlg.coabad3-415/+451
2002-10-25The versions of UCD SNMP that we now support all installguy1-13/+7
2002-10-25Add the DCERPCSTAT stuff.guy1-1/+2
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.guy5-4/+653
2002-10-25At least according to the UNIX 98 spec, you need to include <unistd.h>guy1-1/+5
2002-10-24Don't include the header file to get the SNMP version unless we'reguy2-3/+14
2002-10-23From Ronnie Sahlberg: make the tap listeners for gtk and gtk2 redissectguy2-2/+6
2002-10-23From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetguy2-4/+4
2002-10-23From Wes Hardaker:guy1-7/+35
2002-10-10Add (back) some #include <string.h>jmayer4-4/+8
2002-09-28From Ulf Lamping : patch to run the gtk2 port on win32.oabad1-5/+30
2002-09-28From Ulf Lamping: Prettyfied Colorization dialog.oabad1-139/+215
2002-09-27Update tethereal to put the filter string in the statistics table for RPC_STAT.sahlberg3-19/+57
2002-09-23Change to color filters :oabad6-45/+48
2002-09-23Add packet_list.objjmayer1-1/+2
2002-09-22From Graeme Hewson:gerald2-20/+32
2002-09-21Removed all gtk calls in file.c :oabad6-13/+175
2002-09-14- add a new GUI preference in the gtk2 port. It allows to useoabad12-74/+113
2002-09-10GtkList to GtkTreeView conversion.oabad1-733/+754
2002-09-10Add a reference to gtk2 docs which recommends replacing gtk_signal_xxxoabad1-1/+6
2002-09-10replace gtk_signal_emit_by_name() with g_signal_emit_by_name()oabad1-5/+4
2002-09-10Call gtk_tree_model_get() only if gtk_tree_selection_get_selected()oabad1-5/+7
2002-09-10Add "/I$(ZLIB_DIR)" to the list of "/I" flags in the top-level directoryguy1-1/+2
2002-09-09From Graeme Hewson:guy5-31/+156
2002-09-09Add/fix cvs id tagsjmayer1-1/+1
2002-09-09Put back missing include of <stdio.h>.guy1-3/+2
2002-09-08Explain the GTK+ developers' thinking about detecting fixed-width fontsguy1-4/+44
2002-09-07GtkCList to GtkTreeView conversion.oabad2-138/+214
2002-09-07Add missing gtk_tree_path_free()oabad1-2/+5
2002-09-07Strings copied from a TreeModel must be freed after usage.oabad1-1/+2
2002-09-07Add back stdio.hjmayer1-1/+2
2002-09-07GtkList to GtkTreeView conversion.oabad2-858/+889
2002-09-07Tap system supprot for Gtk1 and both rpc_stat and rpc_progssahlberg1-3/+3
2002-09-07remove old files we have renamed to proper namessahlberg4-0/+0
2002-09-07Change naming for rpcstat and rpcprogssahlberg11-1001/+1001
2002-09-07Add back more string.h includesjmayer2-1/+3
2002-09-06Patch from Oliver Abad to reduce CPU used by the redraw thread. Use g_sleep()sahlberg1-5/+7
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.sahlberg1-20/+2
2002-09-06Moved two other functions from gtk2-rpc[stat|progs].c into main.c so itsahlberg3-7/+5
2002-09-06Gtk2 port of RPCPROGSsahlberg2-0/+408
2002-09-06Gtk2 port of RPCPROGS statisticssahlberg4-5/+15
2002-09-06Moved access of the mutex protecting the critical region into gtk2/main.csahlberg2-6/+23
2002-09-05Include cleanups in gtk and gtk2:jmayer40-214/+64
2002-09-05Added a mutex to protect a critical region in Gtk2 where the list can besahlberg2-5/+49
2002-09-04Enable rpcstat in the gtk2 guisahlberg2-2/+35
2002-09-04Functions for the gtk2 based version of rpcstatsahlberg4-2/+574
2002-09-02New file describing the status of the GTK+ 2.0 port.oabad1-0/+31
2002-09-01Fix accelarators/mnemonics in dialogs containing radio or check buttons.oabad6-176/+63