remove MSVC compiler warning (required a type cast)
[obnox/wireshark/wip.git] / gtk / main.c
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-24 guyHave "gtk/color_utils.c" contain routines with toolkit...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-07-12 ulflbugfix to a bug reported by Stuart MacDonald (bug ...
2004-07-09 guyDon't allow non-positive values for the main window...
2004-07-09 geraldDon't show the splash screen if we've been passed the...
2004-07-07 ulflbugfix: preference related capture options shouldn...
2004-07-06 geraldMake sure child processes don't create a splash screen...
2004-07-04 ulfladded a splash screen while Ethereal is started
2004-06-30 ulflbugfix to a bug reported by dave.nicoson@thomson.net:
2004-06-30 ulflclose temporary merge output file, if merging failed
2004-06-29 ulflavoid using tmpnam() for security reasons.
2004-06-29 jmayerThe patch to fix the race condition introduced by using...
2004-06-25 jmayertmpnam() really should not be used for security reasons.
2004-06-21 ulflif more than one file is (drag and) dropped into the...
2004-06-20 ulflpreference setting, so "ask for unsaved capture files...
2004-06-20 ulflpreference setting for the option to "avoid" the captur...
2004-06-20 ulfladded an option to "avoid" the capture info dialog...
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-23 ulflnext step to save the size and postition of the dialogs...
2004-05-22 guyDon't put a newline at the end of the compiled-with...
2004-05-21 guyTag unused parameters with _U_ to squelch GCC compiler...
2004-05-20 ulflmoved the about dialog from main.c to it's own new...
2004-05-17 ulflGTK2 only: catch window state event, and call display_q...
2004-05-13 ulflWin32 only: Preference setting to open a console window...
2004-05-07 ulflrename context menu items:
2004-05-05 guyNote that hiding panes in the paned widgets doesn't...
2004-05-04 guyUse "main_widgets_show_or_hide()" to control the visibi...
2004-05-04 guyIf all we're doing is changing the visibility of a...
2004-05-04 guyDisplay "main_second_pane" if, and only if, both widget...
2004-04-30 guySquelch some compiler warnings.
2004-04-29 ulfladded selection of different main window pane layouts,
2004-04-27 ulflFreely adjustable status line separations.
2004-04-25 ulflsave the position of the main window panes in the recen...
2004-04-16 guyReport errors in opening various configuration files...
2004-04-16 guyAdd a "report_failure()" routine to allow dissectors...
2004-04-06 ulflfrom Thomas Palmer: add a preference setting for filter...
2004-04-06 geraldRemove an extraneous 'break'.
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2004-03-20 guyFrom Tomas Kukosa:
2004-03-19 guyFrom Tomas Kukosa: add a new "Expand Tree" context...
2004-03-18 obiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-03-17 guyCast a "char" to "guchar" before passing it to the...
2004-03-13 ulflexperimental: make usage of pcap_setbuff to increase...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflvarious string related changes
2004-03-04 ulflfixed differences between capture GUI frontend and...
2004-03-02 ulflimplemented capture dialog 3rd (+x) proposal
2004-02-28 guyDefault to not using the ring buffer (as the default...
2004-02-28 ulflCapturing: "Number of files" switches between normal...
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-23 geraldMove cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES...
2004-02-22 ulflstatistics menu structure proposal:
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-21 ulflquit_after_cap should be a gboolean, not an int, and...
2004-02-20 geraldAdd support for a "version.conf" file in the main direc...
2004-02-20 ulflminor bugfix from recent check in
2004-02-20 ulflbugfix: resizing (values from recent) must be done...
2004-02-20 ulflwin32 drag-n-drop: corrected handling of UNC filenames...
2004-02-17 ulflbugfix: use last_open_dir for the recent file,
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-13 guyCreate only one "About Ethereal" window per process.
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-11 guyCast "char" values to "guchar" before passing them...
2004-02-11 guyGet rid of the "Question" alert box type - rename it...
2004-02-11 guyAdd a routine to be used to put up alert boxes for...
2004-02-06 jmayerFix a few warnings
2004-02-04 guyAdd some comments about the types of alert boxes you...
2004-02-03 ulflenhanced some dialog messages,
2004-02-03 ulfladded some more info to the statusbar (filesize, packet...
2004-02-01 guyMark the "widget" argument to "main_load_window_geometr...
2004-02-01 ulflmoved window geometry values from prefs to recent,
2004-02-01 ulflDND: also unescape URI characters (e.g. %20 -> ' ')
2004-02-01 guyKonqueror, in KDE 3.0, appears to drop file names of...
2004-01-31 ulflImplemented rudimentary Drag and Drop support.
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-29 ulflevery GUI action, which will erease a currently unsaved...
2004-01-28 guy"gtk/main.c" no longer has any code to manage the packe...
2004-01-26 ulfladded a tooltip to explain the behaviour of the syntax...
2004-01-25 guyIn "main_filter_packets()", use the "cf" argument rathe...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 ulflapply automatically generated filters strings to the...
2004-01-25 ulfladd syntax check and an "Add Expression" button to...
2004-01-24 guyHave "font_apply()" return an indication as to whether...
2004-01-23 guyDo the font loading code as two larger sections of...
2004-01-23 guyInclude the AddStyleName information in the zoomed...
2004-01-23 guyIf the zoom factor is zero, don't construct a new font...
2004-01-23 guyClean up indentation.
2004-01-23 ulflfix assert, when failed loading zoomed font,
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 guySquelch some compiler warnings.
2004-01-21 ulfldon't try to set font size <= 0
next