aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_toolbar.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-08Don't include color.hetxrab1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38402 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Handle more stuff in old-gtk-compat.h to avoid guarding in the code.jmayer1-5/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38160 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.jmayer1-0/+5
Left are: gtk/menus.c:4382:5: error: ‘GtkItemFactoryEntry’ undeclared (first use in this function) gtk/menus.c:4382:26: error: ‘sep_entry’ undeclared (first use in this function) gtk/proto_help.c:79:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token gtk/proto_help.c:166:2: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_help.c:166:2: error: implicit declaration of function ‘gtk_item_factory_from_widget’ gtk/proto_help.c:181:6: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_help.c:183:2: error: implicit declaration of function ‘gtk_item_factory_get_widget’ gtk/proto_help.c:191:2: error: implicit declaration of function ‘gtk_item_factory_get_item’ gtk/proto_help.c:216:2: error: ‘GtkItemFactoryEntry’ undeclared (first use in this function) gtk/proto_help.c:216:23: error: ‘menu_entry’ undeclared (first use in this function) gtk/proto_help.c:217:2: error: ISO C90 forbids mixed declarations and code gtk/proto_help.c:222:6: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_help.c:258:4: error: implicit declaration of function ‘gtk_item_factory_create_item’ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38015 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-13Fix more tooltips fixes.etxrab1-41/+33
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37996 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-10/+0
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36161 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31731 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-28Trying to fix the bug found by Bill Meier:etxrab1-1/+3
I'm getting the following running Wireshark on Fedora Linux after a build from a recent SVN. (lt-wireshark:8501): Gtk-CRITICAL **: gtk_toolbar_set_style: assertion `GTK_IS_TOOLBAR (toolbar)' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30185 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-25Make the filter toolbar style a preference.etxrab1-4/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30136 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-07Set sensitivity on resize columns button.stig1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29764 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-07Add initial implementation of new_packet_list_resize_columns() which just ↵krj1-39/+42
sets the column width according to the column format (work in progress) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29762 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-1/+8
To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling. To do this with gcc, set the environment variable CPPFLAGS to "-DNEW_PACKET_LIST" and re-run configure. Many features do not yet work. This work began with prototypes by Ulf quite a while back. I've put quite a bit of work into this so far and as discussed with a few of the core team members at Sharkfest09 and it was decided that it would be best to commit what I have so far to allow others to help work on this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28892 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-1/+1
context menus. Note why we have an empty hex dump pane context menu. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28794 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoguy1-0/+1
gtk/capture_if_dlg.h. Include that header when appropriate. Get rid of include of <sys/wait.h> in gtk/capture_if_dlg.c; there's no forking or waiting in there. Make update_if() in gtk/capture_if_dlg.c static - it's not used outside that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27347 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-72/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25182 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-21fix build on GTK 2.0/2.2 and some other code cleanupulfl1-42/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25130 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-21remove no longer required parameters from toolbar_item() macroulfl1-56/+56
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25129 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13sort #includes by directoriesulfl1-20/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24967 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-12rename packet_list to main_packet_listulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24950 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-12rename menu -> main_menuulfl1-1/+1
remove old (and unused and confusing) ../menu.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24947 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call ↵ulfl1-12/+0
capture_if_dlg directly from within main.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24943 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-12rename toolbar to main_toolbarulfl1-0/+520
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24940 f5534014-38df-0310-8fa8-9805f1628bb7