aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_gui.c
AgeCommit message (Expand)AuthorFilesLines
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/+2
2013-11-07Add Packet Editor PreferenceAlexis La Goutte1-0/+11
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-04-07Adjust the automatic update label.Gerald Combs1-1/+1
2013-04-07Expose the automatic update preference on Windows.Gerald Combs1-5/+24
2013-04-01Move the knowledge about what the window title should be toGuy Harris1-0/+2
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier1-0/+2
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier1-0/+14
2013-03-07Use explicit casts.Anders Broman1-10/+10
2013-01-24Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-39/+41
2013-01-22GTK+:Gerald Combs1-43/+0
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-3/+3
2013-01-03Move the font preferences to the colors pane and change its name toGerald Combs1-118/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-22Change "LED" to "icon" and add a packet comment icon to the corresponding exp...Chris Maynard1-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-1/+1
2012-07-31From Michael Mann:Anders Broman1-9/+17
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-03Move routines that handle the main window title bar out ofGuy Harris1-1/+2
2012-04-23Use GtkFontChooser if GTK >= 3.2Anders Broman1-0/+10
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+699