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