aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-06-21ws80211_init() only returned ENOTSUP back when it could be a stub when weJeff Morriss1-4/+2
2012-06-21Try to use the gtk-compat macros correctly.Jeff Morriss1-2/+1
2012-06-21GtkComboBoxText is only available in 2.24 and later; use GtkComboBox instead.Jeff Morriss1-1/+1
2012-06-20Copy over Makefile.common changes to CMakeListsJörg Mayer1-0/+1
2012-06-20Makefile.common:Jörg Mayer1-1/+1
2012-06-20Comment back in the body of tb80211_do_set_channel to avoid warnings aboutJörg Mayer1-3/+0
2012-06-20#if 0 out code to make it build in it's current stateAnders Broman1-2/+3
2012-06-20Add the toolbar of bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973Anders Broman3-0/+458
2012-06-20Clean up white space (no tabs).Guy Harris1-34/+34
2012-06-20Handle the case where the user has added comments to a file that's notGuy Harris1-33/+226
2012-06-20MAke it compile by adding discard_comments = FALSEAnders Broman1-1/+1
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris2-12/+207
2012-06-19The GTK+ file chooser already *includes* UI code to ask the user whetherGuy Harris3-128/+92
2012-06-19The "save as" dialog is modal, so we don't need to worry about keepingGuy Harris1-85/+48
2012-06-19Replace last instance of airpcap_tb by wireless_tb forJörg Mayer1-1/+1
2012-06-19capture_dlg.h:Jörg Mayer2-4/+4
2012-06-19set_menu_visible needs to be protected to avoid defined but unusedJörg Mayer1-0/+4
2012-06-19Get rid of the remnats of NEW_MENU_CODE.Anders Broman2-25/+1
2012-06-19Revert:Anders Broman7-78/+78
2012-06-19Revert:Anders Broman1-8/+8
2012-06-19airpcap_tb -> wireless_tbAnders Broman1-8/+8
2012-06-19The option to activate the Wireless toolbar should always be available, even ...Anders Broman1-5/+0
2012-06-19Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman3-15/+11
2012-06-19capture_get_if_icon() no longer determines the interface type itself, itGuy Harris1-5/+0
2012-06-19The file dialog run by file_selection_browse() is modal, so there willGuy Harris1-9/+0
2012-06-19From Pontus Fuchs:Anders Broman1-12/+16
2012-06-18Fix r43338 once again :(Jakub Zawadzki1-11/+10
2012-06-18Fix r43338Jakub Zawadzki1-10/+11
2012-06-18Change record->col_text_len type to unsigned short.Jakub Zawadzki1-2/+10
2012-06-18Add "simple dialog" routines to pop up modal message boxes.Guy Harris1-0/+114
2012-06-18Add initialization to squelch compiler warnings.Guy Harris1-1/+1
2012-06-18Use the GTK+ message type, not the Wireshark message type, in GTK+Guy Harris1-1/+1
2012-06-17Stuff the "Don't show this message again" checkbox in the dialog'sGuy Harris1-2/+2
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris3-14/+156
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris1-16/+3
2012-06-17Reflect change to wtap_get_savable_file_types.Guy Harris1-2/+2
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris1-1/+1
2012-06-17Move a bunch of toolbar routines into main_toolbar_private.h; theyGuy Harris2-28/+28
2012-06-17Move some code to manipulate the toolbar and capture interface dialogGuy Harris6-55/+78
2012-06-16Oops, main_packet_panes.h no longer exists.Guy Harris1-1/+0
2012-06-16Reflect the move of main_proto_draw.c to packet_panes.c.Guy Harris1-1/+1
2012-06-16There's not much of note in ui/gtk/main_packet_panes.c; just do thoseGuy Harris4-119/+13
2012-06-16Clean up indentation.Guy Harris1-19/+19
2012-06-16Rename clear_tree_and_hex_views() to main_clear_tree_and_hex_views(), asGuy Harris4-9/+8
2012-06-16Move some routines that specifically handle the main window's packetGuy Harris7-55/+130
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-2/+2
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris8-8/+8
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-3/+11
2012-06-15highlight_field: use passed GtkTreeView for proto_tree_draw.Jakub Zawadzki1-1/+1
2012-06-15Don't install the Qt resource images. They get converted to C arrays inGerald Combs2-1/+22