Synchronize the selection of interfaces between the main welcome
[obnox/wireshark/wip.git] / gtk / dlg_utils.c
2011-07-13 jmayermake compiling with -DGTK_DISABLE_DEPRECATED work
2011-07-05 tuexenSupport selecting multiple interfaces in the capture...
2011-06-29 tuexenCleanup whitespaces/indentation.
2011-02-07 sfisherAnd even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 prepa...
2010-06-23 stigAdded a "Follow Stream" button to the conversations...
2009-10-22 jakeFrom Lars Ruoff:
2009-06-01 wmeier(Trivial): remove a comment referring to Gtk 1
2009-05-27 rbalintChange button label to "Quit without Saving" from ...
2009-03-06 wmeierFix some usage of deprecated GTK+ functions
2009-02-10 ulfladd a stock icon "WIRESHARK_STOCK_MAP" to display a map
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-27 sfisherRemove all GTK+ < 2.4 code and minimum version checks.
2008-04-16 ulfladd "Save As" and "Save All" buttons to the dialog...
2008-04-16 ulfla better spacing between the help and copy buttons
2008-04-16 ulflfix button sequence, show filter... button left to...
2008-04-16 ulflspecial handling for the dialog boxes Copy buttons...
2008-04-14 stigget_profile_name() will always return a valid string.
2008-04-14 sakeFrom Jim Young (bug 2212):
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-11 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-09 ulflfix some GTK1 related comments
2008-04-07 sfisherRemove GTK1 code and change ugly version checking state...
2008-04-06 ulflremove GTK1 code
2007-11-20 geraldAdd relative start time, duration, and average data...
2007-01-29 legoFinish (?) UAT's GUI
2007-01-20 jakeTrying to get buildbot Windows-XP-x86 to build again.
2007-01-20 geraldRecent versions of GTK+ have added a "gtk-label-select...
2006-08-25 ulflfix bug #1057: remove "start" completely
2006-08-24 ulflcapture interfaces dialog: use capture stock icons...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyWe need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol.
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-04-20 ulfladd a help button to the "Follow TCP Stream" dialog...
2005-09-20 ulflenhance simple dialog: add the possibility to use no...
2005-09-09 guyDon't handle the ETHEREAL_STOCK_CAPTURE_START button...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-04-19 ulflask for unsaved file when using the new start capture...
2005-02-27 legoFrom Martin Mathielson
2004-09-30 guyFor file browsing dialog boxes, the affirmative button...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-07-12 ulflbugfix to a bug reported by Ian Schorr:
2004-07-12 ulflbugfix to a bug reported by Ian Schorr:
2004-06-20 ulflbugfix: is using last_open_dir with GTK2.4 file chooser
2004-06-03 guy"gtk_file_selection_set_filename()" doesn't work with...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-24 ulfldlg_destroy_cb() is static
2004-05-24 guyEven with GTK+ 2.x the arguments to "dlg_destroy_cb...
2004-05-24 guy"dlg_destroy_cb()" doesn't use its arguments when built...
2004-05-23 ulflnext step to save the size and postition of the dialogs...
2004-05-22 ulflgoing to have a standard behaviour of the dialogs
2004-05-21 ulflgtk_window_present() new dialog windows, to be sure...
2004-05-21 guyTag unused parameters with _U_ to squelch GCC compiler...
2004-05-20 ulflcall gtk_window_present() only on GTK2 and above
2004-05-19 ulflworkaround for GTK2 bug: bring main window back to...
2004-03-29 guyIt *appears* that if you don't explicitly request that...
2004-03-29 guyIn a "save" dialog, the "yes" button should be a "Save...
2004-03-29 guyAdd another wrapper routine, "file_selection_set_extra_...
2004-03-29 guyMake "file_selection_new()" take as its second argument an
2004-03-27 oabadUse the new GtkFileChooserDialog when built with gtk...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-29 ulfladded GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_row
2004-01-25 ulfladding a function to the help dialog, showing a specifi...
2004-01-22 guyFix a typo.
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-07 ulflsave dialog with "Captured" and "Displayed" buttons...
2003-12-13 guyPut in a comment about some issues with the way we...
2003-12-12 geraldIn "dlg_window_new()" check to see if "top_level" has...
2003-09-24 guyAdd a "file_selection_new()" routine that does all...
2003-09-20 guyFrom Giles Scott:
2002-11-10 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2001-12-12 geraldGo nuts with the 3D logo.
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-05-26 guyDon't duplicate the "gtk_radio_button_new_with_label...
2000-05-08 guyAdd functions to create buttons whose labels specify...
2000-05-02 guyAdd some utilities to: