aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
AgeCommit message (Expand)AuthorFilesLines
2005-09-21fix/add doxygen commentsUlf Lamping1-4/+8
2005-08-20- Declare some functions staticJörg Mayer1-0/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-0/+3
2005-07-25two bugfixes:Ulf Lamping1-1/+1
2005-07-19fix various doxygen warningsUlf Lamping1-1/+1
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-0/+7
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris1-4/+0
2005-02-05completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping1-0/+4
2005-02-05fixed the dnd_init declarationUlf Lamping1-1/+3
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping1-0/+4
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-01-24if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping1-0/+7
2005-01-19while I'm at it, add another packet details context menu item, which will lin...Ulf Lamping1-0/+8
2005-01-17add first implementation of context relevant calls to the protocol specific w...Ulf Lamping1-0/+7
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-0/+3
2004-10-27fix doxygen tagsUlf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".Guy Harris1-3/+1
2004-06-21Change type of argument of dnd_open_file_cmd to get ethereal compiled.Michael Tüxen1-2/+2
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping1-1/+3
2004-06-21Remove trailing comma at end of enumJörg Mayer1-2/+2
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-22/+1
2004-06-04add more details for doxygenUlf Lamping1-2/+25
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-77/+190
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris1-2/+1
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping1-2/+2
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping1-1/+4
2004-05-04If all we're doing is changing the visibility of a pane, we don't haveGuy Harris1-1/+2
2004-04-25created new "export" dialogs for the current export file formatsUlf Lamping1-1/+5
2004-03-19From Tomas Kukosa: add a new "Expand Tree" context menu item, whichGuy Harris1-1/+2
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-2/+3
2004-02-03added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping1-1/+3
2004-01-31Implemented rudimentary Drag and Drop support.Ulf Lamping1-1/+2
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping1-1/+2
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-1/+3
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orGuy Harris1-2/+7
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-2/+8
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-5/+4
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-5/+1
2003-12-13added "most recently used" lists forUlf Lamping1-1/+7
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-2/+1
2003-10-10Updates to TimeReference FramesRonnie Sahlberg1-2/+2
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-1/+2
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+2
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-1/+7
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-24Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris1-25/+25
2002-01-11From Jirka Novak:Guy Harris1-2/+35
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-3/+1
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+1