aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-1/+1
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...gal1-0/+31
2008-04-13sort #includes by directoriesulfl1-10/+5
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-6/+6
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-6/+6
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-6/+6
2008-04-09Remove:etxrab1-4/+0
2008-04-06remove GTK1 codeulfl1-147/+0
2007-11-28fix the path to include g_ascii_strcasecmp.hsahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherguy1-1/+7
2007-05-25Squelch some qualifier (const vs. non-const) warnings.guy1-1/+1
2007-05-22Don't explicitly set the main window name unless you're changing theguy1-6/+31
2007-04-04Fix build failures due to windows.h being included before winsock2.h via othe...grahamb1-7/+5
2007-02-01dont ifdef out main_window_exit() if we dont have PCAP since this symbol is r...sahlberg1-2/+2
2007-01-28From Douglas Pratley:sfisher1-0/+71
2006-11-26Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.gerald1-0/+2
2006-11-26Make keyboard navigation common for all tree views (for GTK2, at least).gerald1-12/+87
2006-08-27fix a warning by removing now unused codeulfl1-20/+0
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-0/+20
2006-08-12fix #973: if the window is minimized while you close Wireshark, (at least the...ulfl1-1/+2
2006-06-06Ethereal -> Wiresharkgerald1-1/+1
2006-06-03Throw in a cast to work around the lack of a "const" in the signatureguy1-1/+2
2006-06-02eicon3d*.xpm -> wsicon*.xpmkukosa1-2/+2
2006-05-31Rename the main executable to "wireshark", along with more conversions:gerald1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-05-01Fix for bug 887. Use the right function to set the window position.jake1-0/+6
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-3/+1
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayulfl1-0/+11
2005-10-03major Win32 bugfix: when getting messages from the capture slave, only one me...ulfl1-23/+40
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inguy1-2/+4
2005-08-20- Declare some functions staticjmayer1-1039/+1039
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-0/+1039