aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/profile_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Gtk: Remove source codeRoland Knall1-1003/+0
2018-01-22gtk: fix memory leak in profile dialog.Jakub Zawadzki1-0/+1
2018-01-18Make apply_profile_changes() return a non-const pointer.Guy Harris1-2/+2
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-0/+2
2016-01-21profile_name_is_valid() returns a malloced string [-Wcast-qual]João Valverde1-1/+1
2015-11-23Qt: Improved profiles popup menuStig Bjørlykke1-23/+8
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-10Finish off emem_strbuf_t usage.Michael Mann1-2/+8
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-3/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-07-09Avoid having double "Default" entry in "Create New Profile".Stig Bjørlykke1-2/+0
2013-06-07Ensure we only put private profiles directly in the profiles menu and Stig Bjørlykke1-2/+2
2013-05-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8690 :Jeff Morriss1-16/+16
2013-05-16Only add one "New from Global" entry in the profiles menu.Stig Bjørlykke1-11/+11
2013-03-21From beroset:Bill Meier1-16/+16
2013-01-11Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-217/+222
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-12/+8
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs1-13/+2
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-124/+6
2012-12-27Remove an unused variable.Gerald Combs1-2/+1
2012-12-27Make sure our loops terminate.Gerald Combs1-1/+5
2012-12-27Move common profile code to ui/profile.[ch].Gerald Combs1-335/+87
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-6/+6
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+3
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/+1372