| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 1 | -673/+0 |
* | We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code using | Jörg Mayer | 2011-09-25 | 1 | -14/+0 |
* | Use Frame_data also in graph_analysis_item_t, this should ultimately | Anders Broman | 2011-09-13 | 1 | -4/+2 |
* | For GTK3: Change type of unused parameter GtkObject -> GObject | Jörg Mayer | 2011-08-16 | 1 | -1/+1 |
* | Fix some compiler errors with -DGTK_DISABLE_DEPRECATED | Jörg Mayer | 2011-07-14 | 1 | -0/+4 |
* | Fix more tooltips fixes. | Anders Broman | 2011-07-13 | 1 | -17/+10 |
* | More GUIManager stuff. | Anders Broman | 2011-05-10 | 1 | -14/+1 |
* | Do some prep work on GUIManager code, if you enable it it will break as the m... | Anders Broman | 2011-05-03 | 1 | -0/+24 |
* | Remove some unnecessary includes: a lot of things don't need globals.h and re... | Jeff Morriss | 2010-08-30 | 1 | -2/+0 |
* | Fix two memory leaks; | Bill Meier | 2010-08-12 | 1 | -134/+147 |
* | Fix Bug #4871: Wrong Ack value in TCP flow graph when using relative sequence... | Bill Meier | 2010-06-14 | 1 | -1/+4 |
* | Change window_new() to dlg_window_new() and destroy the window with the top l... | Anders Broman | 2009-06-21 | 1 | -1/+2 |
* | Have tap listeners specify whether the "packet" routine requires | Guy Harris | 2009-06-05 | 1 | -2/+4 |
* | As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri... | Bill Meier | 2009-03-19 | 1 | -3/+3 |
* | From Jakub Zawadzki (bug 3331): | Stig Bjørlykke | 2009-03-13 | 1 | -17/+8 |
* | Restructured the flow graph dialog to make it easier to read. | Stig Bjørlykke | 2008-12-01 | 1 | -18/+15 |
* | #include <emem.h> not req'd | Bill Meier | 2008-08-26 | 1 | -1/+0 |
* | Don't put (non-extern'd) prototypes for protect_thread_critical_region() and | Jeff Morriss | 2008-08-05 | 1 | -37/+35 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-07-08 | 1 | -1/+1 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -3/+3 |
* | rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ... | Ulf Lamping | 2008-04-17 | 1 | -1/+1 |
* | don't use a Close button for the preparation dialog, use a Cancel one instead | Ulf Lamping | 2008-04-16 | 1 | -6/+6 |
* | add stock icons for expert info and flow graph | Ulf Lamping | 2008-04-14 | 1 | -1/+3 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -15/+18 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | third round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -9/+9 |
* | replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni... | Ulf Lamping | 2008-04-11 | 1 | -6/+6 |
* | replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f... | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | remove GTK1 code | Ulf Lamping | 2008-04-06 | 1 | -18/+0 |
* | Include epan/strutil.h for gtk-1.2 builds. | Michael Tüxen | 2008-03-01 | 1 | -0/+1 |
* | Next attempt to cleanup some string functions, including: | Stig Bjørlykke | 2008-02-29 | 1 | -8/+11 |
* | Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-01 | 1 | -2/+2 |
* | Fix bug #1530 this time for GTK1 builds. | Stephen Fisher | 2007-05-30 | 1 | -0/+7 |
* | Fix for bug #1530: Graph Analysis window misbehaves if Flow Window that | Stephen Fisher | 2007-05-29 | 1 | -2/+3 |
* | Fix for bug #1117: Crash on next action [such as another stats window] when | Stephen Fisher | 2006-12-01 | 1 | -13/+15 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | waste a couple of bytes per tcp conversation and make the tree for acked_pack... | Ronnie Sahlberg | 2006-03-20 | 1 | -0/+1 |
* | From Laurent Rabret, | Anders Broman | 2006-03-14 | 1 | -7/+17 |
* | The sequence and ack numbers in a TCP are guint32's, which means they | Guy Harris | 2006-03-01 | 1 | -35/+35 |
* | Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment. | Jaap Keuter | 2006-02-24 | 1 | -1/+1 |
* | add an userdata argument to register_stat_cmd_arg() and its callback to use ... | Luis Ontanon | 2006-02-11 | 1 | -4/+4 |
* | From Olivier Jacques, | Anders Broman | 2006-01-07 | 1 | -16/+50 |
* | Olivier Jacques: | Jörg Mayer | 2006-01-06 | 1 | -2/+2 |
* | modify the tool tip "Nodes in the diagram are identified with network source ... | Anders Broman | 2005-12-16 | 1 | -1/+1 |
* | From Jacques, Olivier (OCBU-Test Infra) | Anders Broman | 2005-12-16 | 1 | -5/+73 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -3/+3 |
* | use the same name for menu item and dialog box title, use the right capitaliz... | Ulf Lamping | 2005-09-13 | 1 | -2/+2 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -2/+2 |
* | As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so | Guy Harris | 2005-08-21 | 1 | -1/+1 |