| Commit message (Expand) | Author | Age | Files | Lines |
* | proto_draw -> main_proto_draw | Ulf Lamping | 2008-04-12 | 1 | -1766/+0 |
* | rename menu -> main_menu | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | 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 | -9/+9 |
* | OBECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -27/+27 |
* | Replace FONT_TYPE macro with PangoFontDescription. | Stephen Fisher | 2008-04-11 | 1 | -1/+1 |
* | provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems ... | Ulf Lamping | 2008-04-08 | 1 | -1/+1 |
* | Remove GTK1 code and change ugly version checking statements into | Stephen Fisher | 2008-04-07 | 1 | -6/+2 |
* | remove GTK1 code | Ulf Lamping | 2008-04-07 | 1 | -476/+2 |
* | Fix bug #1143 - Can't read packet details....bad color scheme forced | Stephen Fisher | 2008-03-14 | 1 | -2/+1 |
* | Fix indentation. | Guy Harris | 2007-12-03 | 1 | -3/+3 |
* | Put double click on a frame link back. | Stig Bjørlykke | 2007-11-28 | 1 | -3/+8 |
* | fix crash caused with memory overwrite (flush buffer into window when we do n... | Tomas Kukosa | 2007-11-21 | 1 | -4/+5 |
* | Apply yet another set of the optimization patches: | Anders Broman | 2007-11-17 | 1 | -36/+47 |
* | "fix" some warnings about "might be used uninitialized" variables | Jörg Mayer | 2007-09-26 | 1 | -2/+2 |
* | Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11 | Stig Bjørlykke | 2007-09-17 | 1 | -19/+29 |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -10/+10 |
* | Remove all warnings under Unix for the gtk/ directory. | Stephen Fisher | 2007-03-24 | 1 | -16/+18 |
* | From Douglas Pratley: | Stephen Fisher | 2007-01-28 | 1 | -46/+152 |
* | Add separate union entries to fvalue.value for signed and unsigned | Martin Mathieson | 2007-01-18 | 1 | -1/+1 |
* | fix unused warnings | Ulf Lamping | 2006-12-26 | 1 | -1/+1 |
* | Make keyboard navigation common for all tree views (for GTK2, at least). | Gerald Combs | 2006-11-26 | 1 | -72/+0 |
* | Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go" | Gerald Combs | 2006-11-18 | 1 | -24/+36 |
* | New feature to automatically highlight the field found when doing a find. | Stephen Fisher | 2006-11-14 | 1 | -5/+28 |
* | it is GtkText in gtk-1.x not GtkTextView | Ronnie Sahlberg | 2006-11-05 | 1 | -1/+1 |
* | Make the routines that manipulate the hex/text display window take a | Guy Harris | 2006-11-05 | 1 | -64/+39 |
* | add a missing #include | Ulf Lamping | 2006-09-30 | 1 | -0/+1 |
* | A new field information flag, FI_URL, to indicate a field contains a URL. | Graeme Lunt | 2006-09-30 | 1 | -1/+9 |
* | coverity 187 | Ronnie Sahlberg | 2006-06-22 | 1 | -0/+1 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -2/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | From Greg Morris: | Anders Broman | 2006-05-11 | 1 | -9/+34 |
* | Move the file selection dialog routines to file_dlg.c, and give it a | Guy Harris | 2006-04-30 | 1 | -0/+3 |
* | Most of the stuff in file_dlg.c is specific to capture files, so rename | Guy Harris | 2006-04-29 | 1 | -1/+1 |
* | Copy over the file open/save code from the Win32 native branch. | Gerald Combs | 2006-02-13 | 1 | -20/+30 |
* | Allow a progress dialog to have "Stop" or "Cancel" as the "terminate | Guy Harris | 2005-11-12 | 1 | -0/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -13/+5 |
* | Fix uninitialized variable errors. | Guy Harris | 2005-10-27 | 1 | -0/+2 |
* | Check on every iteration of a loop whether to pop up a dialog box, | Guy Harris | 2005-10-27 | 1 | -7/+11 |
* | I'm adding the "Expert Info" prototype now, as it seems to be in a state wher... | Ulf Lamping | 2005-09-11 | 1 | -15/+51 |
* | The protocol item in the protocol tree will have a gray background now, which... | Ulf Lamping | 2005-08-21 | 1 | -0/+39 |
* | - Declare some functions static | Jörg Mayer | 2005-08-20 | 1 | -3/+3 |
* | - Include ../ui_util.h into files that implement functions declard in | Jörg Mayer | 2005-08-20 | 1 | -0/+1 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | removed tons of MSVC const related warnings. | Ulf Lamping | 2005-08-10 | 1 | -3/+3 |
* | "g_locale_to_utf8()" returns a "gchar *", and the string it returns is | Guy Harris | 2005-08-09 | 1 | -1/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -2/+2 |
* | insensitive context menu "Expand Subtrees" if no protocol field is currently ... | Ulf Lamping | 2005-05-18 | 1 | -0/+2 |
* | removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -1/+1 |
* | add keyboard expand/collapse in the tree view (with Left/Right keys) with GTK2 | Ulf Lamping | 2005-04-19 | 1 | -0/+59 |