aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-14/+1
2011-09-13Use Frame_data also in graph_analysis_item_t, this should ultimatelyetxrab1-1/+1
2011-09-13Store a pointer to frame_data which holds the timing and frame number info ra...etxrab1-4/+4
2011-08-04Replace almost all uses of GtkObject (which no longer existsjmayer1-1/+1
2011-07-21Fix almost all accesses to ->windowjmayer1-1/+2
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDjmayer1-0/+8
2011-07-13Fix more tooltips fixes.etxrab1-7/+6
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in agerald1-6/+0
2011-05-10More GUIManager stuff.etxrab1-14/+1
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...etxrab1-0/+24
2010-10-09Fix menu entry.stig1-1/+1
2010-09-22Fix for bug 5172:jake1-1/+1
2010-09-011.4 version does not display the t.38 graph.etxrab1-0/+2
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-2/+1
2010-07-22Rework code so start-time, end-time, & packets columns sort properly and are ...wmeier1-83/+61
2010-04-06clear the store list before inserting all rawskukosa1-0/+1
2010-03-21Fix some gcc -Wshadow warnings.wmeier1-37/+37
2010-03-19Squelch a compiler warning.guy1-1/+2
2010-03-19Replace GtkCList by GtkTreeView.jake1-726/+450
2010-03-03Remove one too many columns, causing havoc on display and sorting.jake1-1/+0
2010-03-03Allow for other time presentations.jake1-4/+4
2010-02-19Get rid of C++-style comments (even inside "#if 0"/"#endif", the APIguy1-55/+57
2010-02-19Commit #if 0'd out code:etxrab1-10/+203
2010-02-01Fix some gcc -Wshadow warnings.wmeier1-26/+26
2010-01-19Use more unique names for certain enum constants.wmeier1-2/+2
2009-12-29Squelch warning from MSVC++ when building 64-bit code.guy1-1/+1
2009-12-29Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().wmeier1-6/+10
2009-11-16GTK_STOCK_SELECT_ALL is gtk 2.10.etxrab1-2/+5
2009-11-15From Alejandro Vaquero:etxrab1-6/+12
2009-08-27Add #include <stdio.h> in a few more places ....wmeier1-0/+2
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-04-16Fix the last of the Win64 problems in the gtk directory.gerald1-2/+2
2009-03-11From Carlos Mendioroz:etxrab1-0/+3
2009-02-26gtk_label_set -> gtk_label_set_textetxrab1-6/+6
2009-01-30From Carlos Mendioroz:jake1-0/+3
2008-11-25MGCP is no longer a plugin.jake1-7/+2
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-8/+8
2008-05-01Force foreground when background is forced in RTP analysis and VOIP calls.stig1-2/+5
2008-04-13sort #includes by directoriesulfl1-20/+20
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-10/+10
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-1/+1
2008-04-05Remove more GTK1 code and related xpm files.sfisher1-18/+0
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, usesfisher1-6/+6
2007-10-24Add missing case.martinm1-2/+3
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...kukosa1-3/+14