aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-04-04More console tweaks. But how to prevent prompt from being displayed beforeChris Maynard1-0/+3
2011-04-04More console tweaks.Gerald Combs1-8/+11
2011-04-04Only call destroy_console() when we create a console (pointed out byGerald Combs1-12/+7
2011-04-04On Windows, try to use an existing console for our messages. Create one ifGerald Combs1-4/+16
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.Chris Maynard1-3/+2
2011-03-31Use a common function, higher_priority_status_level() to determine whether orChris Maynard1-20/+23
2011-03-30Wrap all text lines of help at column 80.Chris Maynard1-1/+2
2011-03-29Grab URL from frame info value instead of from tvb. Fixes bug 5780.Chris Maynard1-3/+5
2011-03-28Move -D option into "pre-scan" group as there's no need to start gtk+ for it.Chris Maynard1-24/+24
2011-03-26Added sanity checks for preferences.Stig Bjørlykke1-0/+5
2011-03-26Added a missing break in graph_select_segment.Stig Bjørlykke1-0/+1
2011-03-26Added a missing break in hostlist_get_filter_name.Stig Bjørlykke1-0/+1
2011-03-25Fix Coverity 331, 332, 333: Wrap the three remainingStephen Fisher1-3/+9
2011-03-23Recode a loop slightly ....Bill Meier1-4/+7
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-1/+2
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-1/+2
2011-03-23Print the time units in the CSV output for io_stat using correct extension, i...Ronnie Sahlberg1-6/+8
2011-03-22Don't compile expert_dlg.c (that dialog is being removed)Jeff Morriss1-1/+0
2011-03-22Added a sanity check for finfo->hfinfo.Stig Bjørlykke1-1/+1
2011-03-22Allocate correct size of int, not size of a pointer to int.Stig Bjørlykke1-1/+1
2011-03-22Initialize geom in window_get_geometry.Stig Bjørlykke1-0/+2
2011-03-22Copy expert_tapdata_t here so that expert_dlg.h is no longer needed.Jeff Morriss1-1/+2
2011-03-22Make expert_tapdata_t opaque to its clients; define the structure onlyGuy Harris2-26/+3
2011-03-22Remove the Exper info dialogue.Anders Broman2-3/+420
2011-03-21Re-arrange code slightly to remove a false positive Coverity Prevent "Forward...Bill Meier1-20/+23
2011-03-21#if out another unused routine.Jeff Morriss1-0/+2
2011-03-21#if 0-out an unused routine.Guy Harris1-1/+2
2011-03-20expert_dlg.c:603: warning: 'expert_dlg_cb' defined but not usedAnders Broman1-1/+3
2011-03-20Don't register the Exper info dialogue as a first step of removal.Anders Broman1-7/+0
2011-03-19From James Deucker via bug 5766:Stig Bjørlykke1-1/+1
2011-03-12Fix bug #5189: Wireshark crashes when cancelling a large sort operation.Bill Meier3-90/+129
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