aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Fix Coverity CID 990752: Unused pointer value. (column was previously unused)Chris Maynard1-9/+9
2013-03-26Fix c++-compat errors if WANT_PACKET_EDITOR is defined.Evan Huus1-7/+7
2013-03-26From Jim Young:Anders Broman3-5/+5
2013-03-25The capture options edit dialog is a dialog, not a menu, so don't useGuy Harris1-2/+2
2013-03-25Add a few missing explicit castsPascal Quantin2-2/+2
2013-03-24add casts for ws_gtk_grid_attach_extended()Martin Kaiser1-9/+18
2013-03-24add missing castMartin Kaiser1-1/+1
2013-03-24Forget about the show and hide dance.Jaap Keuter1-8/+0
2013-03-24Set the height to fit the interfaces actually shown.Jaap Keuter1-2/+2
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus8-24/+79
2013-03-24From beroset:Anders Broman1-9/+15
2013-03-22Add Modelines Info (and remove some tabs)Alexis La Goutte1-3/+16
2013-03-22Fix "Decryption Key Warning " Dialog broken in revision 47005Alexis La Goutte1-8/+8
2013-03-22Fix "Advanced Wireless Settings" Dialog broken in revision 47003Alexis La Goutte1-10/+10
2013-03-22Remove minimize / maximize buttons for "Edit Interfaces / Remote Capture Sett...Alexis La Goutte1-0/+3
2013-03-22After Revision 46500 ( Make "Edit Interfaces Dialog" modal )Alexis La Goutte2-0/+4
2013-03-22Make Dialog about "Decryption Key (List / Add / Edit)" ModalAlexis La Goutte1-1/+4
2013-03-22On Windows (Tested with XP and 7), the Add(New)/Edit Decryption Key Dialog is...Alexis La Goutte1-0/+2
2013-03-21Idea from Michail Koreshkov via bug #8371. Open a referenced packet in a newEvan Huus1-2/+7
2013-03-21Make the elided label width match our cutoff limit.Gerald Combs1-0/+2
2013-03-21Only elide text that's longer than 50 characters.Gerald Combs1-2/+7
2013-03-21Windows lets you use long interface names, e.g. "Local Area Connection 3Gerald Combs2-14/+16
2013-03-21Bill pointed out that gtk_window_get_size() + gtk_window_resize()Gerald Combs4-68/+48
2013-03-21[-Wmissing-prototypes]Anders Broman1-25/+25
2013-03-21Fix compilation if WANT_PACKET_EDITOR is defined. Should we also add an edit...Chris Maynard1-1/+1
2013-03-21From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus4-9/+62
2013-03-21From beroset:Bill Meier73-428/+426
2013-03-21From beroset:Bill Meier66-677/+679
2013-03-20Reverse some logic.Gerald Combs1-1/+1
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs5-46/+118
2013-03-20 From beroset:Bill Meier13-20/+20
2013-03-20Fix another case of "Widgets are not properly expanded in gtk3"Bill Meier1-3/+5
2013-03-19From beroset:Anders Broman1-0/+1
2013-03-19From beroset:Anders Broman1-6/+6
2013-03-18From beroset:Anders Broman1-13/+13
2013-03-16From Jaap Keuter: Fix "GTK3: Interface List dialog does not expand properly"Bill Meier1-16/+8
2013-03-15From beroset:Anders Broman1-14/+15
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-44/+0
2013-03-14Remove the tool string if all you do is free it in the end.Jaap Keuter1-16/+0
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier3-0/+6
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier3-14/+43
2013-03-13Fix compilation under Linux ../../../ui/gtk/prefs_capture.c: In function ‘i...Alexis La Goutte1-3/+1
2013-03-13Add interface options preferences.Irene Rüngeler4-61/+250
2013-03-12Use explicit casts.Anders Broman2-68/+68
2013-03-11Update GTK3 port status.Bill Meier1-0/+13
2013-03-11GTK3 "expand" handling changes.Bill Meier3-3/+3
2013-03-11Remove leftover "//".Bill Meier1-6/+6
2013-03-11From the proposed patch by Peter Hatina in Bug #8315.Bill Meier1-7/+7
2013-03-11Set the "Capture Options" window as the parent ('transient_for') of the "Inte...Bill Meier1-10/+7
2013-03-11Use explicit casts.Anders Broman3-56/+57