aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte1-1/+1
2014-04-23CaptureDialog: Fix IF type for user created pipeRoland Knall1-0/+1
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier2-0/+4
2014-04-21Replace linked list of proto fields with arrayEvan Huus3-9/+10
2014-04-19More name changes.Guy Harris5-15/+15
2014-04-19Some routine name changes.Guy Harris11-52/+52
2014-04-15ui/gtk/voip_calls: Fix minor memleakPeter Wu1-6/+2
2014-04-14Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-4/+6
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-2/+12
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-1/+3
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris4-2/+8
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-324/+39
2014-04-03Remove garbage character inadvertantly introduced in the previous commit.Bill Meier1-1/+1
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-4/+4
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-4/+3
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte6-10/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-3/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+0
2014-03-28Fix crash when calling "MAP Summary" dialog when no file is openPascal Quantin1-0/+4
2014-03-28Deleted one line to much in previous chgange.AndersBroman1-0/+1
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-26Postpone replacing GTK+ stock icon usageBalint Reczey1-10/+16
2014-03-24Don't include voip_bg.xpm, it's not used any more.AndersBroman1-2/+0
2014-03-24Get rid of the background pixmap, set the background color directly.AndersBroman1-17/+8
2014-03-21fix a crash in the GTK "Interface Management" dialogueMartin Kaiser1-1/+5
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2-3/+3
2014-03-19fix of bug 9836. Avg. packet size in Statistics -> Summary is rounded to near...Jan Kaisrlik1-9/+6
2014-03-17Try to fix warning: cast discards__attribute__((const)) qualifierAndersBroman1-172/+172
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2-1092/+0
2014-03-15Fix -Wabsolute-value in GTK Compare stat (Found by Clang 3.5)Alexis La Goutte1-3/+3
2014-03-15Fix -Wabsolute-value in GTK SCTP Graph (Found by Clang 3.5)Alexis La Goutte1-2/+2
2014-03-11GTK_STOCK_PRINT_ERROR was missing in GTK+ < 2.14, tooBalint Reczey1-0/+2
2014-03-11Don't use some stock icons missing in old (< 2.16) versions in GTK+Balint Reczey1-0/+10
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey50-289/+1124
2014-03-08Do not try to use unknown/non-existent webbrowserMichal Labedzki1-2/+4
2014-03-06Reorganize Capture Options dialogPeter Hatina1-42/+38
2014-03-06Remove unused include headerAlexis La Goutte1-3/+0
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-1/+5
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte2-0/+2
2014-03-04win32: Implement format type selector in open file dialogMichal Labedzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte280-560/+0
2014-03-03Create/use an extended value-string; Move value-string array from .h file; Do...Bill Meier1-2/+2
2014-02-25Remove trailing whitespaceBill Meier44-108/+108
2014-02-25Use correct macro to really fix MacOSX buildbotEvan Huus1-3/+3
2014-02-25Include old-gtk-compat.h to fix build.Evan Huus1-0/+1
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki7-13/+36
2014-02-18Fix Branch condition evaluates to a garbage value found by Clang AnalyzerAlexis La Goutte1-0/+4
2014-02-18Add Logcat to Exported PDUMichal Labedzki1-0/+1
2014-02-16Add explicit casts to fix OSX10.5 BuildbotEvan Huus1-8/+8
2014-02-16Replace last use of emem trees with GHashTablesEvan Huus1-44/+52