aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" ↵Anders Broman1-27/+0
cross-hair code. svn path=/trunk/; revision=48140
2013-03-06Use explicit casts.Anders Broman16-98/+98
svn path=/trunk/; revision=48137
2013-03-06gtk_alignment_new() args are gfloat; use constants of form 0.0F.Bill Meier1-1/+1
(A floating point constant without a suffix (e.g., 0.0) is a 'double'. svn path=/trunk/; revision=48129
2013-03-06Actually add IPv6 addresses to the display.Jeff Morriss1-0/+1
svn path=/trunk/; revision=48128
2013-03-06From Peter Hatina: Fix for: Gtk3 widgets are not properly expanded.Bill Meier1-3/+13
(Part of suggested patch for WIreshark 1.8 applied to trunk instead) See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8315 From me: Add an XXX xomment about how, on Windows, closing the top_level Wireshark window while the capture_interfaces dialog window is open will leave the associated dumpcap process running. svn path=/trunk/; revision=48122
2013-03-05Use explicit casts.Anders Broman4-22/+22
svn path=/trunk/; revision=48108
2013-03-05Remove a comment left over from the "old days".Bill Meier1-14/+5
Also: Add an XXX comment re one effect of the fact that, on Windows, dlg_window_new() does *not* set the newly created dialog window as 'transient for' the Wireshark top_level window. svn path=/trunk/; revision=48106
2013-03-05"HKEY_CURRENT_USER\Software\The Wireshark developer community, ↵Gerald Combs1-0/+1
http://www.wireshark.org/\Wireshark\WinSparkle" isn't the prettiest registry path. svn path=/trunk/; revision=48089
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss2-2/+2
svn path=/trunk/; revision=48085
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard2-2/+2
svn path=/trunk/; revision=48081
2013-03-04Fix a minor typo in SVN #48065Bill Meier1-1/+1
svn path=/trunk/; revision=48067
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> ↵Bill Meier7-5/+40
gtk_container_add(). svn path=/trunk/; revision=48065
2013-03-04Display "Select Decryption Mode" in Decryption Key Management (Broken by ↵Alexis La Goutte1-2/+2
revision 47005) svn path=/trunk/; revision=48059
2013-03-04Fix indent (Tabs => Spaces)Alexis La Goutte1-3/+3
svn path=/trunk/; revision=48058
2013-03-04Whitespace & indentation cleanup.Bill Meier1-231/+233
svn path=/trunk/; revision=48050
2013-03-04With Jim Young's suggestion, revert r43785. Currently the file->open dialog ↵Chris Maynard1-1/+0
contains a *Read* filter field, not a display filter, so after the packets matching the read filter are loaded, there is no actual display filter applied. This resolves https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8344 svn path=/trunk/; revision=48046
2013-03-04For GTK 3.4 and newer: use GtkColorChooserWidget;Bill Meier1-68/+123
(Implemented using a bit of a hack). svn path=/trunk/; revision=48044
2013-03-02Minor tweaks to "ColorSelection" UI:Bill Meier1-61/+115
- For each choice (marked/ignored fg/bg) always show orig color as "prev color"; - Improve spacing between widgets. Also; - Add a few explanatory comments; - Add editor modelines; - Cleanup whitespace/long-lines/formatting. svn path=/trunk/; revision=48012
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey7-6/+9
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2013-03-01Fix [-W shadow] issue in SVN #47958 in a slightly different manner than the ↵Bill Meier3-19/+19
fix SVN #47960. svn path=/trunk/; revision=47976
2013-03-01Add some 'const's to satisfy latest GCC.Evan Huus1-4/+4
svn path=/trunk/; revision=47961
2013-02-28Rename a variable s/color_edit_dlg/color_edit_window/ to fix a -Wshadow errorEvan Huus1-12/+12
svn path=/trunk/; revision=47960
2013-02-28color_edit_dlg update:Bill Meier3-372/+433
- Significantly simplify & rework code; - Use GtkColorChooser instead of GtkColorSelection if GTK 3.4 or newer. - Minor UI cleanup (default buttons & etc) - Fix crash which occurred in the (existing) GTK3 related code. - Fix some other relatively minor bugs (including some minor memory leaks); - Remove some old, commented-out code; - Use a more consistent naming scheme for certain variables. svn path=/trunk/; revision=47958
2013-02-28Avoid a packet rescan if we don't have an AirPcap adapter.Anders Broman1-5/+8
svn path=/trunk/; revision=47945
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss2-3/+3
svn path=/trunk/; revision=47942
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss2-3/+3
svn path=/trunk/; revision=47939
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier9-27/+27
The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
svn path=/trunk/; revision=47898
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier16-170/+170
In a few cases: Fix spelling; Clean up whitespace and formatting style. svn path=/trunk/; revision=47889
2013-02-24From Peter Hatina: test GDK_WINDOW_STATE_MAXIMIZED as a bit flagBill Meier1-1/+1
(One small part of a suggested patch in Bug #8315). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8315 svn path=/trunk/; revision=47863
2013-02-21Minor Bluetooth fixesMichael Mann1-2/+14
1. Allow to DecodeBy payload over AVCTP 2. Fix L2CAP CID payload recognize after disc 3. Removed unneeded _U_ 4. Fall back to control channel in AVRCP 5. Fix time-tracking for passthrough and capability AVRCP commands From Michal Labedzki, bug 8367 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8367) svn path=/trunk/; revision=47810
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs13-76/+79
some error messages and rephrase some others. svn path=/trunk/; revision=47787
2013-02-20make function names consistentMartin Kaiser3-4/+4
edit_capture_dlg_launch() -> edit_capture_comment_dlg_launch() svn path=/trunk/; revision=47780
2013-02-20kill an "edit capture comment" popup if the underlying file is closedMartin Kaiser3-0/+10
(at the moment, the edit window remains open even if the file is closed or changed, this allows effectively to overwrite a file's capture commment with the capture comment of a previously used file) svn path=/trunk/; revision=47779
2013-02-20Forcing everyone to use the development update channel probably isn'tGerald Combs1-1/+1
the best idea. svn path=/trunk/; revision=47774
2013-02-20Add software_update.c.Gerald Combs1-0/+1
svn path=/trunk/; revision=47767
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
svn path=/trunk/; revision=47766
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs2-1/+3
is running" mutex. Have the NSIS installer check for this mutex and ask the user to close Wireshark if it's found. While not perfect this makes the WinSparkle update process much less annoying. svn path=/trunk/; revision=47758
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs1-2/+0
svn path=/trunk/; revision=47749
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs6-2/+250
preferences (currently hidden) to disable updates, set the update frequency, and set the update "channel" (stable vs development). Add a "Help" menu item to manually check for updates. svn path=/trunk/; revision=47748
2013-02-17Add a macro that, for a given count of keys, returns the total size ofGuy Harris1-1/+1
an AirpcapKeysCollection structure with that number of keys, and use it instead of doing the calculation manually. svn path=/trunk/; revision=47699
2013-02-16Show resegmented data as grey.Martin Mathieson1-21/+41
svn path=/trunk/; revision=47687
2013-02-15Fix Voice RTP player crash if player is closed while playingMichael Mann1-11/+15
Bug 8065 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8065) svn path=/trunk/; revision=47674
2013-02-14main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris1-1/+1
ui_main_window.h before doing anything with main_window_slots.cpp. svn path=/trunk/; revision=47659
2013-02-12remove _U_ for parameter that is usedMartin Kaiser1-1/+1
svn path=/trunk/; revision=47644
2013-02-11strlen() returns a size_t, so assign its return value to a size_t.Guy Harris1-2/+2
gtk_selection_data_set() takes an int, rather than a size_t, as its last argument, so cast away that bit of "ZOMG ARENT SIZE_T AND INT THE SAME SIZE!!!!!!!111ONE!!!!!" svn path=/trunk/; revision=47628
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-6/+11
package, assume that we're doing a "release" build. svn path=/trunk/; revision=47615
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris2-12/+12
directory. svn path=/trunk/; revision=47599
2013-02-09Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs1-1/+1
svn path=/trunk/; revision=47595
2013-02-09Try to figure out if we built the rest of the project using Autotools orGerald Combs1-3/+25
CMake automatically. svn path=/trunk/; revision=47576