summaryrefslogtreecommitdiff
path: root/ui/gtk/prefs_column.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-3/+3
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-17/+17
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-1/+14
2015-01-09Add missing #include ( "ui/gtk/old-gtk-compat.h" )AndersBroman1-0/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-16/+16
2013-06-03Apply the same tooltip for the text entry as for the updated label tooltip in...Chris Maynard1-3/+2
2013-06-03Custom columns are specified using display filter field names, notGerald Combs1-2/+1
2013-03-28Follow up on bug 8416.Jaap Keuter1-6/+6
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-01-23Add column preferences.Gerald Combs1-54/+4
2013-01-11Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-79/+87
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-2/+0
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-1/+1
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki1-10/+10
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-1/+1
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-5/+5
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+808