aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-5/+5
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-12/+12
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #12):Ulf Lamping1-1/+4
2004-07-09Don't allow non-positive values for the main window width and heightGuy Harris1-4/+14
2004-07-09Don't show the splash screen if we've been passed the "-G" flag.Gerald Combs1-2/+2
2004-07-07bugfix: preference related capture options shouldn't be set by preferences,Ulf Lamping1-13/+14
2004-07-06Make sure child processes don't create a splash screen. Make the verbs inGerald Combs1-10/+11
2004-07-04added a splash screen while Ethereal is startedUlf Lamping1-11/+27
2004-06-30bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping1-4/+4
2004-06-30close temporary merge output file, if merging failedUlf Lamping1-1/+2
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping1-11/+6
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer1-2/+2
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer1-2/+2
2004-06-21if more than one file is (drag and) dropped into the program,Ulf Lamping1-66/+174
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-4/+4
2004-06-20preference setting for the option to "avoid" the capture info dialogUlf Lamping1-2/+2
2004-06-20added an option to "avoid" the capture info dialog completely.Ulf Lamping1-2/+12
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-668/+9
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-3/+5
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-267/+27
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