aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Use Frame_data also in graph_analysis_item_t, this should ultimatelyAnders Broman1-1/+1
2011-08-26No semicolons after #endif, please.Guy Harris1-1/+1
2011-08-26Missing ; in the < GTK 2.22 branchAnders Broman1-1/+1
2011-08-26Use cairo_surface_tAnders Broman1-4/+204
2011-08-24Simplified some GTK_CHECK_VERSION to improve readability.Stig Bjørlykke1-6/+3
2011-08-24GTK3 Remove gtk_window_set_has_resize_grip() as it createsAnders Broman1-2/+0
2011-08-24GTK3 Remove gtk_window_set_has_resize_grip() as it createsAnders Broman1-1/+0
2011-08-21Fix the remaining places that GDK_DISABLE_DEPRECATED complained aboutJörg Mayer1-25/+8
2011-08-21Somehow I forgot to commit the patch to disable GDK_DISABLE_DEPRECATEDJörg Mayer1-0/+4
2011-08-18Draw the cursor line using ccairoAnders Broman1-6/+24
2011-08-12Replace 2.x only gtk_statusbar_set_has_resize_grip by 3.x onlyJörg Mayer1-2/+12
2011-08-12Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer1-1/+1
2011-08-05Free the PangoLayout.Anders Broman1-0/+1
2011-08-04Replace almost all uses of GtkObject (which no longer existsJörg Mayer1-1/+1
2011-08-04- Get rid of some deprecated functions.Anders Broman1-75/+87
2011-07-26Part 2 of the cleanup. fix some compile errors in previous patch.Jörg Mayer1-22/+28
2011-07-26Remove some more GTK_WIDGET_STATEJörg Mayer1-12/+0
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-8/+8
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-22/+1
2011-07-21Replace references to style by gtk_widget_get_style (according toJörg Mayer1-13/+13
2011-07-19Get rid of direct access to struct GtkToggleButtonJörg Mayer1-4/+4
2011-07-19Get rid of all GtkAdjustment element accesses. Fix a bugJörg Mayer1-2/+2
2011-07-19Fix some errors when compiling with -DGSEAL_ENABLE.Jörg Mayer1-1/+21
2011-07-14Fix a crash when doing Telephony ! RTP ! Stream Analysis with capture files w...Bill Meier1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-0/+20
2011-07-13Fix more tooltips fixes.Anders Broman1-10/+8
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+10
2011-05-15Mark an unused argument.Stig Bjørlykke1-1/+1
2011-05-15Use correct signature for event callback functions;Bill Meier1-59/+39
2011-05-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5902 :Jeff Morriss1-6/+7
2010-12-29Fix Windows build, which complained about possible loss of data convertingStephen Fisher1-1/+1
2010-12-28Implement first part of request in bug #5527 - allow the user to changeStephen Fisher1-2/+31
2010-12-27Clarify some commentsStephen Fisher1-2/+6
2010-12-27The RTP Player shows the number of seconds since the beginning of thatStephen Fisher1-1/+1
2010-12-15From k barnard:Jaap Keuter1-5/+34
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-1/+1
2010-11-04From Alexis La Goutte:Jaap Keuter1-13/+7
2010-10-12Define some vars & fcns as static;Bill Meier1-3/+3
2010-03-27Fix (or at least work around the crash in)Jeff Morriss1-2/+14
2010-03-26s/#if DEBUG/#ifdef DEBUG/Jeff Morriss1-95/+95
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-25/+25
2009-12-29Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier1-2/+2
2009-12-18PortAudio doesn't make sure that a default device is even available on the de...Jaap Keuter1-40/+130
2009-12-17Squelch GTK warnings on the RTP player progress bar when resizeing the window.Jaap Keuter1-1/+2
2009-12-17Squelch a GTK warning on the RTP player spinner control.Jaap Keuter1-1/+1
2009-11-15From Alejandro Vaquero:Anders Broman1-22/+37
2009-08-18Properly handle closing/destruction of RTP player window.Jaap Keuter1-1/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-3/+3
2009-05-22From Nick Lewis via bug 3319:Gerald Combs1-9/+32
2009-05-14Extend error reporting from PortAudio library.Jaap Keuter1-0/+69