aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02Move updating menus with new recent values to a point after we have createdStig Bjørlykke1-1/+3
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-2/+29
2009-06-26Small whitespace cleanup.Stig Bjørlykke1-1/+1
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke1-0/+1
2009-06-13From Didier Gautheron via bug 3532:Stig Bjørlykke1-0/+2
2009-06-06Give a routine a name that indicates in more detail exactly what theGuy Harris1-2/+2
2009-06-02From Graham Bloice via bug 3504:Stig Bjørlykke1-1/+1
2009-05-27From Siddhes (bug 3483):Stig Bjørlykke1-0/+8
2009-05-27Change button label to "Quit without Saving" from "Continue without Saving" Balint Reczey1-3/+3
2009-05-22gtk_exit() is deprecated; "use the standard exit() function instead"Bill Meier1-9/+2
2009-05-13Make it compile without warnings on OSX.Stig Bjørlykke1-2/+2
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-1/+7
2009-04-16More Win64 fixes.Gerald Combs1-2/+2
2009-04-10gtk_widget_ref() --> g_object_ref()Bill Meier1-14/+14
2009-04-08Add some more "copy" functionality:Sake Blok1-10/+31
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-03-16Replace use of unneccessary (and deprecated) GtkCtree.Bill Meier1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-6/+6
2009-02-26Remember the last used profile and restore this on startup.Stig Bjørlykke1-10/+13
2009-02-26Don't write the recent file when leaving a deleted profile.Stig Bjørlykke1-2/+4
2009-02-24Add posibility to mark protocol as private. This prevents inadvertent Wiki ac...Jaap Keuter1-12/+64
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+2
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris1-0/+1
2008-11-18Optimized finding current row from cfile.current_frame.Stig Bjørlykke1-6/+2
2008-10-27Remove random ; at the end of preprocessor directive.Stephen Fisher1-1/+1
2008-10-27Add About, Preferences and a working Quit option to the OS X application menuStephen Fisher1-11/+6
2008-10-26More updates to the IGE Mac OS X integration feature:Stephen Fisher1-2/+14
2008-10-03add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg1-1/+8
2008-09-25Fix for Bug 2891:Sake Blok1-3/+3
2008-08-20Fix minor typo/spelling ...Bill Meier1-1/+1
2008-08-09Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke1-2/+2
2008-07-09Replace r25638 with a better fix. On Windows, don't open a console window ifGerald Combs1-0/+13
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-8/+6
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-06-30When we open a debug console on Windows, don't grab stdin. We never readGerald Combs1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29From Kovarththanan Rajaratnam (bug 2658):Sake Blok1-1/+1
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris1-38/+59
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterGuy Harris1-30/+30
2008-06-19Update the statusbar expert info icon when changing profile.Stig Bjørlykke1-0/+1
2008-06-18Reload the interface list on the welcome page when changing profile andStig Bjørlykke1-0/+3
2008-06-17The recent.gui_time_precision fix introduced a worse bug when changingStig Bjørlykke1-1/+0
2008-06-15Initialize recent.gui_time_precision when changing profile to avoid a crashStig Bjørlykke1-1/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-9/+9
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-4/+4