aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman1-0/+26
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2009-03-08Remove a unused g_strdup().Stig Bjørlykke1-1/+1
2009-03-06Get rid of a Clist and move the functon to display floats with two decimals t...Anders Broman1-0/+35
2009-02-22Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()Stig Bjørlykke1-0/+6
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+3
2008-10-23Set a title on the splash window even though it's not decorated.Jaap Keuter1-2/+2
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-1/+1
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...Graeme Lunt1-0/+31
2008-04-13sort #includes by directoriesUlf Lamping1-10/+5
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-6/+6
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-6/+6
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-6/+6
2008-04-09Remove:Anders Broman1-4/+0
2008-04-06remove GTK1 codeUlf Lamping1-147/+0
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherGuy Harris1-1/+7
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-1/+1
2007-05-22Don't explicitly set the main window name unless you're changing theGuy Harris1-6/+31
2007-04-04Fix build failures due to windows.h being included before winsock2.h via othe...Graham Bloice1-7/+5
2007-02-01dont ifdef out main_window_exit() if we dont have PCAP since this symbol is r...Ronnie Sahlberg1-2/+2
2007-01-28From Douglas Pratley:Stephen Fisher1-0/+71
2006-11-26Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.Gerald Combs1-0/+2
2006-11-26Make keyboard navigation common for all tree views (for GTK2, at least).Gerald Combs1-12/+87
2006-08-27fix a warning by removing now unused codeUlf Lamping1-20/+0
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+20
2006-08-12fix #973: if the window is minimized while you close Wireshark, (at least the...Ulf Lamping1-1/+2
2006-06-06Ethereal -> WiresharkGerald Combs1-1/+1
2006-06-03Throw in a cast to work around the lack of a "const" in the signatureGuy Harris1-1/+2
2006-06-02eicon3d*.xpm -> wsicon*.xpmTomas Kukosa1-2/+2
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
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-05-01Fix for bug 887. Use the right function to set the window position.Jaap Keuter1-0/+6
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-3/+1
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping1-0/+11
2005-10-03major Win32 bugfix: when getting messages from the capture slave, only one me...Ulf Lamping1-23/+40
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inGuy Harris1-2/+4
2005-08-20- Declare some functions staticJörg Mayer1-1039/+1039
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-0/+1039