aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-888/+0
* We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer2011-09-251-14/+1
* Use Frame_data also in graph_analysis_item_t, this should ultimatelyAnders Broman2011-09-131-1/+1
* Store a pointer to frame_data which holds the timing and frame number info ra...Anders Broman2011-09-131-4/+4
* Replace almost all uses of GtkObject (which no longer existsJörg Mayer2011-08-041-1/+1
* Fix almost all accesses to ->windowJörg Mayer2011-07-211-1/+2
* Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer2011-07-141-0/+8
* Fix more tooltips fixes.Anders Broman2011-07-131-7/+6
* Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in aGerald Combs2011-07-111-6/+0
* More GUIManager stuff.Anders Broman2011-05-101-14/+1
* Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman2011-05-031-0/+24
* Fix menu entry.Stig Bjørlykke2010-10-091-1/+1
* Fix for bug 5172:Jaap Keuter2010-09-221-1/+1
* 1.4 version does not display the t.38 graph.Anders Broman2010-09-011-0/+2
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-2/+1
* Rework code so start-time, end-time, & packets columns sort properly and are ...Bill Meier2010-07-221-83/+61
* clear the store list before inserting all rawsTomas Kukosa2010-04-061-0/+1
* Fix some gcc -Wshadow warnings.Bill Meier2010-03-211-37/+37
* Squelch a compiler warning.Guy Harris2010-03-191-1/+2
* Replace GtkCList by GtkTreeView.Jaap Keuter2010-03-191-726/+450
* Remove one too many columns, causing havoc on display and sorting.Jaap Keuter2010-03-031-1/+0
* Allow for other time presentations.Jaap Keuter2010-03-031-4/+4
* Get rid of C++-style comments (even inside "#if 0"/"#endif", the APIGuy Harris2010-02-191-55/+57
* Commit #if 0'd out code:Anders Broman2010-02-191-10/+203
* Fix some gcc -Wshadow warnings.Bill Meier2010-02-011-26/+26
* Use more unique names for certain enum constants.Bill Meier2010-01-191-2/+2
* Squelch warning from MSVC++ when building 64-bit code.Guy Harris2009-12-291-1/+1
* Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().Bill Meier2009-12-291-6/+10
* GTK_STOCK_SELECT_ALL is gtk 2.10.Anders Broman2009-11-161-2/+5
* From Alejandro Vaquero:Anders Broman2009-11-151-6/+12
* Add #include <stdio.h> in a few more places ....Bill Meier2009-08-271-0/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-1/+1
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-221-1/+2
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* Fix the last of the Win64 problems in the gtk directory.Gerald Combs2009-04-161-2/+2
* From Carlos Mendioroz:Anders Broman2009-03-111-0/+3
* gtk_label_set -> gtk_label_set_textAnders Broman2009-02-261-6/+6
* From Carlos Mendioroz:Jaap Keuter2009-01-301-0/+3
* MGCP is no longer a plugin.Jaap Keuter2008-11-251-7/+2
* Bring the windows to front when rescanning of packets are done.Stig Bjørlykke2008-10-131-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-1/+1
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-061-8/+8
* Force foreground when background is forced in RTP analysis and VOIP calls.Stig Bjørlykke2008-05-011-2/+5
* sort #includes by directoriesUlf Lamping2008-04-131-20/+20
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-10/+10
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-1/+1
* Remove more GTK1 code and related xpm files.Stephen Fisher2008-04-051-18/+0
* To ease troubleshooting of bug #2017 and for code clarity in the future, useStephen Fisher2008-01-091-6/+6
* Add missing case.Martin Mathieson2007-10-241-2/+3