aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Support selecting multiple interfaces in the capture/interfacesMichael Tüxen1-0/+14
2011-06-29Cleanup whitespaces/indentation.Michael Tüxen1-54/+54
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-0/+12
2010-06-23Added a "Follow Stream" button to the conversations dialog.Stig Bjørlykke1-0/+4
2009-10-22From Lars Ruoff:Jaap Keuter1-0/+7
2009-06-01(Trivial): remove a comment referring to Gtk 1Bill Meier1-1/+0
2009-05-27Change button label to "Quit without Saving" from "Continue without Saving" Balint Reczey1-1/+3
2009-03-06Fix some usage of deprecated GTK+ functionsBill Meier1-2/+2
2009-02-10add a stock icon "WIRESHARK_STOCK_MAP" to display a mapUlf Lamping1-0/+19
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-15/+0
2008-04-16add "Save As" and "Save All" buttons to the dialog / stock_icons utilsUlf Lamping1-0/+8
2008-04-16a better spacing between the help and copy buttonsUlf Lamping1-3/+2
2008-04-16fix button sequence, show filter... button left to Cancel buttonUlf Lamping1-2/+2
2008-04-16special handling for the dialog boxes Copy buttons, as the behaviour is more ...Ulf Lamping1-1/+10
2008-04-14get_profile_name() will always return a valid string.Stig Bjørlykke1-3/+0
2008-04-14From Jim Young (bug 2212):Sake Blok1-0/+29
2008-04-13sort #includes by directoriesUlf Lamping1-7/+6
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-4/+4
2008-04-09fix some GTK1 related commentsUlf Lamping1-2/+2
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher1-1/+1
2008-04-06remove GTK1 codeUlf Lamping1-76/+1
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs1-11/+15
2007-01-29Finish (?) UAT's GUILuis Ontanon1-0/+9
2007-01-20Trying to get buildbot Windows-XP-x86 to build again.Jaap Keuter1-15/+1
2007-01-20Recent versions of GTK+ have added a "gtk-label-select-on-focus"Gerald Combs1-2/+33
2006-08-25fix bug #1057: remove "start" completelyUlf Lamping1-5/+0
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping1-5/+21
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30We need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol.Guy Harris1-2/+0
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-292/+10
2006-04-20add a help button to the "Follow TCP Stream" dialog (and use standard button ...Ulf Lamping1-0/+2
2005-09-20enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping1-4/+5
2005-09-09Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't haveGuy Harris1-1/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-19/+19
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-0/+9
2005-02-27From Martin MathielsonLuis Ontanon1-1/+2
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris1-0/+15
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-3/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-2/+12
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-2/+2
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-3/+9
2004-06-20bugfix: is using last_open_dir with GTK2.4 file chooserUlf Lamping1-4/+20