aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04From Michael Mann:Anders Broman1-2/+2
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-4/+4
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-8/+0
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke1-1/+1
2010-11-28Move u3 code to top-level directory since it's not GTK specificStephen Fisher1-1/+1
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss1-8/+12
2010-07-07Remove the #ifdefs and code related to the switch to gtk_combo_box().Anders Broman1-0/+2
2010-06-25Initialize recent.gui_fileopen_remembered_dir correctly.Stig Bjørlykke1-1/+10
2010-06-25From Cal Turney via bug 4849:Stig Bjørlykke1-0/+2
2010-05-06Added an option to display seconds as hours, minutes and secondsStig Bjørlykke1-0/+13
2009-12-09Cleanup some column alignment code.Stig Bjørlykke1-2/+2
2009-12-01Save column alignment in the recent file.Stig Bjørlykke1-1/+77
2009-11-05Introduce packet bytes bit view.Stig Bjørlykke1-0/+12
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-2/+8
2009-09-03Read column widths from recent file also for new packet list.Stig Bjørlykke1-4/+0
2009-08-18Add new_packet_list_recent_write_all().Anders Broman1-1/+7
2009-07-28Clarify (slightly) some comments;Bill Meier1-8/+17
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-1/+8
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
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