aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-08-16An option to autoscroll the expanded item in the details view to a fixed Graeme Lunt2-0/+56
2011-08-16For GTK3: Change type of unused parameter GtkObject -> GObjectJörg Mayer1-1/+1
2011-08-16With gtk3, gtk_adjustment_new changed the return type:Jörg Mayer1-1/+10
2011-08-16Using enabled/disabled instead of yes/no seems to be more descriptive.Michael Tüxen1-13/+13
2011-08-16Handle the case in the capture options dialog boxMichael Tüxen2-17/+20
2011-08-15Mark parent parameter to about_wireshark() as unused because its useStephen Fisher1-1/+1
2011-08-15gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_p...Anders Broman4-5/+9
2011-08-15Use better names.Michael Tüxen2-45/+42
2011-08-15Fix trivial compilation error:Stephen Fisher1-1/+1
2011-08-15gtk_quit_add_destroy() is deprecated in GTK 3.0.Anders Broman1-2/+6
2011-08-15Hmm try this instead.Anders Broman1-1/+1
2011-08-15gtk_quit_add_destroy() is deprecated in GTK 3.0.Anders Broman1-2/+7
2011-08-15Save graph GTK =< 2.22Anders Broman1-2/+15
2011-08-14Make save IO graph work, I had to make a local copy ofAnders Broman5-36/+253
2011-08-14Added extra argument check in rebuild_protocol_prefs_menu().Stig Bjørlykke1-1/+1
2011-08-14Use correct arguments in simple_dialog().Stig Bjørlykke1-1/+1
2011-08-14Use simple_dialog() for error messages.Stig Bjørlykke1-8/+1
2011-08-14Use floorl() instead of truncl() on all platforms.Stig Bjørlykke1-6/+3
2011-08-14gtk_combo_box_set_active() takes a GtkComboBox *, not a GtkComboBoxTextGuy Harris1-1/+1
2011-08-14Being loopback is an interface property, not an address property.Michael Tüxen1-12/+14
2011-08-14Take the interface description into account when looking up the preferredMichael Tüxen1-7/+6
2011-08-14Preserve previous selected capture filters when opening the Edit Interface Se...Michael Tüxen1-4/+10
2011-08-14Get rid of unused code.Michael Tüxen1-101/+0
2011-08-14Use address counter...Michael Tüxen1-6/+7
2011-08-14Improve handling of remote interfaces.Michael Tüxen1-11/+7
2011-08-14Count number of ip addresses and use this count to determine if we shallStig Bjørlykke2-2/+5
2011-08-14Improve the resizing of the capture options dialog box.Michael Tüxen1-30/+19
2011-08-14Use correct callback for time shift.Stig Bjørlykke1-2/+2
2011-08-13Don't map "no interfaces" to "none" and then back to an empty string;Guy Harris1-5/+2
2011-08-13Don't print "none" if no addresses are available to save space.Michael Tüxen1-6/+22
2011-08-13Fix warnings reported by Bill.Michael Tüxen1-2/+1
2011-08-13Some cleanup.Michael Tüxen1-7/+17
2011-08-13Make the description of -I match the description in dumpcap and TShark.Guy Harris1-1/+1
2011-08-13Honor command line options in the capture options dialog.Michael Tüxen2-11/+22
2011-08-13Say "none" rather than "unknown" if there are no IP addresses; in mostGuy Harris2-4/+4
2011-08-13Call the column giving the link-layer header type "Link-layer header",Guy Harris1-1/+1
2011-08-13Minor cleanup.Michael Tüxen1-107/+104
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke7-1/+971
2011-08-13Improve handling of snaplen in capture options window.Michael Tüxen1-46/+54
2011-08-13Fix Windows builds (hopefully).Michael Tüxen1-2/+2
2011-08-13Make the monitor mode selectable only when supported by the interface.Michael Tüxen2-47/+66
2011-08-13Add description of -I option in -h output.Michael Tüxen1-0/+3
2011-08-12Revert 38500 - compiling with gtk2.12 and gtk2.22 and gtk3.0 obviouslyJörg Mayer1-21/+21
2011-08-12Replace 2.x only gtk_statusbar_set_has_resize_grip by 3.x onlyJörg Mayer2-2/+20
2011-08-12In gtk3, gtk_set_locale is gone without replacement orJörg Mayer1-1/+1
2011-08-12OK, that search and replace took in a wrong object.Jörg Mayer1-1/+1
2011-08-12Replace GDK_IS_DRAWABLE by gtk_widget_is_drawable(). All occurrencesJörg Mayer1-21/+21
2011-08-12Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer5-8/+8
2011-08-12Fix a typoAnders Broman1-1/+1
2011-08-12- Use cairo_surface_tAnders Broman2-34/+118