aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_byte_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Fix a crash when analysing SCTP TSNs.Michael Tüxen1-0/+1
2011-08-24GTK3 typo fixes:Jörg Mayer1-60/+60
2011-08-24Fix a typo.Anders Broman1-1/+1
2011-08-24GTK3 expose_event -> drawAnders Broman1-6/+23
2011-08-12SCTP graphs:Anders Broman1-42/+157
2011-08-08Don't include color.hAnders Broman1-1/+0
2011-08-05TypoAnders Broman1-2/+0
2011-08-05Free the PangoLayout.Anders Broman1-0/+4
2011-08-04Replace almost all uses of GtkObject (which no longer existsJörg Mayer1-1/+1
2011-08-03Get rid of gdk_draw_layout().Anders Broman1-28/+43
2011-07-31Code cleanup.Anders Broman1-12/+12
2011-07-28Use cairo for drawing.Anders Broman1-9/+34
2011-07-28Replace gdk_draw_rectangle() with cairo equivalentsAnders Broman1-12/+21
2011-07-27Replace the remaining gdk_draw_pixmap().Anders Broman1-14/+16
2011-07-26Part 2 of the cleanup. fix some compile errors in previous patch.Jörg Mayer1-4/+1
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +Jörg Mayer1-19/+24
2011-07-26Use Cairo for drawing, step 2.Anders Broman1-84/+101
2011-07-26Use Cairo for drawing, step 1.Anders Broman1-19/+23
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-8/+9
2011-07-21Replace references to style by gtk_widget_get_style (according toJörg Mayer1-30/+30
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-0/+20
2011-07-13Fix more tooltips fixes.Anders Broman1-5/+2
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-4/+0
2011-05-15Don't assign to an unused variable;Bill Meier1-3/+1
2011-05-15Replace some 'if(...){exit(10);}' by g_asserts;Bill Meier1-46/+37
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-2/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-3/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-12/+12
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-04-13sort #includes by directoriesUlf Lamping1-10/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-8/+8
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-6/+6
2008-04-07Cleanup whitespaces.Michael Tüxen1-30/+27
2008-04-07remove GTK1 codeUlf Lamping1-106/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen1-1/+1
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen1-2/+37
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-18/+18
2007-02-09A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen1-9/+9
2006-05-31Fixes the handling of long term captures from a simulation tool.Michael Tüxen1-30/+107
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen1-7/+60
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-25/+23