aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whenStephen Fisher2-4/+38
2009-07-17Set the extension channel correctly. Fixup whitespace.Gerald Combs2-33/+36
2009-07-17make it possible to retreive the record with packet_list_get_value().Anders Broman1-2/+18
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-07-14Fix the sort routine.Anders Broman1-12/+14
2009-07-13Change the new packet list to use a cell data function for displayingStephen Fisher1-0/+22
2009-07-12Column index now corresponds to the column in the tree view.Anders Broman2-14/+4
2009-07-12Add a forgotten piece of code...Anders Broman1-0/+2
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-1/+1
2009-07-12Some small fixes from Jakub Zawadzki joined with my effortsAnders Broman3-12/+38
2009-07-11From Artem Tamazov:Anders Broman1-0/+1
2009-07-10From David Aggeler:Jaap Keuter1-6/+7
2009-07-09Pop the welcome header when we are finished capture without updating packetStig Bjørlykke1-0/+1
2009-07-08From Kovarththanan Rajaratnam:Anders Broman20-30/+30
2009-07-08We are only handling one row at a time(right?).Anders Broman1-1/+1
2009-07-05gtk_tree_view_set_fixed_height_mode() is GTK 2.6Anders Broman1-1/+2
2009-07-03From Kovarththanan Rajaratnam: Fixes for bug #3536Bill Meier1-20/+17
2009-07-02Get it compiling with -DNEW_PACKET_LIST on Mac OS X.Michael Tüxen1-1/+1
2009-07-02Allow the new packet list's columns to be moved backStephen Fisher1-0/+1
2009-07-02This time with the comment...Anders Broman1-2/+4
2009-07-02Don't resort the list for every row, the list will be in packet order any way...Anders Broman1-1/+1
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs1-20/+13
2009-07-02Move updating menus with new recent values to a point after we have createdStig Bjørlykke1-1/+3
2009-07-02Fix the build.Gerald Combs1-1/+1
2009-07-01Updates to create_tempfile:Gerald Combs7-29/+37
2009-07-01Realy make the new packet list compile under Windows...Anders Broman2-4/+1
2009-07-01Fix a key entry bug in the decryption key dialog. Remove some unused /Gerald Combs4-147/+15
2009-07-01Make the new packet list compile on Windows.Anders Broman3-10/+8
2009-07-01Added NEW_PACKET_LIST guard for new_packet_list.hStig Bjørlykke1-0/+2
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixAnders Broman1-0/+1
2009-06-30Fix typo.Guy Harris1-1/+1
2009-06-30Fix typo.Guy Harris1-1/+1
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher21-8/+1162
2009-06-30Put in missing newline at the end.Guy Harris1-1/+1
2009-06-29Fix a couple of AirPcap channel/offset bugs. Remove an unusedGerald Combs6-107/+106
2009-06-28fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under ...Ulf Lamping1-1/+7
2009-06-28Analyze!Enabled Protocols: Fix so type-ahead find OK w/o needing to first sel...Bill Meier1-9/+33
2009-06-28From Sean Walberg:Anders Broman1-2/+1
2009-06-26Add a tooltip in case it's not obvious how to rearrange the columns.Gerald Combs1-0/+4
2009-06-26Small whitespace cleanup.Stig Bjørlykke1-1/+1
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman18-25/+41
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman28-34/+77
2009-06-21Update for main_menu.[ch] -> menus.[ch] change.Guy Harris1-2/+2
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris18-25/+32
2009-06-16Let create_preference_option_menu() and create_preference_entry()Stig Bjørlykke2-58/+62
2009-06-16Resize the list in the autocompletion popup when narrowing down the elementsStig Bjørlykke1-0/+1
2009-06-15Let create_preference_option_menu() and create_preference_entry()Stig Bjørlykke1-27/+16
2009-06-15Let create_preference_check_button() set the tooltips.Stig Bjørlykke1-18/+14
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke3-4/+30