| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 1 | -329/+0 |
* | We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code using | Jörg Mayer | 2011-09-25 | 1 | -2/+0 |
* | Add more register_dfilter_stat driven menus to MAIN_MENU_USE_UIMANAGER | Anders Broman | 2011-08-20 | 1 | -5/+9 |
* | Fix almost all accesses to ->window | Jörg Mayer | 2011-07-21 | 1 | -1/+2 |
* | Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more | Guy Harris | 2011-06-05 | 1 | -1/+1 |
* | Some work on generalizing the "display filter" tap parameter dialog box | Guy Harris | 2011-06-05 | 1 | -2/+8 |
* | Remove some unnecessary includes: a lot of things don't need globals.h and re... | Jeff Morriss | 2010-08-30 | 1 | -3/+1 |
* | From : Didier Gautheron | Anders Broman | 2009-10-07 | 1 | -28/+28 |
* | Change window_new() to dlg_window_new() and destroy the window with the top l... | Anders Broman | 2009-06-22 | 1 | -1/+3 |
* | Have tap listeners specify whether the "packet" routine requires | Guy Harris | 2009-06-05 | 1 | -9/+7 |
* | As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri... | Bill Meier | 2009-03-19 | 1 | -7/+7 |
* | Fix some "format not a string literal and no format arguments" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -1/+1 |
* | Bring the windows to front when rescanning of packets are done. | Stig Bjørlykke | 2008-10-13 | 1 | -0/+1 |
* | Don't put (non-extern'd) prototypes for protect_thread_critical_region() and | Jeff Morriss | 2008-08-05 | 1 | -3/+2 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -6/+8 |
* | move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main... | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -1/+1 |
* | Remove: | Anders Broman | 2008-04-09 | 1 | -5/+0 |
* | fix some GTK1 related comments | Ulf Lamping | 2008-04-09 | 1 | -3/+1 |
* | Removed some more "statement not reached" warnings. | Stig Bjørlykke | 2008-02-07 | 1 | -9/+7 |
* | some more path fixes for g_ascii_strcasecmp.h | Ronnie Sahlberg | 2007-11-28 | 1 | -1/+1 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -9/+13 |
* | Change mgcp include. | Anders Broman | 2007-10-16 | 1 | -1/+1 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Add userdata arguments to a bunch of stat initialization routines to | Guy Harris | 2006-02-12 | 1 | -1/+1 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -1/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -6/+1 |
* | As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so | Guy Harris | 2005-08-21 | 1 | -1/+1 |
* | "gtk_tap_dfilter_dlg_cb()" is no longer used outside | Guy Harris | 2005-08-21 | 1 | -1/+0 |
* | Have "register_dfilter_stat()" add "..." to the menu item, as all menu | Guy Harris | 2005-08-21 | 1 | -1/+1 |
* | Add a "register_dfilter_stat()", to register stats that take a display | Guy Harris | 2005-08-21 | 1 | -6/+3 |
* | Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with | Guy Harris | 2005-08-20 | 1 | -1/+1 |
* | - Declare some functions static | Jörg Mayer | 2005-08-20 | 1 | -1/+1 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Move the stats.[ch] stuff into epan, so plugins can use it. | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -3/+4 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -15/+15 |
* | Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as | Guy Harris | 2005-04-01 | 1 | -1/+1 |
* | Don't register mgcp taps, | Lars Roland | 2005-02-20 | 1 | -2/+4 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -1/+1 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -2/+2 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | 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 |