aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Use the fetched cur_fmt for format number.Stig Bjørlykke1-1/+1
2010-06-22Check for custom column before using custom_field.Stig Bjørlykke1-2/+3
2010-06-22Include some column details in the "Displayed Columns" list.Stig Bjørlykke1-1/+8
2010-06-21Added the displayed columns menu in the heading popup.Stig Bjørlykke1-22/+27
2010-06-21Rename "Visible" to "Displayed" for hide columns functions.Stig Bjørlykke1-3/+3
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-0/+53
2010-06-15From David Perez & Jose Pico from Taddong S.L. via bug 4451:Stig Bjørlykke1-1/+1
2010-06-10From Jim Young via bug 4862:Stig Bjørlykke1-2/+2
2010-05-27Protocol Help requires GLib 2.6+. Add newlines. Fixup whitespace.Gerald Combs1-0/+2
2010-05-27From Edgar Gladkich:Gerald Combs1-1/+5
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-17/+66
2010-05-06Added an option to display seconds as hours, minutes and secondsStig Bjørlykke1-0/+45
2010-04-27Added Manual IP address resolve functions.Stig Bjørlykke1-0/+5
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