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