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