summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-03-30Move wireshark's display filter flag to -Y for consistency with tshark.Evan Huus1-5/+5
2013-03-30Have 'Capture file' and 'Stop after' extries left aligned in GTK+ 3 as well.Jaap Keuter1-23/+49
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus6-15/+15
2013-03-28If wireshark is started with a file and a display filter, apply the displayEvan Huus1-9/+10
2013-03-28Fix distcheck: put wssplash.h in noinst_HEADERS.Jeff Morriss1-0/+1
2013-03-28-Wmissing-prototypesAnders Broman1-1/+1
2013-03-28Follow up on bug 8416.Jaap Keuter14-73/+73
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+3
2013-03-27Add the new splash image. Designed by Elliott Aldrich. Switch the splashGerald Combs5-10/+1910
2013-03-27Add an interface list icon. Some of the new capture icons were 1 pixelGerald Combs5-717/+902
2013-03-27Fix bug 8524 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8524) and s...Irene RĂ¼ngeler1-18/+37
2013-03-27From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8531 :Pascal Quantin1-3/+3
2013-03-27From Peter Hatina:Anders Broman1-4/+6
2013-03-26Add new capture toolbar icons.Gerald Combs3-13/+848
2013-03-26add explicit cast to avoid a compiler warningMartin Kaiser1-1/+2
2013-03-26More icon updates. Gerald Combs10-65/+3512
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