aboutsummaryrefslogtreecommitdiffstats
path: root/menu.h
Commit message (Collapse)AuthorAgeFilesLines
* Implements the "Properties" menu item which displays the preferences windowLaurent Deniel2000-08-151-1/+4
| | | | | | | | | | | | at the correct notebook page when a particular protocol (which has registered some preferences) is selected in the tree view. - add set_menus_for_selected_tree_row() in menu.[ch] - add prefs_is_registered_protocol() and prefs_get_title_by_name() in prefs.[ch] svn path=/trunk/; revision=2275
* Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris2000-01-031-0/+60
| | | | | | | | | | | of routines to enable and disable various sets of menu items; call only those routines, not routines to enable or disable particular menu items, from files in the top-level directory, as other UIs may not refer to menu items with path strings of the sort used in GTK+, and as this buries knowledge of the menu items available in "gtk/menu.c" rather than requiring stuff outside of "gtk/menu.c" to know what menu items exist. svn path=/trunk/; revision=1410
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-011-47/+0
| | | | | | preferences, and menus to gtk subdirectory. svn path=/trunk/; revision=623
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-5/+2
| | | | | | | display filter code, which uses features in GLIB-1.2.x), I removed the vestigial code supporting old 1.0.x and 1.1.x GTK+ versions. svn path=/trunk/; revision=360
* A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1998-12-171-2/+8
| | | | | | | | | | | Tests for GTK versions are done during compilation, not during "./configure". The big problems have been taken care of in this patch (functional change in the packet clist and conversion of menu_factory to item_factory), but plenty of smaller problems with dialogue boxes abound. I have fixed a small problem with file_open*(), but have left 2 comments in just in case I'm not going about this the right way. Can someone verify? svn path=/trunk/; revision=127
* - Added match_strval function to packet.cGerald Combs1998-10-121-1/+2
| | | | | | | - Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates svn path=/trunk/; revision=38
* Added ID tags to the beginning of each source file.Gerald Combs1998-09-161-0/+2
| | | | svn path=/trunk/; revision=7
* Initial revisionstartethereal-0.3.15ethereal-0-3-15backups/ethereal@18706etherealGerald Combs1998-09-161-0/+41
svn path=/trunk/; revision=2