summaryrefslogtreecommitdiff
path: root/gtk/menus.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...Stephen Fisher1-2/+2
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3Stephen Fisher1-14/+14
2011-01-31Only define view_menu_auto_scroll_live_cb if HAVE_LIBPCAPAnders Broman1-0/+2
2011-01-21Re-arrange help menu a bit to group website and wiki links.Jaap Keuter1-3/+3
2011-01-19Fix the broken Edit Menu when UImanager is used.Anders Broman1-5/+5
2011-01-05Rearrange the Intenals and Help menu somewhat.Jaap Keuter1-19/+18
2011-01-05Clean up the white space.Jaap Keuter1-230/+210
2010-12-22Fix marking functionality (bug 5279)Sake Blok1-6/+8
2010-12-07Change the accelerator keys for "goto previous/next packet in conversation" f...Sake Blok1-4/+4
2010-11-28Move u3 code to top-level directory since it's not GTK specificStephen Fisher1-1/+1
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-3/+4
2010-11-20Repair copy (summary and as filter) functionality in the packet-list context ...Sake Blok1-24/+24
2010-11-19Remove comments used when editing.Anders Broman1-11/+0
2010-11-18[UImanager]Add missing GO to frame, and copy paste errors.Anders Broman1-1/+13
2010-11-16Another unused function with MAIN_MENU_USE_UIMANAGERJörg Mayer1-1/+1
2010-11-12Add text import capability, like text2pcap, directly into the GUI.Jaap Keuter1-0/+4
2010-11-04Support empty column titles.Stig Bjørlykke1-3/+11
2010-11-02(GTKUImanger)Anders Broman1-8/+17
2010-10-30Added a icon for "Edit Column Details".Stig Bjørlykke1-1/+1
2010-10-24#if 0 "Work in progress" codeAnders Broman1-16/+23
2010-10-24Fix "More unused warnings in new menu code" based on code from Jörg Mayer.Anders Broman1-66/+242
2010-10-18(GUIManager) Make opening a recent file work from the recent files menu.Anders Broman1-22/+53
2010-10-18(GTKUImanger)Anders Broman1-28/+60
2010-10-13From Jörg Mayer:Anders Broman1-5/+6
2010-10-13(GTKUImanger)Anders Broman1-3/+19
2010-10-13(GTKUImanger)Anders Broman1-44/+90
2010-10-13Try to get the build going again.Anders Broman1-1/+2
2010-10-12(GUIManager) Base code to get recent files to work with GUIManager.Anders Broman1-52/+101
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-11/+11
2010-10-12Get rid of C++-style comments; use #if 0/#endif to remove code.Guy Harris1-54/+62
2010-10-11menus.c: In function 'add_menu_recent_capture_file_absolute':Anders Broman1-1/+4
2010-10-11Get filter_te from top_level rather then from the widget.Anders Broman1-45/+171
2010-10-10- Fix more callbacks.Anders Broman1-43/+72
2010-10-10It's now "change column", not just "rename column"; fix build.Guy Harris1-27/+25
2010-10-10Fix up a number of callbacks.Anders Broman1-275/+298
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-4/+4
2010-10-08Get rid of an GUI artifact if the recent list is empty.Anders Broman1-0/+8
2010-10-08Make some routines unused outside gtk/menus.c static.Guy Harris1-5/+5
2010-10-08Fix a routine name - that menu item has nothing to do with colorization.Guy Harris1-3/+3
2010-10-08Clean up white space.Guy Harris1-75/+70
2010-10-08set_menu_sensitivity_old() is now only used for the main menu; simplifyGuy Harris1-136/+120
2010-10-08Move a comment next to the only item to which it now refers.Guy Harris1-27/+27
2010-10-08Clean up white space.Guy Harris1-284/+283
2010-10-08Move menu_items[] inside the #ifdef MAIN_MENU_USE_UIMANAGER/#else/#endifGuy Harris1-441/+439
2010-10-08Use #error to cause the build to fail for un-implemented stuff (such asGuy Harris1-3/+37
2010-10-07Reinsert #ifdef's removed by mistake.Anders Broman1-8/+17
2010-10-07Remove #ifdef'ed code for MENUS_USE_UIMANAGER.Anders Broman1-676/+2
2010-10-04(GUIManager)set time display format(makes file load work again).Anders Broman1-3/+8
2010-10-04(GUIManager)set_menu_sensitivity_old not used when MENUS_USE_UIMANAGER defined.Anders Broman1-3/+5
2010-10-04Added some defines to make it compile with MAIN_MENU_USE_UIMANAGER.Stig Bjørlykke1-5/+18