aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-1469/+0
* Put back paragraph break.Guy Harris2011-12-311-2/+2
* Leave more word-wrapping to the toolkit.Guy Harris2011-12-311-4/+6
* We don't have any links to activate if we don't have pcap.Guy Harris2011-12-301-0/+2
* Make the links in the "WinPcap doesn't appear to be installed" textGuy Harris2011-12-301-2/+29
* Clean up word wrapping a bit.Guy Harris2011-12-301-2/+2
* For the "don't have WinPcap" case, put up some stuff in the welcomeGuy Harris2011-12-301-3/+30
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-291-1/+2
* Pass a GMutex * instead of a GMutex **.Gerald Combs2011-11-101-1/+1
* Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs2011-11-091-1/+11
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-071-38/+2
* Back out infrastructure change. We missed supportingMichael Tüxen2011-10-201-105/+258
* Use g_strdup.Stig Bjørlykke2011-10-201-1/+1
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-258/+105
* We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer2011-09-251-4/+0
* Use one of the new icons for remote interfaces.Michael Tüxen2011-09-241-2/+5
* No libpcap, no capturing, no interfaces on which to capture.Guy Harris2011-09-021-1/+2
* When double clicking on an interface in the main welcome menu opens the edit ...Michael Tüxen2011-09-011-0/+6
* No need to make an almost empty column extra wide.Jörg Mayer2011-08-301-1/+1
* Fix colors in GTK3Anders Broman2011-08-231-4/+4
* GTK 3.0 Typo.Anders Broman2011-08-181-1/+1
* GTK 3.0 Fix colors(?)Anders Broman2011-08-181-5/+5
* Copy-paste errors.Anders Broman2011-08-181-3/+6
* More GTK 3.0 changes.Anders Broman2011-08-181-8/+47
* Get rid of get_color() it looks like we do not need allocated collors.Anders Broman2011-08-171-2/+6
* Handle the case in the capture options dialog boxMichael Tüxen2011-08-161-2/+4
* gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_p...Anders Broman2011-08-151-1/+2
* Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer2011-08-121-1/+1
* Use the fix from Joerg to get the airpcap icon also for remoteMichael Tüxen2011-08-051-0/+2
* Fix the compile issue reported by Joerg.Michael Tüxen2011-08-051-50/+50
* Add support for multiple interfaces to the capture options dialog.Michael Tüxen2011-08-051-93/+196
* Make sure that the interfaces listed in ifaces really exist.Michael Tüxen2011-07-211-2/+2
* Add some temporary protection code to support the current captureMichael Tüxen2011-07-211-0/+1
* strdup -> g_strdupAnders Broman2011-07-201-3/+3
* Synchronize the selection of interfaces between the main welcomeMichael Tüxen2011-07-201-4/+54
* Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen2011-07-191-114/+5
* Make sure that the Capture/Start menue item will always use theMichael Tüxen2011-07-181-9/+100
* Remove redundant code.Michael Tüxen2011-07-161-6/+4
* Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen2011-07-161-1/+16
* You can't create a mutex without initializing the thread system.Michael Tüxen2011-07-151-2/+16
* Add a missing ( in the UI_MANAGER caseJörg Mayer2011-07-151-1/+1
* On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs2011-07-141-50/+156
* Add back r37749, which was taken out by accident.Michael Tüxen2011-07-141-1/+2
* Display interface stuff only when interfaces are available.Michael Tüxen2011-07-121-7/+7
* This fixes the compile issue reported inMichael Tüxen2011-07-121-0/+1
* Fix more tooltips.Anders Broman2011-07-121-12/+4
* Try to make non-libpcap builds compiling.Michael Tüxen2011-07-081-0/+2
* Use the interfaces from the last capturing process as a starting pointMichael Tüxen2011-07-081-2/+30
* Try to unbreak the Mac OS X 10.5 buildbots.Michael Tüxen2011-07-071-1/+1
* Bring back interface icons.Michael Tüxen2011-07-071-7/+23