aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Added Manual IP address resolve functions.stig1-0/+5
2010-02-24Fix for bug 4522:jake1-2/+2
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-3/+3
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-5/+5
2009-12-22Renamed some menu items to clarify the usage:stig1-6/+6
2009-12-22Set correct sensitivity for "Ignore All Packets".stig1-0/+2
2009-12-21Add "Ignore all packets", just like "Mark all packets"sake1-0/+4
2009-12-18Added some shortcuts for the Ignore Packet menu items.stig1-4/+4
2009-12-17Added "Ignore Packet" menu items to the main menu.stig1-0/+18
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+2
2009-12-14From Valerio Messina:jake1-2/+2
2009-12-09Added "No Sorting" and Align menu items to the old packet list stig1-0/+7
2009-12-02Use size_t for length.stig1-1/+1
2009-12-02Indicate default column alignment in the popup menu.stig1-1/+38
2009-12-02Fixed opening correct preferences page.stig1-3/+3
2009-12-01Save column alignment in the recent file.stig1-4/+6
2009-12-01Added three states for sorting: ascending, descending and no sortingstig1-0/+1
2009-11-30Function rename:stig1-12/+12
2009-11-27Added function to align columns.stig1-2/+7
2009-11-26Added the popup menu to the old packet list heading, to make it equal tostig1-2/+15
2009-11-26Added a popup menu in the packet list heading to set sort order and somestig1-2/+30
2009-11-19Implement new_packet_list_recreate(). This should be reimplemented tostig1-4/+0
2009-11-19Add a custom column from the packet details popup menu.stig1-1/+16
2009-11-05Introduce packet bytes bit view.stig1-16/+33
2009-09-21cf_change_time_formats() is not needed with new packet list.etxrab1-3/+3
2009-09-07Enable resize columns button for new packet list.stig1-1/+4
2009-09-02Also deactivate and activate menu for recent.gui_time_precision.stig1-16/+5
2009-09-02Make sure that we deactivate before activating in menu_recent_read_finished()...krj1-15/+5
2009-09-02Use new_packet_list_colorize_packets() where cf_colorize_packets();etxrab1-2/+12
2009-09-01From Richard Brodie via. Bug 3913:krj1-1/+1
2009-08-27Add #include <stdio.h> in a few more places for Solaris.wmeier1-0/+1
2009-08-18Make copy summary work for new_packet_list.etxrab1-2/+7
2009-08-15Enable 'Mark Packet' in the Edit menukrj1-1/+3
2009-08-15Add support for mark/unmark all frames in our new packet listkrj1-6/+7
2009-08-15Find next/previous mark is also supported so don't exclude itkrj1-0/+2
2009-08-15Don't exclude functionality we already supportkrj1-2/+2
2009-08-14Make 'Apply as filter'/'Prepare filter' work for new packet list.krj1-3/+6
2009-07-28Make mark frame work.etxrab1-1/+4
2009-07-28From Kovarththanan Rajaratnam:etxrab1-4/+13
2009-07-28Fix setting of timestamp_precision.etxrab1-0/+6
2009-07-28Fix setting of new time format.etxrab1-0/+6
2009-07-25From Kovarththanan Rajaratnam:etxrab1-4/+2
2009-07-25From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whensfisher1-0/+2
2009-06-30Fix typo.guy1-1/+1
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-3/+16
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-0/+3205