- Require --with-ssl=... to be explicitly set to work
[metze/wireshark/wip.git] / gtk /
2004-07-18 Guy HarrisIf the pane separator positions are 0 (e.g., because...
2004-07-18 Guy HarrisAdd support for IPv6 addresses for interfaces.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisAdd some comments, and expand on a comment (if "pcap_st...
2004-07-18 Guy HarrisNot all interfaces have descriptions.
2004-07-18 Guy HarrisSquelch a compiler warning.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-17 Ulf Lampingadd a new dialog box to menu "Capture/Interfaces.....
2004-07-17 Guy HarrisFrom Lars Ruoff: don't hardwire the RTP sampling clock...
2004-07-17 Guy HarrisFrom Martin Mathieson: if you create a new filter and...
2004-07-15 Gerald CombsConvert make-version.pl and the associated cvsversion...
2004-07-14 Guy HarrisAs per Pavel Kankovsky, return FALSE, not TRUE, if...
2004-07-13 Ulf LampingConversation/Endpoint list performance patch from Ian...
2004-07-13 Guy HarrisFrom Daniel Thompson: add additional message/alert...
2004-07-13 Guy HarrisFrom Pavel Kankovsky: the items pointed to by elements...
2004-07-12 Ulf Lampingbugfix to a bug reported by Ian Schorr:
2004-07-12 Ulf Lampingbugfix to a bug reported by Stuart MacDonald (bug ...
2004-07-12 Ulf Lampingbugfix to a bug reported by Ian Schorr:
2004-07-12 Ulf Lampingbugfix to a bug reported by Stuart MacDonald (bug ...
2004-07-10 Ulf Lampingchanged column headers, replaced e.g. "-> Packets" by
2004-07-10 Ulf Lampingchanged column headers, don't talk of frames but of...
2004-07-09 Guy HarrisIn the GTK+ code, move the redefinition of "isprint...
2004-07-09 Guy HarrisDon't allow non-positive values for the main window...
2004-07-09 Gerald CombsDon't show the splash screen if we've been passed the...
2004-07-08 Guy HarrisMake the "human-readable text vs. PSML vs. PDML" choice...
2004-07-07 Ulf Lampingbugfix: preference related capture options shouldn...
2004-07-07 Ulf Lampingdon't show webbrowser calling menu items, when using...
2004-07-07 Ulf Lampingremove doxygen output dir "html" on make clean
2004-07-07 Guy HarrisRealize the splash screen window right after creating...
2004-07-07 Guy HarrisWith GLib 1.2[.x], undefine MUST_LAUNCH_BROWSER_OURSELV...
2004-07-07 Guy HarrisGet rid of the splash screen's title bar on GTK+ 1...
2004-07-06 Gerald CombsMake sure child processes don't create a splash screen...
2004-07-05 Ulf Lampingfrom Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined,
2004-07-05 Ulf Lampingbeautify the splash screen a bit (increased border)
2004-07-04 Guy HarrisDeclare "about_ethereal()" as "void", as it returns...
2004-07-04 Ulf Lampingadded a splash screen while Ethereal is started
2004-07-01 Jörg MayerTrivial warning fixes: () -> (void) and comma at end...
2004-07-01 Jörg MayerDoxygen filenames changed
2004-06-30 Anders BromanFrom Martin Mathieson: Show number of detected streams...
2004-06-30 Ulf Lampingcode cleanup
2004-06-30 Ulf Lampingbugfix to a bug reported by dave.nicoson@thomson.net:
2004-06-30 Guy HarrisInclude <unistd.h>, if available, to declare "close()".
2004-06-30 Guy HarrisOn at least some platforms, a #define of O_BINARY is...
2004-06-30 Ulf Lampingclose temporary merge output file, if merging failed
2004-06-29 Ulf LampingGTK2: convert character encoding from locale to UTF8
2004-06-29 Ulf Lampingavoid using tmpnam() for security reasons.
2004-06-29 Ulf Lampingdefine of O_BINARY not needed, if fcntl.h is included
2004-06-29 Ulf Lampingadd a preference setting for the web browser command
2004-06-29 Jörg MayerThe patch to fix the race condition introduced by using...
2004-06-28 Ulf Lampingminor bugfix for merge dialog: use the correct handle...
2004-06-27 Gerald CombsFixes needed for "make distcheck".
2004-06-26 Guy HarrisFrom Laurent Rabret: replace "lib" with "link /lib...
2004-06-25 Ulf LampingAdd "Resolve Name" to "View/Name Resolution" and
2004-06-25 Jörg Mayerdoxygen changes:
2004-06-25 Jörg Mayertmpnam() really should not be used for security reasons.
2004-06-24 Ulf LampingAs current implementation won't compile with GLib 1.x,
2004-06-23 Guy HarrisAdd "gtk/webbrowser.h" to declare functions from "gtk...
2004-06-22 Guy HarrisMark some unused variables as such.
2004-06-22 Ulf Lampingadd functionality, to show html files from the local...
2004-06-22 Guy Harris"Home page" is typically two words.
2004-06-22 Guy HarrisStyle tweaks, and finish an unfinished comment.
2004-06-22 Guy HarrisOn Mac OS X, use Launch Services to start a Web browser...
2004-06-21 Michael TüxenChange type of argument of dnd_open_file_cmd to get...
2004-06-21 Ulf LampingAdd experimental feature of opening a webbrowser, to...
2004-06-21 Ulf Lampingif more than one file is (drag and) dropped into the...
2004-06-21 Jörg MayerRemove trailing comma at end of enum
2004-06-21 Ulf Lampinguse the "correct" resize function for the file selectio...
2004-06-20 Ulf Lampingbugfix: is using last_open_dir with GTK2.4 file chooser
2004-06-20 Ulf Lampingbugfix: handle NULL pointer correct,
2004-06-20 Ulf Lampingpreference setting, so "ask for unsaved capture files...
2004-06-20 Ulf Lampingpreference setting for the option to "avoid" the captur...
2004-06-20 Ulf Lampingadded an option to "avoid" the capture info dialog...
2004-06-20 Ulf Lampingpreview: add 3 seconds timeout, and show the informatio...
2004-06-20 Guy HarrisInclude <string.h> to declare "strlen()".
2004-06-20 Guy HarrisMake the elapsed time value an "unsigned int" (if the...
2004-06-19 Ulf Lampingadd preview information to the open and merge dialog...
2004-06-18 Guy Harris"ti_time" is a "time_t", not a "long" ("time_t" isn...
2004-06-18 Ulf Lampingadd timestamp of first and last packet to summary dialog
2004-06-18 Ulf Lampingmerge: bugfixes and code cleanup
2004-06-18 Ulf Lampingadded some tooltips, minor code cleanup
2004-06-17 Guy HarrisUse an adverb to modify a verb.
2004-06-17 Guy HarrisInclude <string.h> to declare "strdup()".
2004-06-17 Ulf Lampingadd Merge functionality to Ethereal in an experimental...
2004-06-17 Ulf Lampingadd implementation of button mask ESD_BTNS_YES_NO
2004-06-17 Ulf Lampingmove font related stuff to new file font_utils.c/.h
2004-06-17 Ulf Lampingmove font related stuff to new file font_utils.c/.h
2004-06-12 Guy HarrisOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-06-10 Guy HarrisMove "dfilter_expr_dlg_delete_event_cb()" after
2004-06-10 Guy Harris"delete_event" is an event, so its handler takes three...
2004-06-10 Guy HarrisFrom Stas Grabois: don't show disabled protocols in...
2004-06-09 Gerald CombsRemove config.nmake dependencies from epan/Makefile...
2004-06-09 Gerald CombsAdd Automake/Autoconf Doxygen targets.
2004-06-07 Guy HarrisDon't define or set "txt" in "text_page_redraw()" for...
2004-06-05 Ulf Lampingadd more details for doxygen
2004-06-05 Ulf Lampingadd more details for doxygen
2004-06-05 Ulf Lampingadd more details for doxygen
2004-06-05 Ulf Lampingalyways use SIGNAL_EMIT_BY_NAME with one user parameter,
2004-06-05 Ulf Lampingremove gtk_widget_ref / OBJECT_SET_DATA_FULL,
2004-06-05 Ulf Lampingcut text_page related things from help_page.c and
2004-06-04 Guy HarrisMake the definition of "simple_dialog()" match its...
next