aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-03-04For GTK 3.4 and newer: use GtkColorChooserWidget;Bill Meier1-68/+123
2013-03-02Minor tweaks to "ColorSelection" UI:Bill Meier1-61/+115
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-2/+3
2013-03-01Fix [-W shadow] issue in SVN #47958 in a slightly different manner than the f...Bill Meier3-19/+19
2013-03-01Add some 'const's to satisfy latest GCC.Evan Huus1-4/+4
2013-02-28Rename a variable s/color_edit_dlg/color_edit_window/ to fix a -Wshadow errorEvan Huus1-12/+12
2013-02-28color_edit_dlg update:Bill Meier3-372/+433
2013-02-28Avoid a packet rescan if we don't have an AirPcap adapter.Anders Broman1-5/+8
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-2/+2
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss1-2/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier9-27/+27
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier16-170/+170
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