aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04From Michael Mann:Anders Broman1-0/+12
2011-06-21Add the correct casts to make it compile on some old ERHL box.Anders Broman1-4/+4
2011-06-19UI_MANAGER: #if 0 out add_menu_item as it is not used yet(?).Jörg Mayer1-1/+2
2011-06-19Mark parameters as unused when MAIN_MENU_USE_UIMANAGER.Anders Broman1-7/+17
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman1-8/+8
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman1-11/+12
2011-05-30Include the profile name in the Edit item in the profiles popup.Stig Bjørlykke1-0/+5
2011-05-30Changed "Rename" to "Edit" in profiles popup menu.Stig Bjørlykke1-7/+7
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok1-0/+5
2011-05-20Include the profile name in the Delete item in the profiles popup.Stig Bjørlykke1-1/+6
2011-05-18Removed "Copy" from the profiles popup menu in favour of a "Create from"Stig Bjørlykke1-2/+0
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-2/+2
2011-05-16More GUIManager stuff.Anders Broman1-5/+12
2011-05-15Remove debug code.Anders Broman1-2/+2
2011-05-15Set menu sensitivity.Anders Broman1-12/+17
2011-05-15Add the TCPGraph for UIManager.Anders Broman1-2/+10
2011-05-14Move MAIN_MENU_USE_UI_MANAGER outside of if win32.Anders Broman1-2/+7
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki1-0/+8
2011-05-12Convetr more menus to GUIManager.Anders Broman1-17/+41
2011-05-12Make the use of UIManager a configure option.Anders Broman1-0/+19
2011-05-10More GUIManager stuff.Anders Broman1-23/+89
2011-05-04More GUIManager stuff.Anders Broman1-197/+249
2011-04-24Initial support for editing packets inside wireshark.Jakub Zawadzki1-0/+21
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-127/+3
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