aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Enabling crosshairs on TCP stream graph paints the screen.etxrab1-2/+2
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-47/+1
2011-09-14Trivial fix that would create one of the three GDK_DEPRECATED errors.jmayer1-2/+2
2011-08-25Typoetxrab1-1/+1
2011-08-25GTK3 make the tcp_graph work.etxrab1-7/+4
2011-08-25Simplify the ciode a bit.etxrab1-89/+9
2011-08-24Mark another widget argument as unused.guy1-1/+1
2011-08-24Put back the experimental GTK3 code. To be tested tomorrow :-)etxrab1-1/+39
2011-08-24Argh, forgot the _U_:setxrab1-9/+9
2011-08-24Use user data rather than setting object data.etxrab1-30/+28
2011-08-24Back out the previous commits, the graph blows up - at least in the GTK2 vers...etxrab1-50/+21
2011-08-24Mark widget parameter as unused a number of timessfisher1-6/+6
2011-08-24GTK3 expose_event -> drawetxrab1-21/+50
2011-08-24Call gdk_cairo_create() for earlier versions of gtk.martinm1-1/+1
2011-08-24Code clean up as draw_arc works with cairo now.etxrab1-20/+4
2011-08-24Paths changed for UI_MANAGERetxrab1-5/+5
2011-08-24Simplified some GTK_CHECK_VERSION to improve readability.stig1-6/+3
2011-08-23Missed backing out one line...etxrab1-1/+1
2011-08-23Make colors work on GTK3 take 2etxrab1-13/+12
2011-08-23Make colors work on GTK3etxrab1-13/+14
2011-08-21Get the replacement for the arc drawing working.jmayer1-64/+21
2011-08-21Missed one instance of arc -> ellipse renaming.jmayer1-1/+1
2011-08-21The arc function was only used to draw filled ellipses. Change code tojmayer1-66/+46
2011-08-21Small whitespace changes.jmayer1-11/+11
2011-08-19GTK 3.0etxrab1-27/+173
2011-08-19Back out previous commit (38612) which was the brutal patch to build withsfisher1-40/+33
2011-08-18From Anders on -dev:sfisher1-33/+40
2011-08-18Use cairo_surface_t instead of axis_pixmap.etxrab1-20/+91
2011-08-18Use cairo_surface_t instead of title_pixmap.etxrab1-2/+34
2011-08-11Remove unused variables.etxrab1-2/+0
2011-08-11Get rid of no longer neded GdkGC:setxrab1-66/+1
2011-08-11Use Cairo in more places.etxrab1-9/+114
2011-08-10More Cairo conversion.etxrab1-14/+23
2011-08-10Use Cairo for drawing in more places.etxrab1-8/+19
2011-08-09Use Cairo for drawing in more places.etxrab1-19/+52
2011-08-09Start using Cairo for drawing.etxrab1-40/+90
2011-08-08#include "../color.h" not needed.etxrab1-1/+0
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +jmayer1-4/+4
2011-07-21Fix almost all accesses to ->windowjmayer1-32/+33
2011-07-21Replace references to style by gtk_widget_get_style (according tojmayer1-1/+1
2011-07-19Get rid of direct access to struct GtkToggleButtonjmayer1-7/+7
2011-07-18Fix some trivial cases of gdk-deprecated warnings. The remainingjmayer1-2/+2
2011-07-14Remove trailing whitespacejmayer1-21/+21
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().etxrab1-11/+11
2011-07-13Remove two deprecated functions.etxrab1-2/+2
2011-06-20GTK3 fixes:jmayer1-0/+3
2011-05-19Fix two warning in case of UIMANAGER:jmayer1-1/+3
2011-05-15Set menu sensitivity.etxrab1-2/+6
2011-05-15Add the TCPGraph for UIManager.etxrab1-1/+45
2011-03-26Added a missing break in graph_select_segment.stig1-0/+1