aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-514/+0
* make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer2011-07-131-0/+4
* Support selecting multiple interfaces in the capture/interfacesMichael Tüxen2011-07-051-0/+14
* Cleanup whitespaces/indentation.Michael Tüxen2011-06-291-54/+54
* And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher2011-02-071-0/+12
* Added a "Follow Stream" button to the conversations dialog.Stig Bjørlykke2010-06-231-0/+4
* From Lars Ruoff:Jaap Keuter2009-10-221-0/+7
* (Trivial): remove a comment referring to Gtk 1Bill Meier2009-06-011-1/+0
* Change button label to "Quit without Saving" from "Continue without Saving" Balint Reczey2009-05-271-1/+3
* Fix some usage of deprecated GTK+ functionsBill Meier2009-03-061-2/+2
* add a stock icon "WIRESHARK_STOCK_MAP" to display a mapUlf Lamping2009-02-101-0/+19
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher2008-04-271-15/+0
* add "Save As" and "Save All" buttons to the dialog / stock_icons utilsUlf Lamping2008-04-161-0/+8
* a better spacing between the help and copy buttonsUlf Lamping2008-04-161-3/+2
* fix button sequence, show filter... button left to Cancel buttonUlf Lamping2008-04-161-2/+2
* special handling for the dialog boxes Copy buttons, as the behaviour is more ...Ulf Lamping2008-04-161-1/+10
* get_profile_name() will always return a valid string.Stig Bjørlykke2008-04-141-3/+0
* From Jim Young (bug 2212):Sake Blok2008-04-141-0/+29
* sort #includes by directoriesUlf Lamping2008-04-131-7/+6
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-2/+2
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-4/+4
* fix some GTK1 related commentsUlf Lamping2008-04-091-2/+2
* Remove GTK1 code and change ugly version checking statements intoStephen Fisher2008-04-071-1/+1
* remove GTK1 codeUlf Lamping2008-04-061-76/+1
* Add relative start time, duration, and average data rate (bps) columnsGerald Combs2007-11-201-11/+15
* Finish (?) UAT's GUILuis Ontanon2007-01-291-0/+9
* Trying to get buildbot Windows-XP-x86 to build again.Jaap Keuter2007-01-201-15/+1
* Recent versions of GTK+ have added a "gtk-label-select-on-focus"Gerald Combs2007-01-201-2/+33
* fix bug #1057: remove "start" completelyUlf Lamping2006-08-251-5/+0
* capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping2006-08-241-5/+21
* Ethereal->WiresharkAnders Broman2006-05-281-4/+4
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* We need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol.Guy Harris2006-04-301-2/+0
* Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris2006-04-301-292/+10
* add a help button to the "Follow TCP Stream" dialog (and use standard button ...Ulf Lamping2006-04-201-0/+2
* enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping2005-09-201-4/+5
* Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't haveGuy Harris2005-09-091-1/+3
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-19/+19
* ask for unsaved file when using the new start capture feature,Ulf Lamping2005-04-191-0/+9
* From Martin MathielsonLuis Ontanon2005-02-271-1/+2
* For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris2004-09-301-0/+15
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-3/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Daniel Thompson: add additional message/alert box options toGuy Harris2004-07-131-2/+12
* bugfix to a bug reported by Ian Schorr:Ulf Lamping2004-07-121-2/+2