summaryrefslogtreecommitdiff
path: root/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-13Get rid of some no-longer-necessary includes of simple_dialog.h (nowGuy Harris1-1/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-9/+3
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-04-02Fix compile error caused by the previous commit.Balint Reczey1-2/+5
2010-04-02Fix crash when double clicking in packet list area before capturing any packet.Balint Reczey1-0/+5
2009-11-05Introduce packet bytes bit view.Stig Bjørlykke1-5/+5
2009-09-20Add NEW_PACKET_LIST guardKovarththanan Rajaratnam1-4/+7
2009-09-20Fix for:Anders Broman1-0/+10
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-1/+1
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-03-06Fix some usage of deprecated GTK+ functionsBill Meier1-1/+0
2008-11-24Added doubleclick to expand/collapse tree row in packet window. Stig Bjørlykke1-1/+31
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-04-13sort #includes by directoriesUlf Lamping1-10/+12
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
2008-04-12rename menu -> main_menuUlf Lamping1-2/+0
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-3/+3
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-2/+2
2008-04-07remove GTK1 codeUlf Lamping1-71/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+4
2006-11-05Make the routines that manipulate the hex/text display window take aGuy Harris1-6/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer1-0/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-03-06Undo the last "fix" (13626): Unconditionally including <pcap.h> isJörg Mayer1-2/+0
2005-03-06Warning fix:Jörg Mayer1-0/+2
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-26more code cleanup from dialog things:Ulf Lamping1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-4/+3
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-3/+9
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-13/+10
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-12/+75
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-06-04Clean up white space.Guy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-51/+33
2002-03-31Get rid of unused arguments.Guy Harris1-4/+3
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-32/+24
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-7/+7