aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Fix for bug 8183 reported by David Bergeron.Irene RĂ¼ngeler1-1/+0
2013-01-10Fix indentation to match editor modelines.Bill Meier1-254/+254
2013-01-10Fixes:Bill Meier1-19/+35
2013-01-09Add a picture and some notes about the capture_file-dialog window.Bill Meier1-0/+52
2013-01-09Follow up on 47003 Anders Broman1-130/+37
2013-01-09Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-136/+142
2013-01-09 Use ws_gtk_grid...() instead of gtk_table...();Anders Broman2-78/+79
2013-01-07Allow editing via the advanced preferences tree. Double-clicking anGerald Combs3-74/+369
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-01-06Use gdk_cairo_set_source_rgba and GdkRGBAAnders Broman2-17/+18
2013-01-06Use gdk_cairo_set_source_rgbaAnders Broman1-12/+5
2013-01-06Use gdk_cairo_set_source_rgba and GdkRGBAAnders Broman1-22/+46
2013-01-06Use GdkRGBA colors directly in the arrayAnders Broman1-46/+57
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-12/+8
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier11-93/+96
2013-01-05Break out preference type names, type descriptions, stringGerald Combs17-46/+505
2013-01-04Use gdk_cairo_set_source_rgbaAnders Broman1-18/+24
2013-01-04Fix a minor difference in window handling between Gtk2 & Gtk3:Bill Meier1-5/+4
2013-01-04Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-128/+124
2013-01-04Use gdk_cairo_set_source_rgbaAnders Broman1-7/+2
2013-01-04Fix a cut-and-paste errorAnders Broman1-1/+1
2013-01-04Add a wrapper for gdk_cairo_set_source_rgba() in GTK2 and use it in io_stat.cAnders Broman5-19/+61
2013-01-04Fix minor differences in window handling between Gtk2 & Gtk3:Bill Meier1-62/+65
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-1/+1
2013-01-04Apply 46903 to iax_analysisAnders Broman1-121/+169
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann6-10/+10
2013-01-03Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-121/+132
2013-01-03Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-107/+107
2013-01-03Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-46/+46
2013-01-03Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier1-18/+18
2013-01-03Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-14/+14
2013-01-03Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier1-9/+9
2013-01-03From Chris Maynard Wireshark crashes when attempting to obtain help from vari...Anders Broman1-2/+1
2013-01-03Move the font preferences to the colors pane and change its name toGerald Combs8-206/+247
2013-01-02Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-29/+30
2013-01-02Fix a minor window handling difference between GTK2 & GTK3:Bill Meier1-203/+204
2013-01-02Fix a GTK3 issue:Bill Meier1-1/+1
2013-01-02Fix some GTK3 issues:Bill Meier1-504/+572
2013-01-01Use scrolled-windows to enclose "custom" prefs pages (User Interface, Layout,...Bill Meier1-2/+11
2012-12-31Make sure moc can find config.h.Gerald Combs1-1/+1
2012-12-31It might help for the Qt version of Wireshark to link against the QtGerald Combs2-31/+36
2012-12-31Update Makefile to add packet_comment_dialog filesAlexis La Goutte2-0/+3
2012-12-31Add a .cpp target for each ui_*.h prerequisite.Gerald Combs1-13/+13
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs11-44/+216
2012-12-29Add a few consts to fix some compiler (GCC) errors.Bill Meier1-1/+2
2012-12-29Add a vertical scrollbar to the summary dialog window.Bill Meier1-2/+8
2012-12-29Show the current profile name. Fix the packet status.Gerald Combs3-5/+16
2012-12-29Fix distcheck.Gerald Combs1-0/+1