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