aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16More Win64 fixes.Gerald Combs1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2009-02-26Remember the last used profile and restore this on startup.Stig Bjørlykke1-0/+8
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugStig Bjørlykke1-0/+16
2008-08-09Check if the recent_common file exists instead of having a setting inStig Bjørlykke1-18/+8
2008-06-14Save the column width in the recent list on every change so we canStig Bjørlykke1-0/+40
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-7/+7
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke1-0/+14
2008-04-28Added flag i new recent file to determine where to get values nowStig Bjørlykke1-5/+24
2008-04-28Reopen the recent file when reading older common settings.Stig Bjørlykke1-0/+2
2008-04-28Split the recent file in two, one for the configuration profileStig Bjørlykke1-124/+229
2008-04-13sort #includes by directoriesUlf Lamping1-15/+15
2008-04-12Some packet_list.h -> main_packet_list.h changes.Stig Bjørlykke1-1/+1
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-3/+117
2008-04-12rename menu -> main_menuUlf Lamping1-1/+1
2008-04-09Remove:Anders Broman1-3/+0
2008-04-09fix some GTK1 related commentsUlf Lamping1-6/+0
2008-04-07remove GTK1 codeUlf Lamping1-6/+0
2008-03-04get_persconffile_path() return malloc'd memory,Stig Bjørlykke1-0/+1
2008-02-29Save correct gui.time_format for "seconds since previous displayed packet"Stig Bjørlykke1-2/+2
2008-01-14Added cast of argument to isspace.Stig Bjørlykke1-1/+1
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-10/+27
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...Stig Bjørlykke1-1/+1
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-12/+16
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs1-0/+14
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-3/+18
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-2/+2
2007-01-13U3 support for "recent" files.Graeme Lunt1-3/+14
2006-12-08A callback in read_prefs_file() should return a prefs_set_pref_e, not anGuy Harris1-2/+2
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-2/+2
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping1-5/+5
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs1-1/+17
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-2/+18
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-3/+4
2005-08-25timestamp display precision:Ulf Lamping1-0/+13
2005-08-20- Declare some functions staticJörg Mayer1-4/+0
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-06-16Include <ctype.h> to define/declare "isspace()".Guy Harris1-0/+1
2005-05-30First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping1-18/+120
2005-05-29clarify some recent file entry descriptionsUlf Lamping1-3/+7
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+14
2005-03-26Create the directory for the preferences files before writing out theGuy Harris1-9/+24
2004-10-01"prefs-int.h" belongs in epan, too.Guy Harris1-1/+1
2004-09-28from Thomas Palmer: add a combobox for the recently used capture filter stringsUlf Lamping1-1/+9