aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman1-3/+3
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2012-04-14From Evan Huus: Memory leaks in graph_analysis.c https://bugs.wireshark.org/b...Anders Broman1-3/+7
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer1-1/+1
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-2/+5
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-1/+1
2012-01-15Add back revision 40517 which got lost during gtk/ moveJörg Mayer1-18/+12
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2109