Fix for bug 6449:
[obnox/wireshark/wip.git] / gtk / main_menubar.c
2011-10-18 morrissThere's only one expert info dialog now; dispense with...
2011-10-14 martinmMake make_menu_actions() static again, but protect...
2011-10-14 martinmmake_menu_items() isn't called without LUA support...
2011-10-14 etxrabFrom Tony Trinh:
2011-10-06 etxrabFix unused parameter warnings.
2011-10-06 etxrabRemoved unconditional g_warnings and a bit of code...
2011-10-05 etxrabFrom Sake Blok and Michael Mann:
2011-09-28 geraldIn drag_and_drop.c use accessor functions for GtkSelect...
2011-09-25 jmayerWe now always build with MAIN_MENU_USE_UIMANAGER, so...
2011-09-21 wmeierWhitespace cleanup:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-19 etxrabRemove debug code.
2011-09-01 etxrabMake it possible to add menus and menuitems from outsid...
2011-08-31 etxrabOnly load the menubar UI description from file.
2011-08-30 etxrabHow copy-paste can ruin your day;
2011-08-30 martinmAdd a #ifdef NEW_MENU_CODE around a static function...
2011-08-30 etxrabGet the path right when running from build environment.
2011-08-30 etxrabI don't know...perhaps this will satisfy the OS X buildbot
2011-08-30 etxrabMake the capture_if callbacks HAVE_LIBPCAP agnostic.
2011-08-30 etxrabPath from Joerg Mayer, I'm committing it as I think...
2011-08-29 sfisherFix compilation when compiling without libpcap (configu...
2011-08-29 jmayerMake loading the menu code from file a compile option...
2011-08-29 etxrabRemove #ifdef's from UIDescription.
2011-08-28 etxrabUnify windows and non windows menu_bar a bit.
2011-08-27 stigRemoved unused argument to new_packet_list_copy_summary...
2011-08-27 stigFix all occurrences of the color2 bug 6269.
2011-08-27 etxrabColorize conversation color 2 not working from right...
2011-08-27 stigEnable and disable toolbar buttons when having packets.
2011-08-26 etxrabFix LUA labels in the UI_MANAGER case.
2011-08-25 etxrabPut LUA back in the menu_bar.
2011-08-25 etxrabCorrect action names.
2011-08-24 stigSeveral Time Shift menu improvements:
2011-08-22 tuexengtk_action_get_label() is available in gtk+ 2.16 and...
2011-08-22 etxrabgtk_action_get_label() is GTK 2.16
2011-08-22 etxrabAdd conversation filter menu
2011-08-22 tuexen#if 0 in a consistent way. This should unbreak the...
2011-08-22 tuexenmerge_all_tap_menus() has been moved to menus.c.
2011-08-22 etxrabMore code cleanup.
2011-08-22 etxrabDon't export register_stat_menu_item_stock().(UI_MANAGER).
2011-08-22 etxrabwalk_menu_tree_for_selected_packet() and walk_menu_tree...
2011-08-22 etxrabRemove register_stat_menu_item() if MAIN_MENU_USE_UIMAN...
2011-08-22 etxrabRemove remaining gtk_item_factory (#ifdef HAVE_GTKOSXAP...
2011-08-22 etxrabAdd missing menus.
2011-08-21 etxrabFix a bunch of copy paste errors:
2011-08-21 etxrabAdd the remaining menus when MAIN_MENU_USE_UIMANAGER.
2011-08-21 etxrabMake register_gtk_stats_tree_tap() work with MAIN_MENU_...
2011-08-21 tuexenFix a typo.
2011-08-20 etxrabAdd more register_dfilter_stat driven menus to MAIN_ME...
2011-08-20 etxrabMake register_dfilter_stat work for MAIN_MENU_USE_UIMANAGER
2011-08-19 etxrabAdd a few more menu items.
2011-08-19 etxrabAdd one more menu item.
2011-08-19 etxrabAdd UTC timeformats to the menu.
2011-08-19 etxrabAdd a few more menu items.
2011-08-19 etxrabPut the UIManager menubar code in a separate file.