aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Add buffersize and snap length to the preferences.Irene RĂ¼ngeler2-12/+386
2013-03-07Use explicit casts.Anders Broman1-10/+10
2013-03-07Use explicit casts.Anders Broman15-57/+57
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs8-9/+43
2013-03-06Use explicit casts.Anders Broman2-28/+28
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" cross-hai...Anders Broman1-26/+0
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" cross-hai...Anders Broman1-27/+0
2013-03-06Use explicit casts.Anders Broman16-98/+98
2013-03-06gtk_alignment_new() args are gfloat; use constants of form 0.0F.Bill Meier1-1/+1
2013-03-06Actually add IPv6 addresses to the display.Jeff Morriss1-0/+1
2013-03-06From Peter Hatina: Fix for: Gtk3 widgets are not properly expanded.Bill Meier1-3/+13
2013-03-05Use explicit casts.Anders Broman4-22/+22
2013-03-05Remove a comment left over from the "old days".Bill Meier1-14/+5
2013-03-05"HKEY_CURRENT_USER\Software\The Wireshark developer community, http://www.wir...Gerald Combs1-0/+1
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss2-2/+2
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard2-2/+2
2013-03-04Fix a minor typo in SVN #48065Bill Meier1-1/+1
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier7-5/+40
2013-03-04Display "Select Decryption Mode" in Decryption Key Management (Broken by revi...Alexis La Goutte1-2/+2
2013-03-04Fix indent (Tabs => Spaces)Alexis La Goutte1-3/+3
2013-03-04Whitespace & indentation cleanup.Bill Meier1-231/+233
2013-03-04With Jim Young's suggestion, revert r43785. Currently the file->open dialog ...Chris Maynard1-1/+0
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 Reczey7-6/+9
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 Morriss2-3/+3
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss2-3/+3
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier9-27/+27
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
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-20Forcing everyone to use the development update channel probably isn'tGerald Combs1-1/+1
2013-02-20Add software_update.c.Gerald Combs1-0/+1
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs2-1/+3
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs1-2/+0
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs6-2/+250
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-14main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris1-1/+1