aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Get rid of two gtk runtime warnings.Michael Tüxen1-2/+2
2011-07-15You can't create a mutex without initializing the thread system.Michael Tüxen1-2/+16
2011-07-15Fix compilation on non-windows platforms defining USE_THREADS.Michael Tüxen1-0/+2
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 Combs4-61/+168
2011-07-14Fix trunk/gtk/menus.c:4427:9: error: ‘sep_entry’ undeclared (first ...Anders Broman1-2/+2
2011-07-14Remove trailing whitespaceJörg Mayer1-21/+21
2011-07-14Remove €˜GtkItemFactoryEntry code in MAIN_MENU_USE_UIMANAGERAnders Broman2-3/+10
2011-07-14Fix a crash when doing Telephony ! RTP ! Stream Analysis with capture files w...Bill Meier1-1/+1
2011-07-14Add back r37749, which was taken out by accident.Michael Tüxen1-1/+2
2011-07-14Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.Jörg Mayer2-0/+10
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman7-19/+19
2011-07-14From Joerg Mayer:Anders Broman2-5/+17
2011-07-14Update status of compile with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-15/+3
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer14-70/+242
2011-07-13make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer1-4/+4
2011-07-13make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer4-4/+8
2011-07-13Remove two deprecated functions.Anders Broman1-2/+2
2011-07-13Fix more tooltips fixes.Anders Broman23-259/+162
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 Broman5-101/+68
2011-07-12Fix more tooltips.Anders Broman7-83/+32
2011-07-11Fix more tooltips.Anders Broman2-31/+19
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-1/+0
2011-07-11Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.Anders Broman3-30/+20
2011-07-11Fix a couple of tooltips.Anders Broman3-34/+9
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs16-653/+29
2011-07-11GTK_CHECK_VERSION cleanup.Anders Broman5-43/+0
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs11-224/+26
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespaceGerald Combs12-215/+112
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in aGerald Combs9-267/+188
2011-07-09Point to the right place.Guy Harris1-1/+1
2011-07-09Show a hint to read http://wiki.wireshark.org/CaptureSetup/CapturePrivilegesBalint Reczey1-1/+4
2011-07-08Use a pixbuf for widgets used for icons.Michael Tüxen1-3/+5
2011-07-08If no interface is specified on the command line, use the defaultMichael Tüxen1-0/+35
2011-07-08You can't select/deselct interfaces in the capture/interfacesMichael Tüxen1-3/+23
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-08Avoid 'variable set but no used' error from compiler.Jaap Keuter1-1/+4
2011-07-07The argument of capture_get_if_icon() is used.Michael Tüxen1-1/+1
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üxen3-200/+192