aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* From Didier Gautheron:Anders Broman2010-01-151-18/+37
* Improved the Interface Options dialog:Stig Bjørlykke2010-01-131-20/+25
* Display the capture filter in the main window title when capturing.Stig Bjørlykke2010-01-131-20/+20
* Use get_column_custom_field() to get unknown custom column field.Stig Bjørlykke2010-01-112-2/+2
* Fixed the tooltip for unknown custom column field.Stig Bjørlykke2010-01-112-6/+10
* From Jim Young:Anders Broman2010-01-111-6/+12
* Clean up indentation.Guy Harris2010-01-071-55/+55
* Check for valid linktype_history in capture_get_linktype().Stig Bjørlykke2010-01-041-1/+6
* Set correct linktype when starting capture from the welcome page.Stig Bjørlykke2009-12-303-8/+25
* Show in stats % of UL traffic that is padding (subheader or payload).Martin Mathieson2009-12-291-4/+16
* Squelch warning from MSVC++ when building 64-bit code.Guy Harris2009-12-291-1/+1
* Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().Bill Meier2009-12-291-6/+10
* Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier2009-12-291-2/+2
* Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier2009-12-291-83/+68
* Fix for bug 4354:Jaap Keuter2009-12-271-1/+6
* Add save option to RTP graph window.Jaap Keuter2009-12-241-2/+28
* Rename splash_register_freq to info_update_freq. Use it to throttle nameGerald Combs2009-12-222-7/+8
* Change host_name_lookup_process to return TRUE if anything new has beenGerald Combs2009-12-221-6/+24
* Renamed some menu items to clarify the usage:Stig Bjørlykke2009-12-221-6/+6
* Set correct sensitivity for "Ignore All Packets".Stig Bjørlykke2009-12-221-0/+2
* Only mark/ignore displayed frames when doing mark/ignore all packetsSake Blok2009-12-221-2/+4
* Add "Ignore all packets", just like "Mark all packets"Sake Blok2009-12-215-4/+44
* Added Copy Profile functionality.Stig Bjørlykke2009-12-212-15/+76
* Set new column minimum width and resize column when changing column titleStig Bjørlykke2009-12-201-0/+5
* PortAudio doesn't make sure that a default device is even available on the de...Jaap Keuter2009-12-181-40/+130
* Added some shortcuts for the Ignore Packet menu items.Stig Bjørlykke2009-12-181-4/+4
* If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs2009-12-181-3/+3
* Squelch GTK warnings on the RTP player progress bar when resizeing the window.Jaap Keuter2009-12-171-1/+2
* Squelch a GTK warning on the RTP player spinner control.Jaap Keuter2009-12-171-1/+1
* Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke2009-12-176-3/+62
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-177-16/+150
* Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs2009-12-151-1/+1
* From Valerio Messina:Jaap Keuter2009-12-148-38/+39
* Moved conversations_ipv6.c and hostlist_ipv6.c to TAP_SRC.Stig Bjørlykke2009-12-141-2/+2
* From Andreas Heise:Anders Broman2009-12-131-1/+1
* Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sGuy Harris2009-12-121-1/+1
* Add new filesJörg Mayer2009-12-111-0/+2
* Fix for bug 3801:Jaap Keuter2009-12-111-16/+26
* From Andreas Heise:Anders Broman2009-12-111-0/+2
* From Clif Bratcher:Jaap Keuter2009-12-103-0/+204
* Cleanup some column alignment code.Stig Bjørlykke2009-12-092-17/+8
* Save column alignment in the old packet list.Stig Bjørlykke2009-12-091-10/+56
* Moved column xalign values.Stig Bjørlykke2009-12-092-5/+6
* Added "No Sorting" and Align menu items to the old packet list Stig Bjørlykke2009-12-093-20/+65
* When freezing/thawing selection gets lost.Anders Broman2009-12-081-1/+17
* - Use the gtk_tree_view_column_set_min_width() method alsoAnders Broman2009-12-031-13/+15
* Improved Apply/Prepare a filter from Packet List for custom columns:Stig Bjørlykke2009-12-031-3/+16
* Use size_t for length.Stig Bjørlykke2009-12-021-1/+1
* Set tooltips on the column button.Stig Bjørlykke2009-12-021-11/+6
* Indicate default column alignment in the popup menu.Stig Bjørlykke2009-12-023-6/+58