Remove forward declarations of registration functions.
[metze/wireshark/wip.git] / ui /
2013-11-03 Michael MannBluetooth: AVDTP: Add support for Content Protection...
2013-10-31 Irene RüngelerAdd licence information.
2013-10-31 Gerald CombsSet the progress bar animation behavior to match other...
2013-10-31 Gerald CombsTry to make the animation a little more natural.
2013-10-30 Gerald CombsMove the geometry shenanigans a bit further ahead in...
2013-10-30 Gerald CombsFix maximized geometry behavior on non-OS X systems.
2013-10-30 Gerald CombsFix a comparison.
2013-10-30 Gerald CombsAdd initial support for geometry settings in the main...
2013-10-30 Jeff MorrissSet SVN properties.
2013-10-29 Irene RüngelerMake the packet analysis for SCTP independent from...
2013-10-29 Gerald CombsRevert part of 52896 and (for now) all of 52935. As...
2013-10-28 Gerald CombsFix scroll bar ranges.
2013-10-28 Gerald CombsRemove some (but not all) U3 remnants.
2013-10-28 Jeff MorrissFrom Peter Wu via https://bugs.wireshark.org/bugzilla...
2013-10-28 Gerald CombsMore size and position tweaks.
2013-10-27 Gerald CombsTry to improve the appearance of the sequence diagram.
2013-10-27 Michael MannRemove iplen and iphdrlen from struct _packet_info.
2013-10-27 Gerald CombsRemove U3 code and packaging.
2013-10-26 Pascal QuantinFrom robionekenobi via https://bugs.wireshark.org/bugzi...
2013-10-26 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-10-25 Gerald CombsMore sequence dialog updates.
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-10-25 Jeff MorrissFix more SVN properties.
2013-10-25 Jeff MorrissAdd SVN properties.
2013-10-25 Evan HuusMark unused parameter, remove moved .h file from Makefi...
2013-10-24 Jörg MayerFix properties
2013-10-24 Jörg MayerMake things compile again.
2013-10-24 Gerald CombsAdd sequence_dialog.ui.
2013-10-24 Gerald CombsAdd a missing dependency.
2013-10-24 Gerald CombsInitial and woefully incomplete flow graph support.
2013-10-24 Michael TüxenRevert previous commit of Irene, which doesn't work...
2013-10-24 Irene RüngelerMove sctp_stat to ui to make it independent from gtk.
2013-10-23 Michael MannBugfix "Restart the running live capture" when using...
2013-10-23 Jeff MorrissAs suggested by Michael in https://bugs.wireshark.org...
2013-10-23 Michael MannAdd the ability to collapse subtrees with Shift+Left...
2013-10-23 Anders Bromang_slist_free_full() is glib 2.28
2013-10-23 Anders BromanMake manual address resolution work again by putting...
2013-10-22 Irene RüngelerUse the preferred or default linktype as active.
2013-10-21 Pascal QuantinTentative fix for https://bugs.wireshark.org/bugzilla...
2013-10-20 Pascal QuantinFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-10-19 Michael MannOnly allow one popup dialog in UAT dialog. Editing...
2013-10-18 Jeff MorrissGet it actually building when we don't HAVE_LIBPCAP.
2013-10-18 Jeff MorrissClean up warnings when we don't HAVE_LIBPCAP.
2013-10-18 Jeff MorrissSimplify a bit (in a way which will hopefully actually...
2013-10-18 Jeff MorrissAdd -Wno-shorten-64-to-32 (if we can) when compiling...
2013-10-18 Jeff MorrissAdd AM_CLEAN_CFLAGS (-Werror) to AM_CPPFLAGS so we...
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-10-15 Gerald CombsAdjust parenthesis to make gcc happy.
2013-10-15 Gerald CombsAdd some missing parenthesis. Make sure we set our...
2013-10-15 Gerald CombsMake sure we have a valid capture file pointer in win32...
2013-10-15 Gerald CombsFill in the help links. Make sure they do something...
2013-10-15 Gerald CombsRemove some commented code.
2013-10-14 Gerald CombsLet Qt lay out and size elements in FollowStreamDialog...
2013-10-14 Gerald CombsPacketList and ProtoTree need access to MainWindow...
2013-10-13 Cal TurneySMB2 SRT can be very inaccurate in the presence of...
2013-10-13 Graham BloiceAdd CMake properties to targets so that they are logica...
2013-10-12 Gerald CombsHave pixbuf_to_widget() use a guint8 * to match
2013-10-12 Gerald CombsSolaris Studio C++ won't let us pass the address of...
2013-10-11 Gerald CombsOne more HAVE_LIBPCAP.
2013-10-11 Gerald CombsTry to fix Qt compilation when libpcap is disabled.
2013-10-11 Jeff MorrissFix some formatting.
2013-10-11 Gerald CombsMore ui/util.h includes.
2013-10-11 Gerald CombsInclude ui/util.h.
2013-10-11 Jeff MorrissThere's no need to include prefs.h twice.
2013-10-11 Gerald CombsRemove GTK+ and global cfile dependencies from file_dlg...
2013-10-10 Jeff MorrissDon't close the Capture Options window if there was...
2013-10-10 Chris MaynardRevert the changes made to resolve https://bugs.wiresha...
2013-10-10 Anders BromanFlag the addresses used in the trace which has been...
2013-10-09 Gerald CombsWhen we display an error message in the interface list...
2013-10-09 Michael MannPrefix all "Wireshark application specific" display...
2013-10-06 Evan HuusRewrite the layout case statement as two separate ones...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-10-05 Gerald CombsMake the task list colors more consistent.
2013-10-05 Gerald CombsFix the white-rectangle-at-startup artifact with the...
2013-10-04 Martin Kaiserin a uat dialogue, allow only one popup for confirming...
2013-10-01 Michael MannRemove check_col.
2013-09-30 Gerald CombsStrip out references to PortAudio. Qt has its own audio...
2013-09-26 Chris MaynardWhen a line of text wraps to the next line, the charact...
2013-09-25 Gerald CombsDelete extra_split if we're not using it. This keeps...
2013-09-16 Gerald Combsaddress_equal → addresses_equal. Switch from address...
2013-09-16 Gerald CombsAdd stream information to the hint label. Update our...
2013-09-16 Gerald CombsMake sure we don't tap our packets twice. Give the...
2013-09-16 Gerald CombsFix graph type selection.
2013-09-16 Gerald CombsAnother attempt at axis scaling. Tweak the appearance...
2013-09-15 Gerald CombsWhen caclulating throughput, only subtract what we...
2013-09-15 Martin Kaisermark unused parameter
2013-09-15 Anders Bromanunused variable 'conversation'
2013-09-15 Gerald CombsMake sure the RTT behavior matches the GTK+ port. Make...
2013-09-15 Anders BromanUse a better hash algorithm and add a dialouge to get...
2013-09-15 Anders BromanUse a better hash algorithm and add a dialouge to get...
2013-09-13 Gerald CombsMis-use error bars to draw segments.
2013-09-13 Gerald CombsMore TCP stream graph updates.
2013-09-13 Jörg MayerInclude emem.h
2013-09-12 Gerald CombsAdd a context menu to the TCP stream graph which includ...
2013-09-12 Gerald CombsTry different arrow glyphs.
2013-09-12 Jörg Mayer== has higher precedence than &
2013-09-12 Gerald CombsAdd previous/next stream navigation to the TCP stream...
2013-09-12 Gerald CombsMake sure qmake links with zlib on Windows.
2013-09-11 Gerald CombsDefine NOMINMAX for the entire Qt build.
2013-09-11 Martin Kaiserremove unused variable, mark unused parameter
next