aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/profile_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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