aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Highlight selected sequence diagram items.Gerald Combs3-15/+69
2013-11-12tabs -> spacesPascal Quantin1-9/+9
2013-11-12Fix a typo errorPascal Quantin1-1/+1
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-11/+6
2013-11-12Don't do our own line wrapping of the display filter, let GTK do it for us.Jeff Morriss1-21/+2
2013-11-12Fix compilation on Windows.Gerald Combs1-2/+1
2013-11-12Try to fix compilation for GLib < 2.30.Gerald Combs1-0/+5
2013-11-12When we dump a sequence diagram to text, make sure labels are truncated.Gerald Combs1-8/+12
2013-11-12Fix segfault bug and show the combo-box.Irene Rüngeler1-1/+1
2013-11-12Use the right threshold.Irene Rüngeler1-1/+1
2013-11-12Redraw the diagram when needed.Gerald Combs1-12/+3
2013-11-12Sequence / flow diagram updates.Gerald Combs8-42/+340
2013-11-11Sequence / flow diagram updates.Gerald Combs7-36/+109
2013-11-10Use the correct event filter.Gerald Combs1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki56-29/+94
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2-0/+3
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-1/+1
2013-11-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :Pascal Quantin1-2/+3
2013-11-09Fix crash when displaying VoIP call flow (introduced in r52824)Pascal Quantin1-0/+13
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki5-0/+5
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2-2/+2
2013-11-08Indentation tweaks.Guy Harris1-3/+4
2013-11-08Didn't need to include wtap.h againMartin Mathieson1-1/+0
2013-11-08Fix up function names: type -> type_subtypeMartin Mathieson1-4/+5
2013-11-08The "file types" we have are actually combinations of types andGuy Harris10-29/+30
2013-11-08Another one.Guy Harris1-1/+1
2013-11-08What matters is the encapsulation type, not the file type, so just testGuy Harris1-1/+1
2013-11-08Remove some trailing whitespace....Bill Meier2-10/+10
2013-11-08Fix more errors.Guy Harris1-3/+2
2013-11-08Wrong function.Guy Harris1-1/+1
2013-11-08Fix errors.Guy Harris1-1/+1
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris3-53/+158
2013-11-07Try 2 to fix Mac OS X 10.5 buildbotAlexis La Goutte1-0/+1
2013-11-07Try to fix Mac OS 10.5 Buildbot (with old Glib...)Alexis La Goutte1-1/+2
2013-11-07Remove C++ commentsAlexis La Goutte1-1/+1
2013-11-07Add Edit Packet in Right ClickAlexis La Goutte1-2/+18
2013-11-07Add Packet Editor PreferenceAlexis La Goutte2-1/+12
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris4-24/+129
2013-11-03Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some mi...Michael Mann2-2/+2
2013-10-31Add licence information.Irene Rüngeler3-2/+26
2013-10-31Set the progress bar animation behavior to match other parts of theGerald Combs1-1/+2
2013-10-31Try to make the animation a little more natural.Gerald Combs1-0/+2
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs6-6/+13
2013-10-30Fix maximized geometry behavior on non-OS X systems.Gerald Combs1-5/+5
2013-10-30Fix a comparison.Gerald Combs1-1/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs9-43/+101
2013-10-30Set SVN properties.Jeff Morriss2-11/+11
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler15-186/+209
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs6-5/+55
2013-10-28Fix scroll bar ranges.Gerald Combs1-5/+15