aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-08set_menu_sensitivity_old() is now only used for the main menu; simplifyGuy Harris1-136/+120
2010-10-08Move a comment next to the only item to which it now refers.Guy Harris1-27/+27
2010-10-08Clean up white space.Guy Harris1-284/+283
2010-10-08Move menu_items[] inside the #ifdef MAIN_MENU_USE_UIMANAGER/#else/#endifGuy Harris1-441/+439
2010-10-08Use #error to cause the build to fail for un-implemented stuff (such asGuy Harris1-3/+37
2010-10-07Reinsert #ifdef's removed by mistake.Anders Broman1-8/+17
2010-10-07Remove #ifdef'ed code for MENUS_USE_UIMANAGER.Anders Broman1-676/+2
2010-10-04(GUIManager)set time display format(makes file load work again).Anders Broman1-3/+8
2010-10-04(GUIManager)set_menu_sensitivity_old not used when MENUS_USE_UIMANAGER defined.Anders Broman1-3/+5
2010-10-04Added some defines to make it compile with MAIN_MENU_USE_UIMANAGER.Stig Bjørlykke1-5/+18
2010-10-04Mark unused parameters as unused.Anders Broman1-27/+27
2010-10-03[GTKUImanagerFix a typo and a callback.Anders Broman1-2/+14
2010-10-03[GTKUImanager]Fix Help callbacks.Anders Broman1-38/+69
2010-10-03Added a missing separator.Stig Bjørlykke1-0/+1
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke1-48/+49
2010-10-01Add navigation to previous/next packets in the conversation. It will check TC...Sake Blok1-0/+65
2010-10-01[GTKUImanager]Fix faulty paths.Anders Broman1-3/+11
2010-10-01GTK_STOCK_EDIT came in gtk 2.6.0Stig Bjørlykke1-0/+4
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsStig Bjørlykke1-3/+77
2010-10-01(GtkUIManager) view_menu_colorize_auto_scroll_live_cb(): check if we got a wi...Jeff Morriss1-2/+3
2010-10-01(GUIManager)Try to fix the time format issue.Anders Broman1-13/+116
2010-09-30(GUIManager) Rename prefs_cb() to menus_prefs_cb() to avoid conflict with the...Jeff Morriss1-2/+2
2010-09-30[GTKUImanager] Fix a few callbacks, use #defines for strings.Anders Broman1-33/+79
2010-09-29Further GUIManager updates.Anders Broman1-17/+81
2010-09-28Compile failed because of text after #endifJörg Mayer1-1/+1
2010-09-28Update GUIManager menubar code.Anders Broman1-6/+64
2010-09-26GUImanager: Add missing set_menu_sensitivity().Anders Broman1-6/+54
2010-09-25More whitespace cleanups.Guy Harris1-5/+5
2010-09-25Clean up indentation.Guy Harris1-138/+138
2010-09-24Further GUIManager updates, the basics are now there.Anders Broman1-32/+319
2010-09-24Disable the "File Set" menu while capturing, because changing file whileStig Bjørlykke1-0/+2
2010-09-24Update GUIManager menubar code.Anders Broman1-91/+538
2010-09-23Disable sorting while capturing.Stig Bjørlykke1-3/+23
2010-09-21Make it compile.Stig Bjørlykke1-2/+2
2010-09-21Move a bunch of definitions before the code that uses at least one ofGuy Harris1-17/+17
2010-09-21Try to fix:Anders Broman1-2/+2
2010-09-21Get rid of C++ comment.Guy Harris1-1/+3
2010-09-21Make "Displayed Columns" work yet again, as done in revision 34160.Stig Bjørlykke1-5/+21
2010-09-21Fix comments.Guy Harris1-2/+2
2010-09-21Update GUIManager menubar code(#IF 0 ).Anders Broman1-55/+261
2010-09-21Wrong signature used for a GtkToggleActionEntry callback.Anders Broman1-4/+6
2010-09-21Remove leftover debug code/commentAnders Broman1-24/+5
2010-09-20Make "Displayed Columns" work again.Stig Bjørlykke1-5/+19
2010-09-17Fix some bugs that show up when you build with the old packet list.Guy Harris1-5/+7
2010-09-17Use the same control sequences for the old packet list that are used forGuy Harris1-5/+5
2010-09-16#if out ui_desc_conv_filter_popup to get the builds going (it looks like it s...Jeff Morriss1-62/+64
2010-09-16Fix a typo.Anders Broman1-1/+1
2010-09-16Remove C++ comments.Guy Harris1-5/+9
2010-09-16menus.c:1508: warning: unused parameter 'current'Anders Broman1-1/+1
2010-09-16Use GUIManager for the pop-up:s.Anders Broman1-7/+7