aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-24Mark the "adjustment" argument to scroll callbacks as unused. (Isguy1-2/+2
2011-09-23Get rid of duplicate call.guy1-1/+0
2011-09-23Grr make it work if GTK < 2.22etxrab1-0/+9
2011-09-23Redraw when vertical scroll is used.etxrab1-36/+37
2011-09-23Update the draw area as well.etxrab1-2/+18
2011-09-23Remove duplicated code.etxrab1-10/+1
2011-09-22Store a pointer to frame_data rather than the time.etxrab1-13/+32
2011-09-15Store frame_data_t instead of nstime_t, now it should be possibleetxrab1-4/+8
2011-09-13Use Frame_data also in graph_analysis_item_t, this should ultimatelyetxrab1-3/+3
2011-08-24GTK3:jmayer1-19/+19
2011-08-24GTK3 expose_event -> drawetxrab1-1/+63
2011-08-17Fix a typo and size_request.etxrab1-0/+4
2011-08-12Revert 38500 - compiling with gtk2.12 and gtk2.22 and gtk3.0 obviouslyjmayer1-21/+21
2011-08-12Replace GDK_IS_DRAWABLE by gtk_widget_is_drawable(). All occurrencesjmayer1-21/+21
2011-08-12Fix a typoetxrab1-1/+1
2011-08-12- Use cairo_surface_tetxrab1-47/+339
2011-08-09Get rid of deprecated gdk_pixmap_create_from_xpm_d().etxrab1-3/+5
2011-08-09Remove no longer used include.etxrab1-1/+0
2011-08-09Use cairo for the background colors, invert text color when selected.etxrab1-44/+25
2011-08-09Use Cairo for the column headers.etxrab1-26/+19
2011-08-09Use cairo in a couple of more places.etxrab1-28/+30
2011-08-09'color_div_line' is not being used.martinm1-7/+0
2011-08-09Use cairo in a couple of more places.etxrab1-29/+23
2011-08-08Don't include color.hetxrab1-1/+0
2011-08-03Fix compiler warning turned error:sfisher1-1/+1
2011-08-03- Get rid of deprecated functions.etxrab1-236/+190
2011-07-21Create a file containing macros to provide the access-functionsjmayer1-48/+3
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().etxrab1-3/+3
2011-07-12Fix more tooltips.etxrab1-3/+2
2011-06-20GTK3 fixes:jmayer1-0/+3
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-15/+8
2011-02-08Fix compilation problem for GTK+ < 2.18sfisher1-2/+2
2011-02-08Build with pre-2.18 GTK+es.guy1-2/+8
2011-02-08More -DGSEAL_ENABLE cleanup (hopefully without breaking anything)...sfisher1-45/+213
2010-09-02Add commentsetxrab1-9/+24
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-1/+0
2010-08-11Remove 1K line limit when saving a flow graph to a file;wmeier1-62/+50
2010-07-30Minor code cleanup:wmeier1-115/+68
2009-11-16Remove debug code.jake1-26/+18
2009-11-15From Alejandro Vaquero:etxrab1-72/+134
2009-11-10Removed some unused variables and unused assignments.stig1-10/+0
2009-08-27Add #include <stdio.h> in a few more places for Solaris.wmeier1-0/+2
2009-08-17Change window_new() to dlg_window_new() and destroy the window with the top l...jake1-5/+3
2009-08-12Restore the formatting of the saved graph.jake1-2/+2
2009-06-01flow_graph & etc: rework graph "save as" slightly:wmeier1-27/+56
2009-04-16More Win64 fixes.gerald1-6/+5
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-2/+2
2009-03-12From Jakub Zawadzki:stig1-2/+1
2009-02-22Use gtk_file_chooser_dialog_new().etxrab1-18/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2