aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespaceGerald Combs2011-07-111-20/+2
* Add the correct casts to make it compile on some old ERHL box.Anders Broman2011-06-171-2/+2
* Add casts to make it compile on some old ERHL box.Anders Broman2011-06-091-4/+4
* Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke2010-10-031-16/+17
* Use correct text for "Not Selected".Stig Bjørlykke2010-10-031-4/+4
* Remove the depricated GtkItemFactory code.Anders Broman2010-09-021-60/+2
* Add #include <stdio.h> for fprintfBill Meier2010-08-301-0/+1
* Switch to GTK UIManager.Anders Broman2010-08-301-3/+223
* (Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier2010-07-301-1/+1
* Implementation of % bytes column.Jaap Keuter2010-03-031-54/+74
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-2/+2
* Removed some unused variables and unused assignments.Stig Bjørlykke2009-11-101-7/+0
* -As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier2009-03-191-112/+125
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-9/+3
* Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()Stig Bjørlykke2008-05-181-8/+17
* - Use the common function for applying a selected filter.Stig Bjørlykke2008-05-171-125/+37
* Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher2008-04-271-2/+0
* sort #includes by directoriesUlf Lamping2008-04-131-10/+12
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-2/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-3/+3
* add missing braces to unbreak the buildRonnie Sahlberg2008-04-111-35/+35
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-1/+1
* replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping2008-04-111-35/+35
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-2/+2
* Remove GTK1 code and change ugly version checking statements intoStephen Fisher2008-04-071-1/+1
* remove GTK1 codeUlf Lamping2008-04-071-81/+0
* Add check for gtk 2.4 when calling gtk_tree_view_column_set_expand.Stig Bjørlykke2008-03-111-0/+2
* Add missing g_object_unref for treeview models;Bill Meier2008-01-311-0/+1
* Expand the Protocol column instead of the last column on window resize.Stig Bjørlykke2008-01-271-0/+1
* Add macros for various filter actions and types, and to combine themGuy Harris2007-12-091-61/+59
* some updates to make it compile with gtk/glib < 2Ronnie Sahlberg2007-12-081-18/+21
* Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke2007-12-061-4/+213
* Changed from Ok button to Close button.Stig Bjørlykke2007-12-021-5/+5
* Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke2007-11-301-11/+21
* fix compiler warning for gtk1 buildsRonnie Sahlberg2007-04-221-1/+1
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* One file missed in last checkinJörg Mayer2005-08-201-1/+2
* - Declare some functions staticJörg Mayer2005-08-201-1/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* removed tons of MSVC const related warnings.Ulf Lamping2005-08-101-3/+3
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiersUlf Lamping2005-06-261-1/+1
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-8/+5
* GTK2: expand all tree elements when opening dialogUlf Lamping2004-05-011-1/+2
* * Protocol Hierarchy Statistics:Laurent Deniel2004-03-171-34/+71
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-5/+6