aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-12-20From Edwin Groothuis:Anders Broman1-5/+37
2012-12-20Tweak the order of the UI updates when finishing a live-update capture so thatEvan Huus1-3/+6
2012-12-20Remove unused parameter from iousers_process_address_packetEvan Huus1-8/+8
2012-12-20Add absolute date options (-ad) for start date/time of conversation in TShark...Michael Mann1-53/+103
2012-12-19Try using the system-supplied zlib on OS X.Gerald Combs1-3/+5
2012-12-19Set the icon for the wireless device if the decription name contains Wi-FiIrene Rüngeler1-0/+3
2012-12-19Set SVN propertiesJeff Morriss2-2/+2
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs11-37/+185
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs12-32/+640
2012-12-17Add libui_dirty.Gerald Combs1-5/+14
2012-12-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8100 :Jeff Morriss1-4/+8
2012-12-16Don't cast away constness of passed-in tap structs.Martin Mathieson4-10/+10
2012-12-16Don't cast away const qualifier.Martin Mathieson3-5/+5
2012-12-15Link qtshark with libui_dirty on unix.Evan Huus1-1/+1
2012-12-15From Masatake Yamato, adding preference names used with -o option to tooltip ...Michael Mann1-9/+40
2012-12-15Add a missing backslash.Gerald Combs1-1/+1
2012-12-15Set SVN properties.Gerald Combs2-2/+2
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs16-51/+753
2012-12-14Try to cast avay:Anders Broman1-3/+3
2012-12-14Fixed uninitialized value warning.Evan Huus1-0/+1
2012-12-14fix compiler warningMartin Kaiser1-1/+1
2012-12-13Bug 3528 - When following an HTTP tcp stream decode gzip data automatically (...Michael Mann1-162/+163
2012-12-13Bug 3528 - When following an HTTP tcp stream decode gzip data automatically (...Michael Mann2-1/+155
2012-12-12From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-5/+9
2012-12-11Alphabetically sort filesJörg Mayer1-1/+1
2012-12-11Make "Edit Interfaces Dialog" modalIrene Rüngeler1-0/+1
2012-12-11Capture Options Dialog: Update buttons for "Capture all in Prom. Mode" and "C...Irene Rüngeler1-4/+63
2012-12-07Use a different border color on OS X.Gerald Combs2-0/+8
2012-12-07Set the height of the resize and apply buttons. Simplify some geometry.Gerald Combs1-2/+4
2012-12-07Properly resize the bookmark button so that the image centers properly.Gerald Combs2-22/+16
2012-12-07Add a context menu to the packet list and fill in theGerald Combs6-134/+241
2012-12-07Don't leak a string.Michael Tüxen1-0/+1
2012-12-07Fix Bug reported by Anders Broman concerning the capture filter.Irene Rüngeler1-1/+5
2012-12-07Use 16x16 icons for small toolbars as well as menus.Gerald Combs1-0/+7
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs16-78/+770
2012-12-07Fix an apparent copy/paste error.Gerald Combs1-1/+1
2012-12-06Fix two more incorrect s/link/linkr/ done by me in SVN #46426.Bill Meier1-2/+2
2012-12-06Fix compile error; Bill Meier1-1/+1
2012-12-06Fix [-Wshadow] warnings.Bill Meier18-86/+86
2012-12-05Add the new toolbar icons.Gerald Combs1-0/+224
2012-12-05Create 16x16 and 24x24 versions of the document icon with a contrastingGerald Combs4-6/+56
2012-12-05Make it more obvious that we're locking and unlocking.Gerald Combs1-2/+1
2012-12-05Choose direction properly if launching graph based upon channel ofMartin Mathieson1-1/+2
2012-12-05Add more missing #includes.Gerald Combs2-0/+7
2012-12-05Fix some C++ abuses that Guy found via LLVM.Gerald Combs6-6/+15
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier62-255/+256
2012-12-05Add some generated header files to GENERATED_NODIST_HEADER_FILES (to fixJeff Morriss1-0/+3
2012-12-05From Michal Labedzki:Anders Broman2-67/+67
2012-12-05Use g_malloc0() to initialize the counters. MAC was using uninitializedMartin Mathieson2-3/+2
2012-12-05Remove an unused variable. Use ITEM_LABEL_LENGTH instead of a magicGerald Combs1-5/+3