aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_menu.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-2/+0
svn path=/trunk/; revision=25182
2008-04-19bugs happen, if you're trying to do two things at once ;-)Ulf Lamping1-1/+0
svn path=/trunk/; revision=25122
2008-04-19HAVE_LUA_5_1 is no longer required for the Tools menuUlf Lamping1-6/+1
svn path=/trunk/; revision=25121
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ↵Ulf Lamping1-9/+9
a bit misleading svn path=/trunk/; revision=25086
2008-04-15further work on the yet to come welcome page ...Ulf Lamping1-2/+67
svn path=/trunk/; revision=25057
2008-04-15try to improve the help menuUlf Lamping1-8/+8
svn path=/trunk/; revision=25034
2008-04-14#ifdef HAVE_LUA_5_1 the handling of REGISTER_TOOLS_GROUP_NONEMichael Tüxen1-0/+6
svn path=/trunk/; revision=25011
2008-04-14as the "Firewall ACL rules" perfectly fits into a tools menu, and together ↵Ulf Lamping1-27/+5
with the optional lua we have two and as it slightly simplifies the code, make the Tools toplevel menu item "permanent". svn path=/trunk/; revision=25007
2008-04-13add the (optional) possibility to register a stock icon for a stats menu entryUlf Lamping1-19/+46
svn path=/trunk/; revision=25005
2008-04-13sort #includes by directoriesUlf Lamping1-45/+45
svn path=/trunk/; revision=24967
2008-04-12Clean up indentation.Guy Harris1-1/+1
svn path=/trunk/; revision=24957
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
svn path=/trunk/; revision=24954
2008-04-12rename packet_list to main_packet_listUlf Lamping1-7/+7
svn path=/trunk/; revision=24950
2008-04-12rename menu -> main_menuUlf Lamping1-0/+2710
remove old (and unused and confusing) ../menu.h svn path=/trunk/; revision=24947