aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2-2/+12
2004-06-30close temporary merge output file, if merging failedUlf Lamping2-2/+9
2004-06-29GTK2: convert character encoding from locale to UTF8Ulf Lamping1-2/+11
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping2-25/+16
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping3-20/+11
2004-06-29add a preference setting for the web browser commandUlf Lamping3-12/+53
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer4-8/+8
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingUlf Lamping1-3/+3
2004-06-27Fixes needed for "make distcheck".Gerald Combs1-1/+3
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
2004-06-25Add "Resolve Name" to "View/Name Resolution" andUlf Lamping1-4/+8
2004-06-25doxygen changes:Jörg Mayer3-19/+12
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer4-8/+8
2004-06-24As current implementation won't compile with GLib 1.x,Ulf Lamping1-1/+8
2004-06-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".Guy Harris5-47/+73
2004-06-22Mark some unused variables as such.Guy Harris1-3/+3
2004-06-22add functionality, to show html files from the local installationUlf Lamping4-34/+153
2004-06-22"Home page" is typically two words.Guy Harris1-2/+2
2004-06-22Style tweaks, and finish an unfinished comment.Guy Harris1-1/+3
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.Guy Harris1-7/+37
2004-06-21Change type of argument of dnd_open_file_cmd to get ethereal compiled.Michael Tüxen1-2/+2
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping6-7/+208
2004-06-21if more than one file is (drag and) dropped into the program,Ulf Lamping2-73/+186
2004-06-21Remove trailing comma at end of enumJörg Mayer1-2/+2
2004-06-21use the "correct" resize function for the file selection dialogUlf Lamping1-3/+14
2004-06-20bugfix: is using last_open_dir with GTK2.4 file chooserUlf Lamping1-4/+20
2004-06-20bugfix: handle NULL pointer correct,Ulf Lamping1-2/+9
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping5-14/+23
2004-06-20preference setting for the option to "avoid" the capture info dialogUlf Lamping2-13/+44
2004-06-20added an option to "avoid" the capture info dialog completely.Ulf Lamping2-6/+35
2004-06-20preview: add 3 seconds timeout, and show the information got so far.Ulf Lamping1-12/+33
2004-06-20Include <string.h> to declare "strlen()".Guy Harris1-2/+4
2004-06-20Make the elapsed time value an "unsigned int" (if the stop time isGuy Harris1-16/+13
2004-06-19add preview information to the open and merge dialog boxesUlf Lamping1-10/+314
2004-06-18"ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily aGuy Harris1-7/+7
2004-06-18add timestamp of first and last packet to summary dialogUlf Lamping1-6/+52
2004-06-18merge: bugfixes and code cleanupUlf Lamping2-29/+34
2004-06-18added some tooltips, minor code cleanupUlf Lamping1-5/+13
2004-06-17Use an adverb to modify a verb.Guy Harris1-2/+2
2004-06-17Include <string.h> to declare "strdup()".Guy Harris1-1/+3
2004-06-17add Merge functionality to Ethereal in an experimental state.Ulf Lamping3-4/+337
2004-06-17add implementation of button mask ESD_BTNS_YES_NOUlf Lamping1-7/+14
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-3/+3
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping16-838/+1001
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris3-10/+19
2004-06-10Move "dfilter_expr_dlg_delete_event_cb()" afterGuy Harris1-10/+10
2004-06-10"delete_event" is an event, so its handler takes three arguments, notGuy Harris4-43/+65
2004-06-10From Stas Grabois: don't show disabled protocols in the "Add Expression"Guy Harris2-2/+17
2004-06-09Remove config.nmake dependencies from epan/Makefile.am and gtk/Makefile.am.Gerald Combs1-2/+2
2004-06-09Add Automake/Autoconf Doxygen targets.Gerald Combs1-1/+16