aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-2103/+0
2012-01-15Have the time field in the Graph Analyzis windos use the same time format as ...Anders Broman1-18/+12
2012-01-14Fix unused parameter warningsAnders Broman1-3/+3
2012-01-14This seams to leave fewer graphical artefacts.Anders Broman1-9/+16
2012-01-14Get rid of some unused #defines.Guy Harris1-18/+13
2012-01-13Fix a copy paste error.Anders Broman1-2/+2
2011-09-24Mark the "adjustment" argument to scroll callbacks as unused. (IsGuy Harris1-2/+2
2011-09-23Get rid of duplicate call.Guy Harris1-1/+0
2011-09-23Grr make it work if GTK < 2.22Anders Broman1-0/+9
2011-09-23Redraw when vertical scroll is used.Anders Broman1-36/+37
2011-09-23Update the draw area as well.Anders Broman1-2/+18
2011-09-23Remove duplicated code.Anders Broman1-10/+1
2011-09-22Store a pointer to frame_data rather than the time.Anders Broman1-13/+32
2011-09-15Store frame_data_t instead of nstime_t, now it should be possibleAnders Broman1-4/+8
2011-09-13Use Frame_data also in graph_analysis_item_t, this should ultimatelyAnders Broman1-3/+3
2011-08-24GTK3:Jörg Mayer1-19/+19
2011-08-24GTK3 expose_event -> drawAnders Broman1-1/+63
2011-08-17Fix a typo and size_request.Anders Broman1-0/+4
2011-08-12Revert 38500 - compiling with gtk2.12 and gtk2.22 and gtk3.0 obviouslyJörg Mayer1-21/+21
2011-08-12Replace GDK_IS_DRAWABLE by gtk_widget_is_drawable(). All occurrencesJörg Mayer1-21/+21
2011-08-12Fix a typoAnders Broman1-1/+1
2011-08-12- Use cairo_surface_tAnders Broman1-47/+339
2011-08-09Get rid of deprecated gdk_pixmap_create_from_xpm_d().Anders Broman1-3/+5
2011-08-09Remove no longer used include.Anders Broman1-1/+0
2011-08-09Use cairo for the background colors, invert text color when selected.Anders Broman1-44/+25
2011-08-09Use Cairo for the column headers.Anders Broman1-26/+19
2011-08-09Use cairo in a couple of more places.Anders Broman1-28/+30
2011-08-09'color_div_line' is not being used.Martin Mathieson1-7/+0
2011-08-09Use cairo in a couple of more places.Anders Broman1-29/+23
2011-08-08Don't include color.hAnders Broman1-1/+0
2011-08-03Fix compiler warning turned error:Stephen Fisher1-1/+1
2011-08-03- Get rid of deprecated functions.Anders Broman1-236/+190
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-48/+3
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-3/+3
2011-07-12Fix more tooltips.Anders Broman1-3/+2
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-15/+8
2011-02-08Fix compilation problem for GTK+ < 2.18Stephen Fisher1-2/+2
2011-02-08Build with pre-2.18 GTK+es.Guy Harris1-2/+8
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...Stephen Fisher1-45/+213
2010-09-02Add commentsAnders Broman1-9/+24
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-08-11Remove 1K line limit when saving a flow graph to a file;Bill Meier1-62/+50
2010-07-30Minor code cleanup:Bill Meier1-115/+68
2009-11-16Remove debug code.Jaap Keuter1-26/+18
2009-11-15From Alejandro Vaquero:Anders Broman1-72/+134
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-10/+0
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-0/+2
2009-08-17Change window_new() to dlg_window_new() and destroy the window with the top l...Jaap Keuter1-5/+3
2009-08-12Restore the formatting of the saved graph.Jaap Keuter1-2/+2