aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/expert_comp_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-11There's no need to include prefs.h twice.Jeff Morriss1-2/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-3/+3
2013-03-21From beroset:Bill Meier1-8/+8
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-1/+1
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-4/+0
2012-09-28The details tab looked lonely. Give it an icon too.Chris Maynard1-4/+12
2012-09-22Change "LED" to "icon" and add a packet comment icon to the corresponding exp...Chris Maynard1-7/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser1-0/+6
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-9/+9
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-9/+10
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-6/+1
2012-06-03From Evan Huus: Reset the comment tree when the filter changes https://bugs.w...Anders Broman1-0/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-12/+12
2012-03-09Fix up indentation (get rid of 4-space tabs).Jeff Morriss1-64/+64
2012-03-09Mark an unused parameter as such.Anders Broman1-1/+1
2012-03-09Make packet comments editable from the expert info tab.Anders Broman1-0/+10
2012-03-05Use a dedicated treview for packet comments.Anders Broman1-16/+127
2012-03-02TypoAnders Broman1-1/+1
2012-03-02Use the expert system to show packet comments.Anders Broman1-16/+53
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/+811