aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-03After applying GUI preferences, reset the welcome screen's header messageStephen Fisher1-1/+1
2010-11-27Make some other statusbar routines take a format string and format args,Guy Harris1-1/+1
2010-10-05Split some texts on the welcome page to make "Interface List" andStig Bjørlykke1-2/+2
2010-08-21Initialize a variable before we try to free it.Gerald Combs1-1/+1
2010-08-20Free the err_str from capture_interface_list() even if the error isn't CANT_G...Jeff Morriss1-0/+2
2010-08-19Use proper signatures for event callback functions:Bill Meier1-107/+133
2010-08-16Fix an include.Gerald Combs1-1/+1
2010-08-16Fix compilation on Windows.Gerald Combs1-11/+11
2010-08-16Don't drop characters in the middle of a UTF-8 sequence. Fixes bug 5066.Gerald Combs1-5/+11
2010-06-20Fix for bug 4875:Jaap Keuter1-1/+8
2010-05-15Support monitor mode in the capture preferences.Guy Harris1-1/+5
2010-05-14Don't include capture-related headers if we don't support capturingGuy Harris1-3/+7
2010-02-25Fix for bug 2478:Jaap Keuter1-1/+1
2009-12-30Set correct linktype when starting capture from the welcome page.Stig Bjørlykke1-0/+1
2009-12-02Borrow some of the web site colors for the welcome screen.Gerald Combs1-45/+21
2009-09-16Make sure we don't fetch too much data from the registry.Gerald Combs1-1/+2
2009-09-16Check for TCP Chimney offloading as described atGerald Combs1-1/+24
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
2009-05-22From David Aggeler via bug 3468:Gerald Combs1-10/+22
2009-05-08Warningfix:Jörg Mayer1-1/+1
2009-04-29Add the ability to push and pop messages in to and out of the welcomeGerald Combs1-24/+65
2009-04-22More float-constant-not-double-constant fixes.Guy Harris1-1/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-7/+7
2009-04-09gtk_widget_ref() -> g_object_ref()Anders Broman1-12/+12
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-4/+4
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris1-0/+1
2009-02-01Add (preliminary, and a bit hacky) support for interface-type icons onGuy Harris1-13/+16
2009-01-30Windows only: for some typical capture interface names (with a "built in" heu...Ulf Lamping1-1/+1
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-11-03Always show version in black.Stig Bjørlykke1-1/+1
2008-10-15If we click on an interface in the welcome screen, correctly enable/disableGerald Combs1-0/+11
2008-10-07Add a hidden preference to show the version in the welcome page.Stig Bjørlykke1-23/+14
2008-10-07Fix printing of version in welcome page.Stig Bjørlykke1-1/+1
2008-10-06Add a hidden preference to set the welcome screen title.Gerald Combs1-7/+7
2008-09-02Fix typo in #define.Guy Harris1-4/+4
2008-09-02Make it easy to put the version on the Welcom page if wanted.Anders Broman1-2/+21
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-24Make it obvious that this is a development version. Fix a makefileGerald Combs1-1/+1
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-10/+11
2008-06-18Encase another variable used only if we support capture in #ifdefGuy Harris1-0/+2
2008-06-18Put a variable inside a ifdef HAVE_LIBPCAPStig Bjørlykke1-0/+2
2008-06-18Reload the interface list on the welcome page when changing profile andStig Bjørlykke1-30/+52
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-14Force foreground when background is forced on welcome page.Stig Bjørlykke1-12/+25
2008-04-19I'v fixed the bug reported by Stig that no items appear and also ..Ulf Lamping1-8/+11
2008-04-19add a way to place the capture interfaces and recent files list into a scroll...Ulf Lamping1-15/+126
2008-04-18Display the interface comment if defined.Stig Bjørlykke1-5/+17
2008-04-18Change an assignment-in-an-if to a comparison.Jeff Morriss1-1/+1
2008-04-17Minor banner tweaks.Gerald Combs1-8/+13