summaryrefslogtreecommitdiff
path: root/ui/gtk/expert_comp_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-10/+10
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-10/+10
2016-02-25Add GResource message to configure scriptJoão Valverde1-7/+7
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-2/+27
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-3/+3
2015-05-08Expert Info dialog.Gerald Combs1-1/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+11
2014-07-16Mark unused parameter as suchEvan Huus1-1/+1
2014-07-16Allow expert info to show only items in the display filter.Michael Mann1-17/+59
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-19Save the size and position of the expert info dialogChris Maynard1-1/+2
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-1/+1
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