aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allow non-positive values for the main window width and heightGuy Harris2004-07-091-4/+14
* Don't show the splash screen if we've been passed the "-G" flag.Gerald Combs2004-07-091-2/+2
* bugfix: preference related capture options shouldn't be set by preferences,Ulf Lamping2004-07-071-13/+14
* Make sure child processes don't create a splash screen. Make the verbs inGerald Combs2004-07-061-10/+11
* added a splash screen while Ethereal is startedUlf Lamping2004-07-041-11/+27
* bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping2004-06-301-4/+4
* close temporary merge output file, if merging failedUlf Lamping2004-06-301-1/+2
* avoid using tmpnam() for security reasons.Ulf Lamping2004-06-291-11/+6
* The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer2004-06-291-2/+2
* tmpnam() really should not be used for security reasons.Jörg Mayer2004-06-251-2/+2
* if more than one file is (drag and) dropped into the program,Ulf Lamping2004-06-211-66/+174
* preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping2004-06-201-4/+4
* preference setting for the option to "avoid" the capture info dialogUlf Lamping2004-06-201-2/+2
* added an option to "avoid" the capture info dialog completely.Ulf Lamping2004-06-201-2/+12
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-668/+9
* On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris2004-06-121-3/+5
* add details for doxygen, various code cleanups as a result of thisUlf Lamping2004-06-011-267/+27
* next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping2004-05-231-64/+25
* Don't put a newline at the end of the compiled-with version informationGuy Harris2004-05-221-3/+3
* Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris2004-05-211-3/+3
* moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping2004-05-201-131/+40
* GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping2004-05-171-1/+28
* Win32 only: Preference setting to open a console window, one of:Ulf Lamping2004-05-131-17/+21
* rename context menu items:Ulf Lamping2004-05-071-13/+13
* Note that hiding panes in the paned widgets doesn't do what we want withGuy Harris2004-05-051-1/+7
* Use "main_widgets_show_or_hide()" to control the visibility of all theGuy Harris2004-05-041-19/+46
* If all we're doing is changing the visibility of a pane, we don't haveGuy Harris2004-05-041-23/+48
* Display "main_second_pane" if, and only if, both widgets in it areGuy Harris2004-05-041-1/+7
* Squelch some compiler warnings.Guy Harris2004-04-301-2/+1
* added selection of different main window pane layouts,Ulf Lamping2004-04-291-47/+127
* Freely adjustable status line separations.Ulf Lamping2004-04-271-27/+44
* save the position of the main window panes in the recent file,Ulf Lamping2004-04-251-1/+7
* Report errors in opening various configuration files at the time theGuy Harris2004-04-161-118/+84
* Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris2004-04-161-2/+8
* from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping2004-04-061-4/+2
* Remove an extraneous 'break'.Gerald Combs2004-04-061-2/+1
* Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris2004-03-231-2/+3
* From Tomas Kukosa:Guy Harris2004-03-201-16/+2
* From Tomas Kukosa: add a new "Expand Tree" context menu item, whichGuy Harris2004-03-191-1/+34
* From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot2004-03-181-9/+6
* Cast a "char" to "guchar" before passing it to the ctype macros, so thatGuy Harris2004-03-171-2/+2
* experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping2004-03-131-1/+4
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-7/+3
* various string related changesUlf Lamping2004-03-131-12/+10
* fixed differences between capture GUI frontend and backendUlf Lamping2004-03-041-14/+14
* implemented capture dialog 3rd (+x) proposalUlf Lamping2004-03-021-10/+16
* Default to not using the ring buffer (as the default number of files isGuy Harris2004-02-281-2/+2
* Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping2004-02-281-8/+8
* Add a "force" argument to "filter_packets()" andGuy Harris2004-02-231-9/+8
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-5/+2