| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 1 | -171/+0 |
* | Removal of the old packet-list in favor of the new packet list. | Sake Blok | 2011-03-08 | 1 | -10/+2 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-25 | 1 | -0/+20 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -1/+1 |
* | Removed the usage of topic_available() as we now have all topics. | Stig Bjørlykke | 2008-06-21 | 1 | -9/+3 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -6/+8 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -3/+3 |
* | third round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -3/+3 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -5/+5 |
* | 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 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -4/+4 |
* | add some more online help functionality and help buttons at various dialog bo... | Ulf Lamping | 2005-01-20 | 1 | -2/+12 |
* | Move the guts of gtk/file_dlg.c:goto_framenum_cb() to | Gerald Combs | 2004-09-02 | 1 | -12/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -1/+34 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -20/+11 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -2/+2 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -2/+2 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -12/+4 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -11/+3 |
* | renamed frame to packet in all GUI elements | Ulf Lamping | 2003-11-28 | 1 | -6/+6 |
* | Have "goto_frame()" put up error dialog boxes itself, rather than having | Guy Harris | 2003-03-02 | 1 | -14/+3 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -13/+6 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -7/+21 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -9/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -8/+8 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -4/+4 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Have a routine to create a scrolled window, set its vertical scrollbar | Guy Harris | 2002-01-11 | 1 | -4/+2 |
* | Doesn't need #include "dfilter.h" | Gilbert Ramirez | 2001-01-04 | 1 | -2/+1 |
* | Bleah. What was I thinking? "dlg_window_new()" should take the title | Guy Harris | 2000-08-23 | 1 | -3/+2 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -3/+1 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -4/+4 |
* | Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOG | Guy Harris | 2000-07-05 | 1 | -2/+2 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -2/+2 |
* | Add some utilities to: | Guy Harris | 2000-05-02 | 1 | -1/+13 |
* | Give the entry box in the "Find Frame" and "Go To Frame" dialog boxes | Guy Harris | 2000-03-15 | 1 | -1/+4 |
* | Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c", | Guy Harris | 2000-01-03 | 1 | -2/+2 |
* | Move the GTK+ implementations of various UI utilities out of "util.c" | Guy Harris | 1999-12-09 | 1 | -2/+2 |
* | In "Go To Frame", distinguish between "there is no frame with that frame | Guy Harris | 1999-11-30 | 1 | -8/+13 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-08 | 1 | -0/+155 |