summaryrefslogtreecommitdiff
path: root/ui/gtk/filter_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-30/+5
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-1/+1
2015-12-20Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke1-1/+2
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-28/+28
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-12-20Fix filter test for multifield custom columnStig Bjørlykke1-1/+1
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki1-0/+22
2014-06-30Move filters.[ch] to libui.Guy Harris1-1/+1
2014-06-24GTK3: Fix changing filter expression's bg color based on validityBalint Reczey1-8/+20
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-06-28Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https:...Michael Mann1-6/+3
2013-05-05Revert 49166: It breaks compilation:Jörg Mayer1-1/+1
2013-05-05Really change display filter combo box's background color using GTK3Balint Reczey1-1/+1
2013-03-09Use explicit casts.Anders Broman1-46/+46
2013-01-10Another solution to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Irene Rüngeler1-0/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-4/+4
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-4/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-7/+7
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1395