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