aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Allow <variance> to be successfully sscanf'd no matter the locale for theChris Maynard1-2/+5
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok28-1801/+7
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke3-47/+179
2011-02-25Ensure we write the current recent file before copying.Stig Bjørlykke1-0/+4
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-1/+1
2011-02-18Fix a few errors found by Clang scan-build.Gerald Combs2-2/+2
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-1/+1
2011-02-16Fix compilation on Windows.Gerald Combs2-1/+15
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher4-9/+269
2011-02-12Traditional GtkTooltips deprecated at GTK+ 2.14 (and removed in 3.0), soStephen Fisher2-0/+16
2011-02-11Remove #ifndef GSEAL_ENABLE hack to work-around the lack of an accessorStephen Fisher1-14/+1
2011-02-10Add the rest of the changes from the patch in bug 5924. Squelches someGuy Harris1-94/+3
2011-02-10#ifdef → #ifndef.Gerald Combs1-1/+1
2011-02-10Mark a parameter unused if needed.Gerald Combs1-1/+5
2011-02-10Remove a bunch of prototypes in airpcap_dlg.h for functions which areGerald Combs2-584/+420
2011-02-08Fix compilation problem for GTK+ < 2.18Stephen Fisher1-2/+2
2011-02-08Build with pre-2.18 GTK+es.Guy Harris1-2/+8
2011-02-08More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0...Stephen Fisher3-8/+8
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...Stephen Fisher3-47/+237
2011-02-07Fix parameters to gtk_widget_get_allocation() call.Jaap Keuter2-2/+2
2011-02-07Switch from GtkCList (which is deprecated) to GtkTreeView+GtkListStore.Gerald Combs4-751/+619
2011-02-07Similar corrections here.Guy Harris1-14/+22
2011-02-07Fix typo.Guy Harris1-1/+1
2011-02-07"XXX takes a foo * as an argument" != "pass a variable of type foo * toGuy Harris1-12/+12
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3Stephen Fisher2-36/+118
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3Stephen Fisher1-5/+5
2011-02-07Fix crash introduced in r35849Stephen Fisher1-3/+3
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher13-24/+137
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0Stephen Fisher2-0/+12
2011-02-07Some -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0Stephen Fisher1-7/+32
2011-02-03Disable error substring controls when show errors checkbox is disabled.Martin Mathieson2-4/+32
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+5
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...Anders Broman3-0/+16
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-1/+1
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier1-1/+1
2011-01-31Only define view_menu_auto_scroll_live_cb if HAVE_LIBPCAPAnders Broman1-0/+2
2011-01-31Try to fix previous commit.Anders Broman2-3/+7
2011-01-31From Cal Turney:Anders Broman4-63/+64
2011-01-31Added filter autocomplete to "Edit Column Details".Stig Bjørlykke1-0/+3
2011-01-30Fix various instances of "unreachable code".Bill Meier2-2/+1
2011-01-30Don't compile non-used (unreachable) code on Windows.Bill Meier1-6/+10
2011-01-30Don't compile unused non-Windows code when on Windows.Bill Meier1-28/+51
2011-01-29Improve r35695/35696 by repeating the whole function call in eachStephen Fisher1-4/+2
2011-01-29Fix Windows compile error(s);Bill Meier1-4/+4
2011-01-29If we're compiling with GTK+ 2.14 or higher, use accessor functionStephen Fisher1-0/+4
2011-01-26From Irene Ruengeler: Double check that the interface specified in theMichael Tüxen1-7/+14
2011-01-24Fix crash when doing File ! Export ! Objects ! SMB.Bill Meier1-146/+125
2011-01-23Fix a crash which can occur if a user hits "Capture:Options" immediately foll...Bill Meier1-9/+57
2011-01-23Reword some text about the accuracy of the dislayed values.Bill Meier1-1/+1
2011-01-22Resolve bug #2520 by moving the follow stream direction combo box above theStephen Fisher1-32/+36