aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04From Michael Mann:etxrab1-2/+2
2011-06-28Replace all strerror() with g_strerror().stig1-4/+4
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-8/+0
2011-02-26Added functionality for handling global profiles.stig1-1/+1
2010-11-28Move u3 code to top-level directory since it's not GTK specificsfisher1-1/+1
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :morriss1-8/+12
2010-07-07Remove the #ifdefs and code related to the switch to gtk_combo_box().etxrab1-0/+2
2010-06-25Initialize recent.gui_fileopen_remembered_dir correctly.stig1-1/+10
2010-06-25From Cal Turney via bug 4849:stig1-0/+2
2010-05-06Added an option to display seconds as hours, minutes and secondsstig1-0/+13
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