aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-38/+2
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-105/+258
2011-10-20Use g_strdup.Stig Bjørlykke1-1/+1
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-258/+105
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-4/+0
2011-09-24Use one of the new icons for remote interfaces.Michael Tüxen1-2/+5
2011-09-02No libpcap, no capturing, no interfaces on which to capture.Guy Harris1-1/+2
2011-09-01When double clicking on an interface in the main welcome menu opens the edit ...Michael Tüxen1-0/+6
2011-08-30No need to make an almost empty column extra wide.Jörg Mayer1-1/+1
2011-08-23Fix colors in GTK3Anders Broman1-4/+4
2011-08-18GTK 3.0 Typo.Anders Broman1-1/+1
2011-08-18GTK 3.0 Fix colors(?)Anders Broman1-5/+5
2011-08-18Copy-paste errors.Anders Broman1-3/+6
2011-08-18More GTK 3.0 changes.Anders Broman1-8/+47
2011-08-17Get rid of get_color() it looks like we do not need allocated collors.Anders Broman1-2/+6
2011-08-16Handle the case in the capture options dialog boxMichael Tüxen1-2/+4
2011-08-15gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_p...Anders Broman1-1/+2
2011-08-12Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer1-1/+1
2011-08-05Use the fix from Joerg to get the airpcap icon also for remoteMichael Tüxen1-0/+2
2011-08-05Fix the compile issue reported by Joerg.Michael Tüxen1-50/+50
2011-08-05Add support for multiple interfaces to the capture options dialog.Michael Tüxen1-93/+196
2011-07-21Make sure that the interfaces listed in ifaces really exist.Michael Tüxen1-2/+2
2011-07-21Add some temporary protection code to support the current captureMichael Tüxen1-0/+1
2011-07-20strdup -> g_strdupAnders Broman1-3/+3
2011-07-20Synchronize the selection of interfaces between the main welcomeMichael Tüxen1-4/+54
2011-07-19Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen1-114/+5
2011-07-18Make sure that the Capture/Start menue item will always use theMichael Tüxen1-9/+100
2011-07-16Remove redundant code.Michael Tüxen1-6/+4
2011-07-16Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen1-1/+16
2011-07-15You can't create a mutex without initializing the thread system.Michael Tüxen1-2/+16
2011-07-15Add a missing ( in the UI_MANAGER caseJörg Mayer1-1/+1
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs1-50/+156
2011-07-14Add back r37749, which was taken out by accident.Michael Tüxen1-1/+2
2011-07-12Display interface stuff only when interfaces are available.Michael Tüxen1-7/+7
2011-07-12This fixes the compile issue reported inMichael Tüxen1-0/+1
2011-07-12Fix more tooltips.Anders Broman1-12/+4
2011-07-08Try to make non-libpcap builds compiling.Michael Tüxen1-0/+2
2011-07-08Use the interfaces from the last capturing process as a starting pointMichael Tüxen1-2/+30
2011-07-07Try to unbreak the Mac OS X 10.5 buildbots.Michael Tüxen1-1/+1
2011-07-07Bring back interface icons.Michael Tüxen1-7/+23
2011-07-07Use the interface descriptions again.Michael Tüxen1-10/+43
2011-07-06Fix a crash when using hidden interfaces.Michael Tüxen1-4/+2
2011-07-06AddMartin Mathieson1-0/+2
2011-07-06Use g_object_set() instead of gtk_object_set().Michael Tüxen1-1/+1
2011-07-06Get it even linking...Michael Tüxen1-2/+2
2011-07-06Get it compiling when not having libpcap.Michael Tüxen1-4/+11
2011-07-06Add support for multiple interface to the main welcome screen.Michael Tüxen1-200/+189
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-12/+29
2011-06-22Make it possible to copy stuff from the welcome header.Anders Broman1-0/+1
2011-05-22Fix the case where you start with interfaces on the command lineMichael Tüxen1-0/+16