aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_menu.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Fix a small memory leak.Stig Bjørlykke1-0/+2
2009-05-07gtk_check_menu_item_set_show_toggle() is deprecated and not needed.Bill Meier1-1/+0
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-3/+3
2009-04-24From Artem Tamazov (bug 3436):Stig Bjørlykke1-2/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;Bill Meier1-956/+976
2009-04-08Add some more "copy" functionality:Sake Blok1-1/+16
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2009-03-08Implemented edit dialogs for integer, string and range values inStig Bjørlykke1-4/+180
2009-02-26gtk_menu_append is deprecated and should not be used in newly-written code. U...Anders Broman1-6/+6
2009-02-23Use gtk_radio_menu_item for enum preferences menu.Stig Bjørlykke1-4/+9
2009-02-11<control>1-6 is already used by colorizing, <shift><control>1-6 doesn't work ...Ulf Lamping1-6/+6
2009-02-10try improve the "Time Display Format" submenu by sorting the items by "displa...Ulf Lamping1-14/+14
2009-02-09Make "Copy as Filter" on the packet list actually work.Jaap Keuter1-2/+2
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris1-0/+1
2009-02-01To avoid adding icons to menu items, leave item_type along, not justGuy Harris1-2/+0
2009-01-30do not show the telephony icon in any of the telephony menu entriesUlf Lamping1-1/+1
2009-01-29add a new "Telephony" main menu entry and move the telephony specific statist...Ulf Lamping1-2/+3
2009-01-22Add a comment about possible Windows 7 support.Gerald Combs1-0/+4
2008-11-28Save preferences when selected from menu, unless having enabled the save button.Stig Bjørlykke1-5/+15
2008-11-26Improved the Protocol Preferences entry in the tree view popup menuStig Bjørlykke1-6/+158
2008-11-18Do not popup an empty menu in the Packet Bytes pane.Stig Bjørlykke1-5/+8
2008-10-27Add About, Preferences and a working Quit option to the OS X application menuStephen Fisher1-0/+39
2008-10-26More updates to the IGE Mac OS X integration feature:Stephen Fisher1-8/+0
2008-10-26Correct the include for ige-mac-menu.hStig Bjørlykke1-1/+1
2008-10-26Tweak Mac IGE integration detection so that it can find the functions notStephen Fisher1-0/+7
2008-10-15Clean up conversation filter code. Jaap Keuter1-23/+18
2008-10-14Fix for bug 2964.Jaap Keuter1-3/+0
2008-07-25From David Aggeler:Anders Broman1-2/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-06-29Add accelerator keys for (un)mark all packetsSake Blok1-2/+2
2008-06-29From Kovarththanan Rajaratnam (bug 2652):Sake Blok1-2/+2
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-2/+2
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-2/+0
2008-04-19bugs happen, if you're trying to do two things at once ;-)Ulf Lamping1-1/+0
2008-04-19HAVE_LUA_5_1 is no longer required for the Tools menuUlf Lamping1-6/+1
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-9/+9
2008-04-15further work on the yet to come welcome page ...Ulf Lamping1-2/+67
2008-04-15try to improve the help menuUlf Lamping1-8/+8
2008-04-14#ifdef HAVE_LUA_5_1 the handling of REGISTER_TOOLS_GROUP_NONEMichael Tüxen1-0/+6
2008-04-14as the "Firewall ACL rules" perfectly fits into a tools menu, and together wi...Ulf Lamping1-27/+5
2008-04-13add the (optional) possibility to register a stock icon for a stats menu entryUlf Lamping1-19/+46
2008-04-13sort #includes by directoriesUlf Lamping1-45/+45
2008-04-12Clean up indentation.Guy Harris1-1/+1
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
2008-04-12rename packet_list to main_packet_listUlf Lamping1-7/+7
2008-04-12rename menu -> main_menuUlf Lamping1-0/+2710