aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Cleanup some column alignment code.stig1-2/+2
2009-12-01Save column alignment in the recent file.stig1-1/+77
2009-11-05Introduce packet bytes bit view.stig1-0/+12
2009-10-29From Eric Sesterhenn via bug 4175:stig1-2/+8
2009-09-03Read column widths from recent file also for new packet list.stig1-4/+0
2009-08-18Add new_packet_list_recent_write_all().etxrab1-1/+7
2009-07-28Clarify (slightly) some comments;wmeier1-8/+17
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-1/+8
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-1/+1
2009-04-16More Win64 fixes.gerald1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-3/+1
2009-02-26Remember the last used profile and restore this on startup.stig1-0/+8
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugstig1-0/+16
2008-08-09Check if the recent_common file exists instead of having a setting instig1-18/+8
2008-06-14Save the column width in the recent list on every change so we canstig1-0/+40
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-7/+7
2008-05-11Sort list before thaw to avoid flicker when doing capture.stig1-0/+14
2008-04-28Added flag i new recent file to determine where to get values nowstig1-5/+24
2008-04-28Reopen the recent file when reading older common settings.stig1-0/+2
2008-04-28Split the recent file in two, one for the configuration profilestig1-124/+229
2008-04-13sort #includes by directoriesulfl1-15/+15
2008-04-12Some packet_list.h -> main_packet_list.h changes.stig1-1/+1
2008-04-12Added an option to save column widths in the recent file.stig1-3/+117
2008-04-12rename menu -> main_menuulfl1-1/+1
2008-04-09Remove:etxrab1-3/+0
2008-04-09fix some GTK1 related commentsulfl1-6/+0
2008-04-07remove GTK1 codeulfl1-6/+0
2008-03-04get_persconffile_path() return malloc'd memory,stig1-0/+1
2008-02-29Save correct gui.time_format for "seconds since previous displayed packet"stig1-2/+2
2008-01-14Added cast of argument to isspace.stig1-1/+1
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-10/+27
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...stig1-1/+1
2007-11-28fix the path to include g_ascii_strcasecmp.hsahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-12/+16
2007-09-15Add routines under Windows to check if npf.sys is running, and togerald1-0/+14
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald1-3/+18
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-24Remove all warnings under Unix for the gtk/ directory.sfisher1-2/+2
2007-01-13U3 support for "recent" files.gal1-3/+14
2006-12-08A callback in read_prefs_file() should return a prefs_set_pref_e, not anguy1-2/+2
2006-12-05From Douglas Pratley with trivial changes and documentation changes sfisher1-2/+2
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...ulfl1-5/+5
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an gerald1-1/+17
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-2/+18
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-0/+3
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-3/+4
2005-08-25timestamp display precision:ulfl1-0/+13
2005-08-20- Declare some functions staticjmayer1-4/+0