aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris1-6/+5
2011-10-18There's only one expert info dialog now; dispense with the "composite" partJeff Morriss1-2/+2
2011-10-14Make make_menu_actions() static again, but protect withMartin Mathieson1-1/+5
2011-10-14make_menu_items() isn't called without LUA support, so can't be static.Martin Mathieson1-1/+1
2011-10-14From Tony Trinh:Anders Broman1-42/+238
2011-10-06Fix unused parameter warnings.Anders Broman1-7/+7
2011-10-06Removed unconditional g_warnings and a bit of code clean up.Anders Broman1-233/+38
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-1/+1
2011-09-28In drag_and_drop.c use accessor functions for GtkSelectionData. InGerald Combs1-6/+3
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-2/+1
2011-09-21Whitespace cleanup:Bill Meier1-1037/+1037
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-19Remove debug code.Anders Broman1-1/+0
2011-09-01Make it possible to add menus and menuitems from outside of main_menubar.c.Anders Broman1-0/+28
2011-08-31Only load the menubar UI description from file. Anders Broman1-10/+4
2011-08-30How copy-paste can ruin your day; Anders Broman1-75/+7
2011-08-30Add a #ifdef NEW_MENU_CODE around a static function that is only used on that...Martin Mathieson1-3/+4
2011-08-30Get the path right when running from build environment.Anders Broman1-25/+24
2011-08-30I don't know...perhaps this will satisfy the OS X buildbotAnders Broman1-3/+4
2011-08-30Make the capture_if callbacks HAVE_LIBPCAP agnostic.Anders Broman1-6/+52
2011-08-30Path from Joerg Mayer, I'm committing it as I think the right thing to do is ...Anders Broman1-6/+2
2011-08-29Fix compilation when compiling without libpcap (configure script parameterStephen Fisher1-2/+6
2011-08-29Make loading the menu code from file a compile option: NEW_MENU_CODEJörg Mayer1-14/+34
2011-08-29Remove #ifdef's from UIDescription.Anders Broman1-33/+38
2011-08-28Unify windows and non windows menu_bar a bit.Anders Broman1-7/+15
2011-08-27Removed unused argument to new_packet_list_copy_summary_cb().Stig Bjørlykke1-70/+70
2011-08-27Fix all occurrences of the color2 bug 6269.Stig Bjørlykke1-4/+4
2011-08-27Colorize conversation color 2 not working from right-click menuAnders Broman1-142/+142
2011-08-27Enable and disable toolbar buttons when having packets.Stig Bjørlykke1-1/+2
2011-08-26Fix LUA labels in the UI_MANAGER case.Anders Broman1-1/+1
2011-08-25Put LUA back in the menu_bar.Anders Broman1-1/+167
2011-08-25Correct action names.Anders Broman1-96/+102
2011-08-24Several Time Shift menu improvements:Stig Bjørlykke1-2/+4
2011-08-22gtk_action_get_label() is available in gtk+ 2.16 and higher...Michael Tüxen1-4/+4
2011-08-22gtk_action_get_label() is GTK 2.16Anders Broman1-0/+7
2011-08-22Add conversation filter menuAnders Broman1-24/+81
2011-08-22#if 0 in a consistent way. This should unbreak the Mac OS builders.Michael Tüxen1-0/+2
2011-08-22merge_all_tap_menus() has been moved to menus.c.Michael Tüxen1-1/+0
2011-08-22More code cleanup.Anders Broman1-426/+2
2011-08-22Don't export register_stat_menu_item_stock().(UI_MANAGER).Anders Broman1-1/+17
2011-08-22walk_menu_tree_for_selected_packet() and walk_menu_tree_for_selected_tree_row...Anders Broman1-119/+0
2011-08-22Remove register_stat_menu_item() if MAIN_MENU_USE_UIMANAGER 1Anders Broman1-54/+0
2011-08-22Remove remaining gtk_item_factory (#ifdef HAVE_GTKOSXAPPLICATION) some one wi...Anders Broman1-4/+5
2011-08-22Add missing menus.Anders Broman1-0/+2
2011-08-21Fix a bunch of copy paste errors:Anders Broman1-10/+10
2011-08-21Add the remaining menus when MAIN_MENU_USE_UIMANAGER.Anders Broman1-37/+81
2011-08-21Make register_gtk_stats_tree_tap() work with MAIN_MENU_USE_UIMANAGERAnders Broman1-4/+4
2011-08-21Fix a typo.Michael Tüxen1-1/+1
2011-08-20Add more register_dfilter_stat driven menus to MAIN_MENU_USE_UIMANAGERAnders Broman1-8/+27
2011-08-20Make register_dfilter_stat work for MAIN_MENU_USE_UIMANAGERAnders Broman1-1/+28