aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Cast the returned value from strlen() to an int to make the Windows 64-bitStephen Fisher1-2/+2
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher2-9/+33
2011-01-19From Cal Turney via bug #5585: When searching in packet bytes, the field andStephen Fisher1-0/+3
2011-01-19Fix the broken Edit Menu when UImanager is used.Anders Broman1-5/+5
2011-01-17Remove redundant test for a non-null pointer;Bill Meier1-1/+1
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.Martin Mathieson2-2/+2
2011-01-08From H.sivank:Guy Harris1-1/+30
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-2/+1
2011-01-05Rearrange the Intenals and Help menu somewhat.Jaap Keuter1-19/+18
2011-01-05Clean up the white space.Jaap Keuter1-230/+210
2010-12-29Fix Windows build, which complained about possible loss of data convertingStephen Fisher1-1/+1
2010-12-28Implement first part of request in bug #5527 - allow the user to changeStephen Fisher1-2/+31
2010-12-28Add support for showing errors matching substrings (like LTE RLC stats suppor...Martin Mathieson1-1/+26
2010-12-28Add a tooltip.Martin Mathieson1-1/+2
2010-12-27Clarify some commentsStephen Fisher1-2/+6
2010-12-27The RTP Player shows the number of seconds since the beginning of thatStephen Fisher1-1/+1
2010-12-22Fix for bug 5513:Jaap Keuter1-6/+6
2010-12-22Fix marking functionality (bug 5279)Sake Blok3-18/+31
2010-12-21Set default graph file format to more appropriate Portable Network Graphics.Jaap Keuter1-4/+12
2010-12-21From Marc Giertzsch:Jaap Keuter1-5/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+4
2010-12-15From k barnard:Jaap Keuter1-5/+34
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.Balint Reczey1-3/+0
2010-12-07Change includes for getenv_utf8()Jeff Morriss1-5/+5
2010-12-07Change the accelerator keys for "goto previous/next packet in conversation" f...Sake Blok1-4/+4
2010-12-06Revert r35132 so that a better fix can be implemented that doesn't breakStephen Fisher1-3/+4
2010-12-06Remove unnecessary #include "../isprint.h"Stephen Fisher1-1/+0
2010-12-06Change isprint() calls in follow_stream.c (shared code that supports FollowStephen Fisher1-4/+3
2010-12-06Fix various typos and spelling errors.Bill Meier4-5/+5
2010-12-03After applying GUI preferences, reset the welcome screen's header messageStephen Fisher3-1/+8
2010-12-03Don't include epan/emem.h twice.Stephen Fisher1-1/+0
2010-12-03Change the Wireshark stock icon description from "Auto Scroll in Live Capture"Stephen Fisher1-1/+1
2010-11-30Convert the .c file names to .obj before putting them in WIRESHARK_GTK_OBJECTS.Jeff Morriss1-1/+1
2010-11-30Move the port audio source into a separate variable which is not run through ...Jeff Morriss1-3/+7
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss3-14/+19
2010-11-29Fix "colorize with filter" functionality that got broken with the new_packet_...Sake Blok1-0/+4
2010-11-29Move the checkapi targes to Makefile.common. Rename Makefile.nmake's WIRESHA...Jeff Morriss3-19/+14
2010-11-29Remove DIRTY_GENERATED_C_FILES from WIRESHARK_GTK_SRC so we don't run checkap...Jeff Morriss1-4/+1
2010-11-29Remove file_dlg_win32.c and print_win32.c from the checkapi target.Jeff Morriss1-3/+1
2010-11-29Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by dis...Jeff Morriss1-1/+4
2010-11-29Allow DCT error strings containing given subsets to be filtered upon.Martin Mathieson1-3/+28
2010-11-28u3.c has moved.Jörg Mayer1-1/+0
2010-11-28Partially clean up white space.Guy Harris1-104/+104
2010-11-28Clean up white space.Guy Harris1-366/+374
2010-11-28Move u3 code to top-level directory since it's not GTK specificStephen Fisher6-246/+3
2010-11-28Don't report an error twice.Guy Harris1-1/+0
2010-11-28Add GCC-style printf annotation to the routines that now take a formatGuy Harris2-1/+5
2010-11-28Clean up white space.Guy Harris1-101/+101
2010-11-27Make some other statusbar routines take a format string and format args,Guy Harris5-74/+61
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris10-101/+29