| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 1 | -514/+0 |
* | make compiling with -DGTK_DISABLE_DEPRECATED work | Jörg Mayer | 2011-07-13 | 1 | -0/+4 |
* | Support selecting multiple interfaces in the capture/interfaces | Michael Tüxen | 2011-07-05 | 1 | -0/+14 |
* | Cleanup whitespaces/indentation. | Michael Tüxen | 2011-06-29 | 1 | -54/+54 |
* | And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation... | Stephen Fisher | 2011-02-07 | 1 | -0/+12 |
* | Added a "Follow Stream" button to the conversations dialog. | Stig Bjørlykke | 2010-06-23 | 1 | -0/+4 |
* | From Lars Ruoff: | Jaap Keuter | 2009-10-22 | 1 | -0/+7 |
* | (Trivial): remove a comment referring to Gtk 1 | Bill Meier | 2009-06-01 | 1 | -1/+0 |
* | Change button label to "Quit without Saving" from "Continue without Saving" | Balint Reczey | 2009-05-27 | 1 | -1/+3 |
* | Fix some usage of deprecated GTK+ functions | Bill Meier | 2009-03-06 | 1 | -2/+2 |
* | add a stock icon "WIRESHARK_STOCK_MAP" to display a map | Ulf Lamping | 2009-02-10 | 1 | -0/+19 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -1/+1 |
* | Remove all GTK+ < 2.4 code and minimum version checks. | Stephen Fisher | 2008-04-27 | 1 | -15/+0 |
* | add "Save As" and "Save All" buttons to the dialog / stock_icons utils | Ulf Lamping | 2008-04-16 | 1 | -0/+8 |
* | a better spacing between the help and copy buttons | Ulf Lamping | 2008-04-16 | 1 | -3/+2 |
* | fix button sequence, show filter... button left to Cancel button | Ulf Lamping | 2008-04-16 | 1 | -2/+2 |
* | special handling for the dialog boxes Copy buttons, as the behaviour is more ... | Ulf Lamping | 2008-04-16 | 1 | -1/+10 |
* | get_profile_name() will always return a valid string. | Stig Bjørlykke | 2008-04-14 | 1 | -3/+0 |
* | From Jim Young (bug 2212): | Sake Blok | 2008-04-14 | 1 | -0/+29 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -7/+6 |
* | move stock icon code from toolbar.c into specific stock_icons file(s) | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | second round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f... | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -4/+4 |
* | fix some GTK1 related comments | Ulf Lamping | 2008-04-09 | 1 | -2/+2 |
* | Remove GTK1 code and change ugly version checking statements into | Stephen Fisher | 2008-04-07 | 1 | -1/+1 |
* | remove GTK1 code | Ulf Lamping | 2008-04-06 | 1 | -76/+1 |
* | Add relative start time, duration, and average data rate (bps) columns | Gerald Combs | 2007-11-20 | 1 | -11/+15 |
* | Finish (?) UAT's GUI | Luis Ontanon | 2007-01-29 | 1 | -0/+9 |
* | Trying to get buildbot Windows-XP-x86 to build again. | Jaap Keuter | 2007-01-20 | 1 | -15/+1 |
* | Recent versions of GTK+ have added a "gtk-label-select-on-focus" | Gerald Combs | 2007-01-20 | 1 | -2/+33 |
* | fix bug #1057: remove "start" completely | Ulf Lamping | 2006-08-25 | 1 | -5/+0 |
* | capture interfaces dialog: use capture stock icons instead of plain text buttons | Ulf Lamping | 2006-08-24 | 1 | -5/+21 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -4/+4 |
* | 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 |
* | We need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol. | Guy Harris | 2006-04-30 | 1 | -2/+0 |
* | Move the file selection dialog routines to file_dlg.c, and give it a | Guy Harris | 2006-04-30 | 1 | -292/+10 |
* | add a help button to the "Follow TCP Stream" dialog (and use standard button ... | Ulf Lamping | 2006-04-20 | 1 | -0/+2 |
* | enhance simple dialog: add the possibility to use no buttons at all and add a... | Ulf Lamping | 2005-09-20 | 1 | -4/+5 |
* | Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't have | Guy Harris | 2005-09-09 | 1 | -1/+3 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -19/+19 |
* | ask for unsaved file when using the new start capture feature, | Ulf Lamping | 2005-04-19 | 1 | -0/+9 |
* | From Martin Mathielson | Luis Ontanon | 2005-02-27 | 1 | -1/+2 |
* | For file browsing dialog boxes, the affirmative button should be "OK", | Guy Harris | 2004-09-30 | 1 | -0/+15 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -3/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Daniel Thompson: add additional message/alert box options to | Guy Harris | 2004-07-13 | 1 | -2/+12 |
* | bugfix to a bug reported by Ian Schorr: | Ulf Lamping | 2004-07-12 | 1 | -2/+2 |