aboutsummaryrefslogtreecommitdiffstats
path: root/ui/recent.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-8/+8
2017-03-02include <wsutil/glib-compat.h> to allow use of g_list_free_full() withAndersBroman1-0/+1
2017-02-24PluginIF: AdditionalToolbarRoland Knall1-0/+14
2017-02-21Have all the remote host list routines' names begin with recent_.Guy Harris1-2/+2
2017-02-21Have a routine to iterate over the remote host list.Guy Harris1-2/+4
2017-02-20Calling g_hash_table_size with a NULL argument causes a GLib-CRITICAL.Joerg Mayer1-0/+4
2016-10-30Fix two warnings when compiling with rpcap support on macOS.Joerg Mayer1-1/+1
2016-06-08Use separate main geometry settings for Qt and GTK+.Gerald Combs1-0/+16
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-10/+2
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-4/+4
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin1-2/+2
2015-12-16Qt: save custom colors in recent_common filePascal Quantin1-0/+10
2015-12-13recent.c: fix declaration of ‘value_string’ shadows a global declarationPascal Quantin1-2/+2
2015-12-13Use common code for Boolean and enumerated recent values.Guy Harris1-157/+109
2015-12-13ui: Read and write correct recent timestamp formatStig Bjørlykke1-34/+40
2015-10-04Fix various memleaksPeter Wu1-9/+12
2015-09-30Use a 'recent' setting to persist the checkbox controlling the source of PDUs...Martin Mathieson1-0/+13
2015-06-19recent.c: accept an UTF-8 string in read_set_recent_pair_dynamic() functionPascal Quantin1-2/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-5/+0
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-2/+1
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-208/+221
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-1/+10
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-2/+13
2014-07-11Try to fix the build.AndersBroman1-3/+3
2014-07-11GTK Remote CapturingIrene Ruengeler1-0/+129
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-2/+10
2013-10-27Remove U3 code and packaging.Gerald Combs1-10/+2
2013-07-28Close a memory leak.Guy Harris1-2/+3
2013-07-28Add a comment.Guy Harris1-1/+3
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris1-3/+127
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-2/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-7/+7
2013-03-15From beroset:Anders Broman1-14/+15
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-02Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris1-22/+156
2013-02-02Move recent.c to the ui directory, as we did with its header file.Guy Harris1-0/+1096