aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2005-12-31fix #152Ulf Lamping1-3/+12
set the read filter dialog modal and transient to the parent window if requested. This way, it will receive input signals (solving problems with GTK2's gtk_file_chooser). To do this, add another construct_args flag, so it will be modal only if really needed ... svn path=/trunk/; revision=16926
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-1/+1
named ui_util.h in / dir svn path=/trunk/; revision=15465
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-03-24GtkStyles are reference-counted, and a style returned byGuy Harris1-0/+1
"gtk_style_copy()" has a reference count of 1; release the reference when we're finished setting other widgets' styles to it. svn path=/trunk/; revision=13890
2005-01-20add some more online help functionality and help buttons at various dialog ↵Ulf Lamping1-10/+2
boxes, if a help page *is* available. However, the new help system needs a lot more work before completed. svn path=/trunk/; revision=13152
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-0/+8
svn path=/trunk/; revision=12021
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a ↵Ulf Lamping1-0/+1358
long time) no longer part of the preferences dialog. svn path=/trunk/; revision=11436