aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mgcp_stat.c
Commit message (Expand)AuthorAgeFilesLines
* move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping2004-06-021-3/+1
* use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping2004-05-271-2/+2
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-7/+20
* going to have a standard behaviour of the dialogsUlf Lamping2004-05-221-2/+2
* From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP,Guy Harris2004-03-271-2/+7
* various string related changesUlf Lamping2004-03-131-3/+2
* various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping2004-03-131-8/+8
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-2/+2
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-7/+2
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-6/+9
* Most taps that now include "tap_menu.h" no longer need to includeGuy Harris2004-02-111-3/+1
* Move the declaration of "register_tap_menu_item()" into a newGuy Harris2004-02-111-2/+2
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-2/+4
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* Use "retap_packets()" rather than "redissect_packets()".Guy Harris2004-01-131-2/+2
* Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe2004-01-031-2/+2
* From Lars Roland:Guy Harris2003-12-191-133/+5
* From Lars Roland: have common code to handle display filter dialogs inGuy Harris2003-12-171-2/+2
* Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad2003-12-161-2/+2
* In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris2003-12-041-2/+2
* Assorted GUI cleanups.Guy Harris2003-09-261-19/+65
* Pass a pointer to a "capture_file" structure toGuy Harris2003-09-241-2/+3
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-2/+2
* Provide a mechanism by which a tap can arrange to have its menu enabledGuy Harris2003-09-191-2/+3
* Have "register_tap_menu_item()" put the item under Tools, notGuy Harris2003-09-171-2/+2
* Add a routine to return the display name for a "capture_file" structure,Guy Harris2003-09-151-10/+3
* Keep a "display name" as part of a capture_file structure; for liveGuy Harris2003-09-151-5/+5
* From Graeme Hewson:Guy Harris2003-09-151-3/+11
* When putting the filename in the titlebarRonnie Sahlberg2003-09-021-3/+4
* Update to IO-Stat to put the capture filename on the titlebarRonnie Sahlberg2003-08-251-7/+13
* From Lars Roland:Guy Harris2003-08-211-119/+42
* From Lars Roland: add routines to use when creating statistics windowsGuy Harris2003-04-271-14/+64
* From Lars Roland:Guy Harris2003-04-251-53/+110
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-6/+7
* Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris2003-04-231-3/+10
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+2
* From Lars Roland:Guy Harris2003-04-161-0/+353