aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-02-24From Peter Hatina: test GDK_WINDOW_STATE_MAXIMIZED as a bit flagBill Meier1-1/+1
2013-02-21Minor Bluetooth fixesMichael Mann1-2/+14
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs13-76/+79
2013-02-20make function names consistentMartin Kaiser3-4/+4
2013-02-20kill an "edit capture comment" popup if the underlying file is closedMartin Kaiser3-0/+10
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-1/+2
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs2-1/+22
2013-02-17Add a macro that, for a given count of keys, returns the total size ofGuy Harris1-1/+1
2013-02-16Show resegmented data as grey.Martin Mathieson1-21/+41
2013-02-15Fix Voice RTP player crash if player is closed while playingMichael Mann1-11/+15
2013-02-12remove _U_ for parameter that is usedMartin Kaiser1-1/+1
2013-02-11strlen() returns a size_t, so assign its return value to a size_t.Guy Harris1-2/+2
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-9/+29
2013-02-08Fix Coverity CID 973548: Dereference null return value.Chris Maynard1-2/+2
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris1-2/+2
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs2-4/+3
2013-02-03Move the get-runtime-version stuff back outside of #ifdef WIN32.Jeff Morriss1-0/+2
2013-02-03call load_wpcap before collecting the run-time version information.Anders Broman1-15/+16
2013-02-02Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris1-134/+0
2013-02-01Update some tooltips.Gerald Combs1-2/+3
2013-01-31for an interface that does not support monitor mode, make sure thatMartin Kaiser1-1/+4
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