aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen4-214/+74
2011-07-19Fix some errors when compiling with -DGSEAL_ENABLE.Jörg Mayer1-1/+21
2011-07-18Add instructions how to use the database offline (taken fromJörg Mayer1-0/+3
2011-07-18Add a comment how to actually use the protocol help.Jörg Mayer1-1/+9
2011-07-18Update status file to current state and statisticsJörg Mayer1-12/+6
2011-07-18Fix some trivial cases of gdk-deprecated warnings. The remainingJörg Mayer2-3/+3
2011-07-18Ignore interfaces without a name.Michael Tüxen1-0/+3
2011-07-18Make a check a bit more pedantic.Michael Tüxen1-1/+2
2011-07-18Make sure that the Capture/Start menue item will always use theMichael Tüxen3-11/+109
2011-07-18Small comment update: GtkItemFactory has been deprecated as of gtk 2.4Jörg Mayer1-1/+2
2011-07-18Update STATUS.gtk3Jörg Mayer3-18/+20
2011-07-18Prevent error about undefined function while linking.Jörg Mayer1-1/+4
2011-07-16Remove redundant code.Michael Tüxen1-6/+4
2011-07-16Use correct plausability check.Michael Tüxen1-1/+1
2011-07-16Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen4-5/+40
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