aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-07-01From spamlookup via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6083:Chris Maynard1-2/+2
2011-06-30Remove all interfaces when available.Michael Tüxen1-41/+40
2011-06-30Fix memory leak.Jakub Zawadzki1-0/+1
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard1-1/+1
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when savin...Chris Maynard1-1/+1
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke2-3/+18
2011-06-29Cleanup whitespaces/indentation.Michael Tüxen1-54/+54
2011-06-28Add $(GENERATED_H_FILES) to libui_a_SOURCES.Stig Bjørlykke1-0/+1
2011-06-28Add a missing dependency for text_import_scanner_lex.hStig Bjørlykke1-0/+1
2011-06-28Use the generated header file from Guy's Flex front-end script from Stig Bjørlykke3-0/+7
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke14-60/+51
2011-06-27Enable the cap_history again. It was temporary disabled a couple of hours ago.Michael Tüxen1-24/+14
2011-06-27From bug 6057:Stig Bjørlykke1-1/+6
2011-06-27Fix a bug when starting the capture without specifying an interface.Michael Tüxen1-20/+36
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen5-171/+343
2011-06-26Changed adding a new coloring rule to put the new rule at the top of the list.Stig Bjørlykke1-10/+18
2011-06-24Make Wireshark portable to all locales by calling setlocale(). This, along w...Chris Maynard1-0/+3
2011-06-23Whitespace cleanup ...Bill Meier1-393/+393
2011-06-23Code from Jakub:Stig Bjørlykke1-0/+5
2011-06-23Fix some of the GTK deprecated functions.Anders Broman1-4/+67
2011-06-22Make it possible to copy stuff from the welcome header.Anders Broman1-0/+1
2011-06-22Oops, forgot to revert a variable after a test buildJörg Mayer1-1/+1
2011-06-21Add the correct casts to make it compile on some old ERHL box.Anders Broman1-4/+4
2011-06-20One small step towards fixing outdated GtkTooltips.Stig Bjørlykke1-3/+39
2011-06-20Add some statisticsJörg Mayer2-2/+76
2011-06-20Migration to gtk2 has been completed, delete the status file.Jörg Mayer2-54/+26
2011-06-20Add some compiler flags that allow for gtk3 upward compatibilityJörg Mayer1-0/+20
2011-06-20GTK3 fixes:Jörg Mayer13-2/+38
2011-06-19Try to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029Anders Broman1-1/+1
2011-06-19UI_MANAGER: #if 0 out add_menu_item as it is not used yet(?).Jörg Mayer2-3/+3
2011-06-19Mark parameters as unused when MAIN_MENU_USE_UIMANAGER.Anders Broman1-7/+17
2011-06-19Add missing part of menu.c checkin for UI manager code.Anders Broman2-0/+10
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman6-20/+20
2011-06-13Handle deprecated GtkTooltips.Anders Broman2-5/+15
2011-06-13Handle deprecated GtkTooltips.Anders Broman1-7/+66
2011-06-12cfilter can be NULL. Handle this correctly.Michael Tüxen1-6/+8
2011-06-10Add some more error checking.Guy Harris1-4/+15
2011-06-10Make capture dialog compile with GTK3+Anders Broman1-9/+59
2011-06-10Seemingly this is needed to...Anders Broman1-2/+2
2011-06-10Add casts to make it compile on some old ERHL box.Anders Broman1-1/+1
2011-06-10Add a hack to prevent a gcc warning "ignoring return value of 'strtoul'..."Bill Meier1-2/+15
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman6-26/+27
2011-06-08The passed-in filter string can no longer be NULL, so use strlen instead of t...Martin Mathieson2-6/+6
2011-06-08This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6008Michael Tüxen1-8/+8
2011-06-08Try to fix the Ubuntu buildbot.Anders Broman1-7/+48
2011-06-08Assign to a dummy variable to squelch the warning.Anders Broman1-1/+2
2011-06-08Didn't need to introduce that variable.Guy Harris1-1/+0
2011-06-08Try to squelch the warning about not using the return value of strtoul()Guy Harris1-2/+4
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2-102/+109
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier8-76/+65