aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-3911/+0
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-10/+1
2011-08-23Fix build in the non gtk3 case: Add gpointer data to theJörg Mayer1-21/+21
2011-08-23Make colors work on GTK3Anders Broman1-15/+53
2011-08-19Add a few more menu items.Anders Broman1-0/+7
2011-08-19GTK 3.0 "Comment out" GTK 2 code for now. Functionality needs to be restored ...Anders Broman1-1/+4
2011-08-19Back out previous commit (38612) which was the brutal patch to build withStephen Fisher1-3/+1
2011-08-18From Anders on -dev:Stephen Fisher1-1/+3
2011-08-15Save graph GTK =< 2.22Anders Broman1-2/+15
2011-08-12- Use cairo_surface_tAnders Broman1-33/+117
2011-08-10Test fwrite() return values to see if a write error.Bill Meier1-56/+56
2011-08-09Remove duplicate line-of-code.Bill Meier1-1/+0
2011-08-08Don't include color.hAnders Broman1-2/+1
2011-08-03Get rid of gdk_draw_layout().Anders Broman1-35/+51
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +Jörg Mayer1-10/+14
2011-07-26Code cleanup.Anders Broman1-12/+0
2011-07-25Use Cairo for drawing.Anders Broman1-62/+64
2011-07-24Replace deprecated functions.Anders Broman1-6/+6
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-3/+3
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-4/+2
2011-07-21Replace references to style by gtk_widget_get_style (according toJörg Mayer1-17/+17
2011-07-19Get rid of direct access to struct GtkToggleButtonJörg Mayer1-15/+15
2011-07-19Get rid of all GtkAdjustment element accesses. Fix a bugJörg Mayer1-0/+16
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-1/+13
2011-07-13Fix more tooltips fixes.Anders Broman1-3/+2
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in aGerald Combs1-23/+0
2011-07-02Log:Bill Meier1-17/+8
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-18/+21
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-1/+1
2011-04-17Coverity UNUSED_VALUEAnders Broman1-8/+3
2010-12-21From Marc Giertzsch:Jaap Keuter1-5/+15
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-26/+26
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+1
2010-08-19 Minor cleanup of rtp graph:Bill Meier1-15/+36
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-7/+2
2010-07-22(Trivial): Whitespace cleanup.Bill Meier1-963/+963
2010-06-25UTF-8-ize a bunch more arrows. If IE6 on XP can render them then theyGerald Combs1-2/+3
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-3/+1
2009-12-24Add save option to RTP graph window.Jaap Keuter1-2/+28
2009-12-13From Andreas Heise:Anders Broman1-1/+1
2009-12-11Fix for bug 3801:Jaap Keuter1-16/+26
2009-12-11From Andreas Heise:Anders Broman1-0/+2
2009-11-15From Alejandro Vaquero:Anders Broman1-2/+40
2009-11-13Fix for bug 4120:Jaap Keuter1-2/+2
2009-10-12Option_menu -> combo_boxAnders Broman1-79/+74
2009-10-09Remove code guarded by #ifdef USE_CONVERSATION_GRAPHAnders Broman1-148/+16
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-0/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+2