aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Try to detect duplicated packets due to mirroring/span ports by comparing src...Anders Broman2-9/+20
2013-01-28Whitespace and doxygen comment changes.Anders Broman1-45/+45
2013-01-25When searching for hex bytes from the "Find Packet" dialog, highlight the cor...Chris Maynard1-6/+13
2013-01-24Use ws_gtk_grid...() in place of gtk_table...().Bill Meier5-198/+184
2013-01-24Separate Time Shift item from Time Reference items. From Cal Turney viaChris Maynard1-0/+1
2013-01-24Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-205/+207
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs3-21/+21
2013-01-23Add column preferences.Gerald Combs3-71/+5
2013-01-22GTK+:Gerald Combs12-2972/+2803
2013-01-22Fix VS Studio Analysis warning C6244: Local declaration of 'iftype' hides pre...Chris Maynard1-5/+5
2013-01-22For menu consistency and shortcut simplification, change some "Ignore" relate...Chris Maynard1-2/+2
2013-01-21Avoid using *<control>X shortcuts. In this case, using *<control>D instead.Chris Maynard1-3/+3
2013-01-21Increase the background opacity.Gerald Combs1-2270/+2753
2013-01-20Fix for CID 715142.Jaap Keuter1-1/+1
2013-01-20Use the correct image sequence.Gerald Combs1-3/+3
2013-01-19Add layouts.hGerald Combs1-0/+2472
2013-01-19Add a rule to create layouts.h (using gdk-pixbuf-csourceBill Meier1-0/+8
2013-01-19There is no wireless layout.Jaap Keuter1-1/+1
2013-01-19Replace more XPMs with PNGs.Gerald Combs3-11/+18
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-3/+3
2013-01-18Fix two issues related to conversion to use ws_gtk_grid...() [svn #47002].Bill Meier1-2/+2
2013-01-18Fix compilation on Windows.Gerald Combs1-0/+8
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs10-257/+27
2013-01-17Minor cleanup:Bill Meier1-97/+98
2013-01-17General cleanup:Bill Meier1-1129/+1130
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-3/+5
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-17/+18
2013-01-17Opening the capture options triggers a rescan of all the packets caused by th...Anders Broman1-9/+15
2013-01-16Fix Gtk3 window resize behavior to match Gtk2.Bill Meier1-67/+67
2013-01-16Remove redundant call to gtk_box_set_child_packing().Bill Meier3-3/+0
2013-01-16General cleanup: whitespace, parens & etc.Bill Meier1-150/+149
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-27/+27
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-31/+31
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-63/+75
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-65/+67
2013-01-16(Trivial) whitespace cleanup;Bill Meier1-6/+6
2013-01-16Fix a Gtk2 vs Gtk3 issue;Bill Meier1-1/+1
2013-01-16Set the crash info as early as possible in main(), so that it shows upGuy Harris1-10/+19
2013-01-15Cleanup:Bill Meier1-194/+291
2013-01-15Fix several window resize behavior differences between Gtk2 & Gtk3.Bill Meier1-6/+7
2013-01-15Cleanup:Bill Meier1-163/+169
2013-01-15Fix Gtk2 vs Gtk3 issue:Bill Meier1-0/+1
2013-01-15Cleanup: indentation, whitespace, long-lines, formatting & etc.Bill Meier1-1565/+1593
2013-01-15Minor cleanup:Bill Meier1-12/+4
2013-01-14Replace gtk_table...() with ws_gtk_grid...()Bill Meier1-14/+14
2013-01-14Fix Coverity CID 741081: Logically dead code. (Minor whitespace cleanup also.)Chris Maynard1-35/+27
2013-01-14Fix Coverity CID 741991: Wrong sizeof argument.Chris Maynard1-1/+1
2013-01-14Use SET_ADDRESS() to initialize src and dst as both src.hf and dst.hf were un...Chris Maynard1-4/+2
2013-01-14Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-32/+34
2013-01-14Cleanup: Whitespace, formatting-style, long-lines & etc.Bill Meier1-4166/+4180