aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-08-21Fix the remaining places that GDK_DISABLE_DEPRECATED complained aboutJörg Mayer1-25/+8
2011-08-21Make register_gtk_stats_tree_tap() work with MAIN_MENU_USE_UIMANAGERAnders Broman3-4/+37
2011-08-21Build gtkvumeter only on win32Jörg Mayer1-1/+8
2011-08-21Somehow I forgot to commit the patch to disable GDK_DISABLE_DEPRECATEDJörg Mayer2-0/+8
2011-08-21Compile with GDK_DISABLE_DEPRECATED (the files that fail with thisJörg Mayer1-1/+1
2011-08-21Get the replacement for the arc drawing working.Jörg Mayer1-64/+21
2011-08-21Fix a typo.Michael Tüxen1-1/+1
2011-08-21Missed one instance of arc -> ellipse renaming.Jörg Mayer1-1/+1
2011-08-21The arc function was only used to draw filled ellipses. Change code toJörg Mayer1-66/+46
2011-08-21Small whitespace changes.Jörg Mayer1-11/+11
2011-08-21Add missing newline at the end of the file.Stig Bjørlykke13-13/+13
2011-08-21Put a newline at the end of the file.Guy Harris1-1/+1
2011-08-20Fixed build withouth HAVE_PCAP_REMOTE.Stig Bjørlykke2-1/+7
2011-08-20The remote_options structure is not used if we don't have remote captureGuy Harris1-3/+1
2011-08-20Fix unused parameter warning (turned error) in the ui-manager case.Jörg Mayer1-2/+10
2011-08-20Add more register_dfilter_stat driven menus to MAIN_MENU_USE_UIMANAGERAnders Broman11-14/+96
2011-08-20Make register_dfilter_stat work for MAIN_MENU_USE_UIMANAGERAnders Broman17-11/+151
2011-08-19Add main_menubar.cJörg Mayer1-0/+1
2011-08-19Try to fix the build bot.Anders Broman1-0/+4
2011-08-19Add a few more menu items.Anders Broman5-2/+23
2011-08-19Add one more menu item.Anders Broman3-0/+10
2011-08-19Add UTC timeformats to the menu.Anders Broman1-2/+16
2011-08-19Add a few more menu items.Anders Broman5-0/+36
2011-08-19Put the UIManager menubar code in a separate file.Anders Broman3-2333/+5683
2011-08-19GTK 3.0Anders Broman1-27/+173
2011-08-19GTK 3.0 "Comment out" GTK 2 code for now. Functionality needs to be restored ...Anders Broman3-3/+12
2011-08-19Back out previous commit (38612) which was the brutal patch to build withStephen Fisher4-49/+35
2011-08-18From Anders on -dev:Stephen Fisher4-35/+49
2011-08-18Update the AirPcap code in prefs_dlg.c to match the changes made toGerald Combs1-23/+27
2011-08-18Temporary fix to get Windows build going again: undefine GTK_DISABLE_DEPRECAT...Stephen Fisher1-1/+5
2011-08-18GTK 3.0 Typo.Anders Broman1-1/+1
2011-08-18GTK 3.0 Fix colors(?)Anders Broman1-5/+5
2011-08-18GTK 3.0 fix a couple of gtk_style_context_get().Anders Broman3-3/+3
2011-08-18Draw the cursor line using ccairoAnders Broman1-6/+24
2011-08-18Use cairo_surface_t instead of axis_pixmap.Anders Broman1-20/+91
2011-08-18Use cairo_surface_t instead of title_pixmap.Anders Broman1-2/+34
2011-08-18Fix a typo in the gtk3 caseJörg Mayer1-1/+1
2011-08-18GTK 3.0 version of modify forground.Anders Broman1-0/+15
2011-08-18Fix two typos in the gtk3 caseJörg Mayer1-3/+3
2011-08-18Copy-paste errors.Anders Broman1-3/+6
2011-08-18More GTK 3.0 changes.Anders Broman4-20/+66
2011-08-17Use gtk_widget_override_font() in GTK 3.0 ( Untested on GTK 3.0)Anders Broman5-8/+40
2011-08-17Replace deprecated functions/macrosJörg Mayer1-1/+1
2011-08-17Always build with -DGTK_DISABLE_DEPRECATED. The files thatJörg Mayer1-1/+1
2011-08-17These two files cannot be compiled with GTK_DISABLE_DEPRECATEDJörg Mayer2-0/+8
2011-08-17Use gpointer instead of GtkItemFactoryCallback for functionsJörg Mayer2-6/+7
2011-08-17Unifiy parameters to menu_open_recent_file_cmd for theJörg Mayer2-15/+7
2011-08-17Fix compilation on when not using MAIN_MENU_USE_UIMANAGERStephen Fisher1-4/+4
2011-08-17More GTK 3.0 changes:Anders Broman2-4/+28
2011-08-17menus.[hc]:Jörg Mayer3-51/+7