aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/graph_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Use GQueue for generating statisticsBalint Reczey1-1/+1
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-03-28Deleted one line to much in previous chgange.AndersBroman1-0/+1
2014-03-24Don't include voip_bg.xpm, it's not used any more.AndersBroman1-2/+0
2014-03-24Get rid of the background pixmap, set the background color directly.AndersBroman1-17/+8
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-11Sequence / flow diagram updates.Gerald Combs1-1/+0
2013-11-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :Pascal Quantin1-2/+3
2013-10-25More sequence dialog updates.Gerald Combs1-9/+19
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-381/+36
2013-08-05From Øyvin Richardsen:Stig Bjørlykke1-20/+122
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-3/+3
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-111/+39
2013-03-24add missing castMartin Kaiser1-1/+1
2013-03-24From beroset:Anders Broman1-9/+15
2013-03-10Use explicit casts.Anders Broman1-24/+24
2013-03-04Whitespace & indentation cleanup.Bill Meier1-231/+233
2013-01-06Use gdk_cairo_set_source_rgba and GdkRGBAAnders Broman1-22/+46
2012-12-26Fix a bunch of warnings.Guy Harris1-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-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-8/+0
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-2/+2
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-2/+2
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/+2
2012-05-29From Evan Huus:Anders Broman1-1/+4
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