aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gsm_map_summary.c
Commit message (Expand)AuthorAgeFilesLines
* Convetr more menus to GUIManager.Anders Broman2011-05-121-1/+7
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-1/+1
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-1/+2
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
* Use a more accurate variable name for the wiretap file type. Add the fileGerald Combs2008-10-141-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-13/+16
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-1/+1
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-1/+1
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-1/+1
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-0/+4
* Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris2007-05-291-1/+1
* From David Howells :Sebastien Tandel2007-05-291-1/+1
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-0/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+2
* - Declare some functions staticJörg Mayer2005-08-201-1/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-2/+2
* add 12 new toolbar/menu iconsUlf Lamping2005-04-161-1/+1
* From Laurent Rabret: handle the case where there's no file name (i.e.,Guy Harris2005-03-051-13/+40
* remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping2005-02-041-1/+3
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-8/+5
* going to have a standard behaviour of the dialogsUlf Lamping2004-05-221-3/+2
* From Michael Lum:Guy Harris2004-04-211-0/+270