aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Connect F7 and F8 for new_packet_list.Anders Broman1-2/+6
2009-08-31Add utf_8to16_snprintf() which creates a UTF16 string according to the given ...Kovarththanan Rajaratnam1-2/+2
2009-08-29Fix potential crash due to NULL dereference.Bill Meier1-10/+10
2009-08-28Compute the loading time and show it in the main status bar.Anders Broman1-2/+8
2009-08-27Remove the three dots in the menu item.Stig Bjørlykke1-1/+1
2009-08-27make the columns sortable.Anders Broman3-0/+48
2009-08-27Don't copy const strings, store the pointer in the list store instead,Anders Broman3-19/+71
2009-08-27Add #include <stdio.h>Bill Meier1-1/+3
2009-08-27Add #include <stdio.h>Bill Meier1-0/+2
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier11-0/+18
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier9-9/+16
2009-08-27Add #include <stdio.h> in a few places for SolarisBill Meier1-0/+1
2009-08-26Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.cBill Meier1-1/+0
2009-08-26Keep Solaris buildbot happy ....Bill Meier1-0/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2-0/+4
2009-08-26From Didier Gautheron:Anders Broman5-38/+50
2009-08-26Fix some indentationBill Meier1-5/+5
2009-08-26Make it possible to close and reactivate the window.Anders Broman1-0/+5
2009-08-25 Custom columnfication:Anders Broman1-1/+0
2009-08-25Fix another typo.Guy Harris1-1/+1
2009-08-24Fix typo.Guy Harris1-1/+1
2009-08-24From Didier Gautheron:Anders Broman1-4/+32
2009-08-24Use our own version of gdk_color_to_string if GTK < 2.12Anders Broman2-1/+32
2009-08-24We no longer need the "ascending arrow" and "descending arrow" imagesGuy Harris1-349/+340
2009-08-24Use list_store isf deprecated clist.Anders Broman3-181/+200
2009-08-24Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warningBill Meier1-2/+9
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2-2/+2
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2-4/+8
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+0
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-2/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Get rid of a bunch of "warning: redundant redeclaration of" messages.Jörg Mayer1-6/+0
2009-08-22expert_comp_table.c: Minor cleanupAnders Broman2-21/+20
2009-08-21From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported byMichael Tüxen2-13/+75
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam3-1/+6
2009-08-21Use col_text in frame data.Anders Broman3-21/+18
2009-08-20Trivial formatting changesMartin Mathieson1-20/+17
2009-08-19Destroy window with parent, update label when showing window.Anders Broman1-1/+4
2009-08-19Make it possible to run checkapi with "deprecated-gtk-todo".Anders Broman1-3/+10
2009-08-19From Didier Gautheron:Anders Broman5-245/+168
2009-08-19From Didier Gautheron:Anders Broman1-0/+59
2009-08-19Fix a memmory leak.Anders Broman1-1/+3
2009-08-18Add new_packet_list_recent_write_all().Anders Broman3-1/+41
2009-08-18Properly handle closing/destruction of RTP player window.Jaap Keuter1-1/+2
2009-08-18Make copy summary work for new_packet_list.Anders Broman3-3/+78