aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-18[UImanager]Add missing GO to frame, and copy paste errors.Anders Broman1-1/+13
2010-11-16Another unused function with MAIN_MENU_USE_UIMANAGERJörg Mayer1-1/+1
2010-11-12Add text import capability, like text2pcap, directly into the GUI.Jaap Keuter1-0/+4
2010-11-04Support empty column titles.Stig Bjørlykke1-3/+11
2010-11-02(GTKUImanger)Anders Broman1-8/+17
2010-10-30Added a icon for "Edit Column Details".Stig Bjørlykke1-1/+1
2010-10-24#if 0 "Work in progress" codeAnders Broman1-16/+23
2010-10-24Fix "More unused warnings in new menu code" based on code from Jörg Mayer.Anders Broman1-66/+242
2010-10-18(GUIManager) Make opening a recent file work from the recent files menu.Anders Broman1-22/+53
2010-10-18(GTKUImanger)Anders Broman1-28/+60
2010-10-13From Jörg Mayer:Anders Broman1-5/+6
2010-10-13(GTKUImanger)Anders Broman1-3/+19
2010-10-13(GTKUImanger)Anders Broman1-44/+90
2010-10-13Try to get the build going again.Anders Broman1-1/+2
2010-10-12(GUIManager) Base code to get recent files to work with GUIManager.Anders Broman1-52/+101
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-11/+11
2010-10-12Get rid of C++-style comments; use #if 0/#endif to remove code.Guy Harris1-54/+62
2010-10-11menus.c: In function 'add_menu_recent_capture_file_absolute':Anders Broman1-1/+4
2010-10-11Get filter_te from top_level rather then from the widget.Anders Broman1-45/+171
2010-10-10- Fix more callbacks.Anders Broman1-43/+72
2010-10-10It's now "change column", not just "rename column"; fix build.Guy Harris1-27/+25
2010-10-10Fix up a number of callbacks.Anders Broman1-275/+298
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-4/+4
2010-10-08Get rid of an GUI artifact if the recent list is empty.Anders Broman1-0/+8
2010-10-08Make some routines unused outside gtk/menus.c static.Guy Harris1-5/+5
2010-10-08Fix a routine name - that menu item has nothing to do with colorization.Guy Harris1-3/+3
2010-10-08Clean up white space.Guy Harris1-75/+70
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