aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/uat_gui.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-8/+8
2013-12-14Fix const warnings.Jakub Zawadzki1-2/+2
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-1/+7
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+7
2013-10-19Only allow one popup dialog in UAT dialog. Editing/copying/deleting can modi...Michael Mann1-36/+60
2013-10-04in a uat dialogue, allow only one popup for confirming a deletion of anMartin Kaiser1-25/+36
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+2
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-6/+6
2013-04-17Use also const char to uat_save (identical to uat_load)Alexis La Goutte1-2/+2
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-0/+2
2013-03-21From beroset:Bill Meier1-41/+41
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris1-2/+2
2013-01-24Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-205/+207
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-3/+3
2012-11-18Enhance error output.Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs1-21/+29
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-07-20Fix bug #7377 for:Jakub Zawadzki1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-3/+8
2012-07-07From Evan Huus:Guy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21More GTK3 adaptationsAnders Broman1-3/+3
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-6/+6
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-3/+13
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1078