aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris3-6/+6
2013-04-02Handle the case of there being no comment view.Guy Harris1-9/+11
2013-04-02Show the comment area only if we could write out the comments were theGuy Harris1-20/+22
2013-04-02Only enable Edit->Packet Comment... if we can save the file withoutGuy Harris1-1/+1
2013-04-02Add support for the initial direction indication. Irene will hookMichael Tüxen2-6/+38
2013-04-01Add routines to file.c to indicate whether:Guy Harris5-83/+22
2013-04-01If we can't write the capture out in a file format that supportsGuy Harris1-1/+1
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris3-24/+4
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris3-103/+116
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris3-1/+21
2013-04-01Get rid of main_capture_set_main_window_title(), as it just wrapsGuy Harris1-8/+2
2013-04-01Move the knowledge about what the window title should be toGuy Harris5-35/+51
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris3-4/+22
2013-03-31Rename set_display_filename() to set_titlebar_for_capture_file(), asGuy Harris3-5/+6
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris8-12/+12
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