aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Use consistent indentationBill Meier1-310/+325
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2008-10-30show the type of the filter (Display/Capture Filter) on filter dialogBalint Reczey1-1/+4
2008-10-26Do not autocomplete when editing capture filter.Stig Bjørlykke1-3/+4
2008-10-23Only use the statusbar for filter messages from the main window.Stig Bjørlykke1-14/+24
2008-10-12Rewrote to use gtk_widget_modify_text() and gtk_widget_modify_base()Stig Bjørlykke1-7/+12
2008-10-11Forgot this for the Display Filter dialog:Stig Bjørlykke1-0/+3
2008-10-10Added an option to syntax check only a single field name.Stig Bjørlykke1-1/+10
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson1-3/+4
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-12/+14
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-1/+2
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-15/+15
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-51/+51
2008-04-11Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() andStephen Fisher1-2/+2
2008-04-06remove GTK1 codeUlf Lamping1-218/+0
2008-02-13Add a priority level to each context in the info status bar. Use it to makeGerald Combs1-2/+2
2008-02-01Added tooltip description for yellow filter background.Stig Bjørlykke1-1/+1
2008-01-31Added missing space in front of new statusbar messages.Stig Bjørlykke1-2/+2
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs1-6/+33
2007-09-05Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in m...Bill Meier1-2/+4
2007-09-03default window_cancel_butoon_cb is not appropriate since a specific cancel c...Bill Meier1-1/+1
2007-06-17gtk1 does not have gtk_window_get_modalRonnie Sahlberg1-0/+2
2007-06-17Fix bug #1334 and a problem where a user couldn't interact with theStephen Fisher1-8/+20
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-2/+2
2007-02-02Assign the cancel button (so you can hit the escape key) on the capture/displayStephen Fisher1-0/+1
2007-01-25Fix Coverity CIDs 217 and 218, and fix filter dialog autoselection inGerald Combs1-28/+30
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping1-4/+11
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-36/+51
2006-10-02instead of reverting the whole changes by the *first* cancelled dialog box, r...Ulf Lamping1-13/+24
2006-10-01If the Cancel button was clicked and another filter dialog is still open - ye...Ulf Lamping1-43/+93
2006-10-01Change the filter dialog (capture and display filters), so it has a real Canc...Ulf Lamping1-64/+106
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-12-31fix #152Ulf Lamping1-3/+12
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-1/+1
2005-03-24GtkStyles are reference-counted, and a style returned byGuy Harris1-0/+1
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-10/+2
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-0/+8
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-0/+1358