summaryrefslogtreecommitdiff
path: root/ui/gtk/color_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Add some missing curly braces.Guy Harris1-1/+2
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-1/+1
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-21/+36
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-7/+0
2014-09-25Update the simple dialog code.Gerald Combs1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-14/+14
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-10/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-07-18Try to fix 'old-style function definition' warningPascal Quantin1-1/+1
2013-07-18From Cal Turney:Anders Broman1-9/+39
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman1-39/+9
2013-07-17From Cal Turney:Anders Broman1-9/+39
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-05-14Use gtk_dialog_set_alternative_button_order() to set the "alternative"Guy Harris1-7/+4
2013-05-14Make the dialog a child of the color filters dialog, not the top-levelGuy Harris1-1/+1
2013-05-14Use a modal GTK+ message dialog to ask the user whether to nuke theirGuy Harris1-21/+37
2013-03-08Use explicit casts.Anders Broman1-15/+15
2013-03-01Fix [-W shadow] issue in SVN #47958 in a slightly different manner than the f...Bill Meier1-3/+3
2013-02-28color_edit_dlg update:Bill Meier1-7/+18
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-3/+3
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-20Replace 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-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1064