aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-01"prefs-int.h" belongs in epan, too.Guy Harris1-1/+1
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-0/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-21/+21
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris1-20/+2
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez1-2/+6
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping1-0/+2
2004-08-31Don't have a dummy widget to use for panes marked as "None" - that meansGuy Harris1-35/+33
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris1-1/+0
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
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