aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rpc_progs.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-29/+30
2012-12-06Fix [-Wshadow] warnings.Bill Meier1-1/+1
2012-10-04Simplify use of GtkTable in preparation for using GtkGrid instead if GTK3.Bill Meier1-51/+60
2012-10-03(Trivial): add some whitespace for readability.Bill Meier1-12/+12
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki1-6/+0
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-15Trivial whitespace formatting cleanup;Bill Meier1-122/+128
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+4
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+424