aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-26Fix the rest of the include paths after the move of native win32 code to win3...Stephen Fisher4-4/+4
2010-11-26Move native Win32 code to its own directory and out of gtk directory (hopeful...Stephen Fisher7-2405/+11
2010-11-25Update comments to point to the previous commit to enhance traceabillity.Anders Broman1-0/+5
2010-11-25Remove threading of tap update.Anders Broman1-55/+8
2010-11-25Create proper Help reference.Jaap Keuter3-2/+5
2010-11-24Try to fix dummy header settings alignment.Jaap Keuter1-16/+12
2010-11-22Remove print_update_dynamic() decl from file_dlg_win32.h since only used in [...Bill Meier2-52/+49
2010-11-21From Jakub Zawadzki via Alexander Koeppe.Anders Broman1-2/+5
2010-11-20Repair copy (summary and as filter) functionality in the packet-list context ...Sake Blok1-24/+24
2010-11-19Remove comments used when editing.Anders Broman1-11/+0
2010-11-18[UImanager]Add missing GO to frame, and copy paste errors.Anders Broman1-1/+13
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard7-66/+66
2010-11-16Split libui into libui and libui_dirty. The latter contains (only)Jeff Morriss3-11/+23
2010-11-16Try to clean up the makefile a bit.Anders Broman1-8/+5
2010-11-16Accomodate older flex versions.Jaap Keuter6-18/+56
2010-11-16Another unused function with MAIN_MENU_USE_UIMANAGERJörg Mayer1-1/+1
2010-11-15cmake stuff:Jörg Mayer1-1/+11
2010-11-13Try to fix the build for text_import_scanner.Anders Broman1-2/+8
2010-11-13Try to fix the build for text_import_scanner.Anders Broman1-1/+1
2010-11-13Add newline at end of file.Martin Mathieson1-1/+1
2010-11-13Try to fix the build for text_import_scanner,Anders Broman1-0/+6
2010-11-13Get the build going again from the source distribution, with text import.Jaap Keuter1-0/+1
2010-11-12Add text import capability, like text2pcap, directly into the GUI.Jaap Keuter9-3/+2548
2010-11-12Fix a column typo, and give them different menu accelerator keys.Martin Mathieson2-2/+2
2010-11-09Bugfix from Irene Ruengeler to improve the TSN plot for SCTPMichael Tüxen1-2/+2
2010-11-09Added check for valid finfo->ds_tvb in packet_hex_print(), as we do notStig Bjørlykke1-2/+2
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-11-08Make maxlen a gsize instead of a guint.Chris Maynard1-1/+1
2010-11-08Allow objects to be saved that otherwise couldn't be due to invalid charactersChris Maynard1-3/+90
2010-11-08Use value_string_ext for RTP payload types.Anders Broman3-3/+3