| Commit message (Expand) | Author | Age | Files | Lines |
* | move "extern GtkWidget *main_display_filter_widget" from | Ulf Lamping | 2004-06-02 | 1 | -3/+1 |
* | use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs, | Ulf Lamping | 2004-05-27 | 1 | -2/+2 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -7/+20 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -2/+2 |
* | From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP, | Guy Harris | 2004-03-27 | 1 | -2/+7 |
* | various string related changes | Ulf Lamping | 2004-03-13 | 1 | -3/+2 |
* | various string related changes, mainly replace sprintf/snprintf by g_snprintf | Ulf Lamping | 2004-03-13 | 1 | -8/+8 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -2/+2 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -7/+2 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -6/+9 |
* | Most taps that now include "tap_menu.h" no longer need to include | Guy Harris | 2004-02-11 | 1 | -3/+1 |
* | Move the declaration of "register_tap_menu_item()" into a new | Guy Harris | 2004-02-11 | 1 | -2/+2 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -2/+4 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -2/+2 |
* | Use "retap_packets()" rather than "redissect_packets()". | Guy Harris | 2004-01-13 | 1 | -2/+2 |
* | Make Analyze/Statistics have an accelerator of Alt+A S and move | Richard Sharpe | 2004-01-03 | 1 | -2/+2 |
* | From Lars Roland: | Guy Harris | 2003-12-19 | 1 | -133/+5 |
* | From Lars Roland: have common code to handle display filter dialogs in | Guy Harris | 2003-12-17 | 1 | -2/+2 |
* | Use gtk compatibility macros (from compat_macros.h) instead of some gtk+ | Olivier Abad | 2003-12-16 | 1 | -2/+2 |
* | In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assign | Guy Harris | 2003-12-04 | 1 | -2/+2 |
* | Assorted GUI cleanups. | Guy Harris | 2003-09-26 | 1 | -19/+65 |
* | Pass a pointer to a "capture_file" structure to | Guy Harris | 2003-09-24 | 1 | -2/+3 |
* | Remove a bunch of duplicate semicolons. | Gerald Combs | 2003-09-21 | 1 | -2/+2 |
* | Provide a mechanism by which a tap can arrange to have its menu enabled | Guy Harris | 2003-09-19 | 1 | -2/+3 |
* | Have "register_tap_menu_item()" put the item under Tools, not | Guy Harris | 2003-09-17 | 1 | -2/+2 |
* | Add a routine to return the display name for a "capture_file" structure, | Guy Harris | 2003-09-15 | 1 | -10/+3 |
* | Keep a "display name" as part of a capture_file structure; for live | Guy Harris | 2003-09-15 | 1 | -5/+5 |
* | From Graeme Hewson: | Guy Harris | 2003-09-15 | 1 | -3/+11 |
* | When putting the filename in the titlebar | Ronnie Sahlberg | 2003-09-02 | 1 | -3/+4 |
* | Update to IO-Stat to put the capture filename on the titlebar | Ronnie Sahlberg | 2003-08-25 | 1 | -7/+13 |
* | From Lars Roland: | Guy Harris | 2003-08-21 | 1 | -119/+42 |
* | From Lars Roland: add routines to use when creating statistics windows | Guy Harris | 2003-04-27 | 1 | -14/+64 |
* | From Lars Roland: | Guy Harris | 2003-04-25 | 1 | -53/+110 |
* | Make "register_tap_listener()" return NULL on success and a "GString *" | Guy Harris | 2003-04-23 | 1 | -6/+7 |
* | Have "register_tap_menu_item()" create submenus as necessary for a menu | Guy Harris | 2003-04-23 | 1 | -3/+10 |
* | Allow taps to have menu item registration routines; the menu item | Guy Harris | 2003-04-23 | 1 | -2/+2 |
* | From Lars Roland: | Guy Harris | 2003-04-16 | 1 | -0/+353 |