| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bugfix to a bug reported by Ian Schorr: | Ulf Lamping | 2004-07-12 | 1 | -3/+9 |
* | bugfix: is using last_open_dir with GTK2.4 file chooser | Ulf Lamping | 2004-06-20 | 1 | -4/+20 |
* | "gtk_file_selection_set_filename()" doesn't work with a GtkFileChooser, | Guy Harris | 2004-06-03 | 1 | -3/+4 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -8/+57 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -35/+133 |
* | dlg_destroy_cb() is static | Ulf Lamping | 2004-05-24 | 1 | -2/+2 |
* | Even with GTK+ 2.x the arguments to "dlg_destroy_cb()" aren't used. | Guy Harris | 2004-05-24 | 1 | -11/+2 |
* | "dlg_destroy_cb()" doesn't use its arguments when built with GTK+ | Guy Harris | 2004-05-24 | 1 | -2/+11 |
* | next step to save the size and postition of the dialogs (using a hashtable) | Ulf Lamping | 2004-05-23 | 1 | -29/+4 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -11/+37 |
* | gtk_window_present() new dialog windows, to be sure they get on top | Ulf Lamping | 2004-05-21 | 1 | -1/+2 |
* | Tag unused parameters with _U_ to squelch GCC compiler warnings (they're | Guy Harris | 2004-05-21 | 1 | -3/+4 |
* | call gtk_window_present() only on GTK2 and above | Ulf Lamping | 2004-05-20 | 1 | -1/+3 |
* | workaround for GTK2 bug: bring main window back to front, | Ulf Lamping | 2004-05-19 | 1 | -1/+11 |
* | It *appears* that if you don't explicitly request that a file chooser | Guy Harris | 2004-03-29 | 1 | -2/+1 |
* | In a "save" dialog, the "yes" button should be a "Save" button, not an | Guy Harris | 2004-03-29 | 1 | -2/+6 |
* | Add another wrapper routine, "file_selection_set_extra_widget()", to set | Guy Harris | 2004-03-29 | 1 | -1/+14 |
* | Make "file_selection_new()" take as its second argument an | Guy Harris | 2004-03-29 | 1 | -9/+40 |
* | Use the new GtkFileChooserDialog when built with gtk+ 2.4 | Olivier Abad | 2004-03-27 | 1 | -1/+14 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -6/+6 |
* | cleanup of new "question dialogs", | Ulf Lamping | 2004-01-31 | 1 | -2/+2 |
* | added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_row | Ulf Lamping | 2004-01-29 | 1 | -1/+15 |
* | adding a function to the help dialog, showing a specific topic (context help), | Ulf Lamping | 2004-01-25 | 1 | -76/+93 |
* | Fix a typo. | Guy Harris | 2004-01-22 | 1 | -2/+2 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -1/+216 |
* | save dialog with "Captured" and "Displayed" buttons in packet range | Ulf Lamping | 2004-01-07 | 1 | -1/+12 |
* | Put in a comment about some issues with the way we do "Update list of | Guy Harris | 2003-12-13 | 1 | -1/+15 |
* | In "dlg_window_new()" check to see if "top_level" has been initialized, | Gerald Combs | 2003-12-12 | 1 | -2/+4 |
* | Add a "file_selection_new()" routine that does all the positioning (GTK+ | Guy Harris | 2003-09-24 | 1 | -9/+24 |
* | From Giles Scott: | Guy Harris | 2003-09-20 | 1 | -3/+3 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-10 | 1 | -22/+5 |