aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dcerpc_stat.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-728/+0
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-11/+0
2011-08-22dcerpc_stat.c:525: warning: unused parameter 'action'Anders Broman1-1/+1
2011-08-22Add missing menus.Anders Broman1-0/+7
2011-08-18GTK 3.0 fix a couple of gtk_style_context_get().Anders Broman1-1/+1
2011-08-18Fix a typo in the gtk3 caseJörg Mayer1-1/+1
2011-08-18GTK 3.0 version of modify forground.Anders Broman1-0/+15
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-1/+3
2011-07-08Avoid 'variable set but no used' error from compiler.Jaap Keuter1-1/+4
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-0/+4
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-5/+3
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier1-2/+2
2010-07-20GtkOptionMenu ==> GtkComboBoxBill Meier1-199/+213
2010-07-13Minor cleanup: Bill Meier1-46/+45
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+1
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-19Add filter autocomplete for more places we use filter entries.Stig Bjørlykke1-0/+4
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+1
2008-10-11Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke1-0/+2
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-10/+9
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+2
2008-04-13sort #includes by directoriesUlf Lamping1-12/+12
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-8/+8
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-12/+12
2008-04-11Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualStephen Fisher1-2/+3
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher1-2/+4
2007-05-29From David Howells :Sebastien Tandel1-2/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-8/+8
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2005-12-31fix #152Ulf Lamping1-1/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-7/+7
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-5/+5