aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Fix sigsegv in filter expression dialog when user clicked on some BASE_CUSTOM...Jakub Zawadzki1-1/+1
2012-04-27Don't store protocol field names in Filter Expression dialog.Jakub Zawadzki1-21/+40
2012-04-26Get rid of tabs; make white space consistent.Guy Harris1-53/+43
2012-04-26Consistently InterCapitalize StatusBar.Guy Harris1-8/+8
2012-04-26While we're at it, add back the shortcuts, or whatever the heck theGuy Harris1-3/+3
2012-04-26Restore Accelerators for "Expand Subtree", "Expand All" and "Collapse All".Anders Broman1-4/+4
2012-04-24Add missing ";"Anders Broman1-2/+2
2012-04-23Get it compiling...Michael Tüxen1-21/+24
2012-04-23Use a crosshair cursor insted of the XOR thingy.Anders Broman1-33/+97
2012-04-23Fix a compile error (missing semi-colon) when building for gtk3Bill Meier1-1/+1
2012-04-23g_object_unref(cursor) craches pre GTK 3.0 protect it withAnders Broman1-1/+5
2012-04-23Fix bug #7178 reported by aparanruengeler1-0/+13
2012-04-23Use GtkFontChooser if GTK >= 3.2Anders Broman2-2/+14
2012-04-23Get rid of GTK warning when START was hit in the "Capture Interfaces Dialog" ...ruengeler1-0/+12
2012-04-22Add casts to make in compile on WindowsAnders Broman1-3/+3
2012-04-22Use g_object_unrefAnders Broman1-1/+1
2012-04-21Another cut-and-pasteo.Guy Harris1-2/+2
2012-04-21More GTK3 adaptationsAnders Broman23-36/+36
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman6-8/+38
2012-04-21Fix probable cut-and-pasteo.Guy Harris1-2/+2
2012-04-21Clean up indentation (get rid of 4-space tabs).Guy Harris1-3/+3
2012-04-21gtk_button_box_new() for pre GTK 3.0Anders Broman2-0/+14
2012-04-21Clean up indentation - don't use 4-space tabs.Guy Harris1-51/+49
2012-04-21GTK+ 1.x is no longer supported, and there's no toggle_tree to move anyGuy Harris1-1/+0
2012-04-21"homogeneous" is a Boolean; we can just pass it on to gtk_hbox_new() andGuy Harris1-13/+4
2012-04-21Include "ui/gtk/gui_utils.h" so the ws_gtk_box routines are declared.Guy Harris4-0/+4
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman14-33/+33
2012-04-21Missing includeAnders Broman2-2/+2
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman69-275/+275
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman10-45/+45
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman10-47/+47
2012-04-20From Martin Kaiser: menus, main window title, icons are not reset when captur...Anders Broman1-0/+29
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki3-3/+3
2012-04-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-20/+1
2012-04-15Get rid of the error code argument to scan_local_interfaces(); nobodyGuy Harris4-22/+19
2012-04-15From Evan Huus: fix a memory leak. Fixes bug 7097.Guy Harris1-0/+1
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte8-22/+4
2012-04-14From Even Huus: free a strduped string. Fixes bug 7094.Guy Harris1-0/+3
2012-04-14From Evan Huus: free if_string when we're done with it. Fixes bug 7093.Guy Harris1-1/+2
2012-04-14From Evan Huus: Memory leak in scan_local_interfaces. https://bugs.wireshark....Anders Broman1-7/+6
2012-04-14From Evan Huus: Memory leaks in graph_analysis.c https://bugs.wireshark.org/b...Anders Broman1-3/+7
2012-04-14If we don't even *have* a filter combo box, there's nothing we can checkGuy Harris1-8/+21
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki6-9/+9
2012-04-12Simplify r42030 expression. Thanks!Jakub Zawadzki1-1/+1
2012-04-12Added Rel. Start and Duration to tshark -z conv,xxx output. Tidied up duplic...Graham Bloice1-356/+113
2012-04-12The last bit of a byte, on its own, needs a mask of 1, rather than 256.Martin Mathieson1-1/+1
2012-04-10There's no __solaris__ predefine for Solaris; just use __sun.Guy Harris1-4/+2
2012-04-10OK, that doesn't work; on Solaris, try _XOPEN_SOURCE=500, to requestGuy Harris1-2/+4
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-04-09Fix 'overflow in implicit constant conversion', make it const.Jakub Zawadzki1-1/+1