aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping1-64/+25
2004-05-22Don't put a newline at the end of the compiled-with version informationGuy Harris1-3/+3
2004-05-21Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris1-3/+3
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping1-131/+40
2004-05-17GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping1-1/+28
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping1-17/+21
2004-05-07rename context menu items:Ulf Lamping1-13/+13
2004-05-05Note that hiding panes in the paned widgets doesn't do what we want withGuy Harris1-1/+7
2004-05-04Use "main_widgets_show_or_hide()" to control the visibility of all theGuy Harris1-19/+46
2004-05-04If all we're doing is changing the visibility of a pane, we don't haveGuy Harris1-23/+48
2004-05-04Display "main_second_pane" if, and only if, both widgets in it areGuy Harris1-1/+7
2004-04-30Squelch some compiler warnings.Guy Harris1-2/+1
2004-04-29added selection of different main window pane layouts,Ulf Lamping1-47/+127
2004-04-27Freely adjustable status line separations.Ulf Lamping1-27/+44
2004-04-25save the position of the main window panes in the recent file,Ulf Lamping1-1/+7
2004-04-16Report errors in opening various configuration files at the time theGuy Harris1-118/+84
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-2/+8
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping1-4/+2
2004-04-06Remove an extraneous 'break'.Gerald Combs1-2/+1
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-2/+3
2004-03-20From Tomas Kukosa:Guy Harris1-16/+2
2004-03-19From Tomas Kukosa: add a new "Expand Tree" context menu item, whichGuy Harris1-1/+34
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-9/+6
2004-03-17Cast a "char" to "guchar" before passing it to the ctype macros, so thatGuy Harris1-2/+2
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping1-1/+4
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-7/+3
2004-03-13various string related changesUlf Lamping1-12/+10
2004-03-04fixed differences between capture GUI frontend and backendUlf Lamping1-14/+14
2004-03-02implemented capture dialog 3rd (+x) proposalUlf Lamping1-10/+16
2004-02-28Default to not using the ring buffer (as the default number of files isGuy Harris1-2/+2
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping1-8/+8
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-9/+8
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping1-5/+2
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs1-3/+3
2004-02-22statistics menu structure proposal:Ulf Lamping1-2/+2
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping1-2/+5
2004-02-21quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping1-3/+3
2004-02-20Add support for a "version.conf" file in the main directory which canGerald Combs1-2/+2
2004-02-20minor bugfix from recent check inUlf Lamping1-2/+2
2004-02-20bugfix: resizing (values from recent) must be done, before theUlf Lamping1-1/+4
2004-02-20win32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..."Ulf Lamping1-5/+12
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping1-2/+4
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-4/+2
2004-02-13Create only one "About Ethereal" window per process.Guy Harris1-9/+34
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-6/+4
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris1-2/+2
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris1-4/+4
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris1-2/+3
2004-02-06Fix a few warningsJörg Mayer1-8/+9
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris1-4/+4