aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/filter_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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