aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifguy2-2/+12
2004-06-30close temporary merge output file, if merging failedulfl2-2/+9
2004-06-29GTK2: convert character encoding from locale to UTF8ulfl1-2/+11
2004-06-29avoid using tmpnam() for security reasons.ulfl2-25/+16
2004-06-29define of O_BINARY not needed, if fcntl.h is includedulfl3-20/+11
2004-06-29add a preference setting for the web browser commandulfl3-12/+53
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedjmayer4-8/+8
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingulfl1-3/+3
2004-06-27Fixes needed for "make distcheck".gerald1-1/+3
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aguy1-2/+2
2004-06-25Add "Resolve Name" to "View/Name Resolution" andulfl1-4/+8
2004-06-25doxygen changes:jmayer3-19/+12
2004-06-25tmpnam() really should not be used for security reasons.jmayer4-8/+8
2004-06-24As current implementation won't compile with GLib 1.x,ulfl1-1/+8
2004-06-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".guy5-47/+73
2004-06-22Mark some unused variables as such.guy1-3/+3
2004-06-22add functionality, to show html files from the local installationulfl4-34/+153
2004-06-22"Home page" is typically two words.guy1-2/+2
2004-06-22Style tweaks, and finish an unfinished comment.guy1-1/+3
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.guy1-7/+37
2004-06-21Change type of argument of dnd_open_file_cmd to get ethereal compiled.tuexen1-2/+2
2004-06-21Add experimental feature of opening a webbrowser, to show some of theulfl6-7/+208
2004-06-21if more than one file is (drag and) dropped into the program,ulfl2-73/+186
2004-06-21Remove trailing comma at end of enumjmayer1-2/+2
2004-06-21use the "correct" resize function for the file selection dialogulfl1-3/+14
2004-06-20bugfix: is using last_open_dir with GTK2.4 file chooserulfl1-4/+20
2004-06-20bugfix: handle NULL pointer correct,ulfl1-2/+9
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offulfl5-14/+23
2004-06-20preference setting for the option to "avoid" the capture info dialogulfl2-13/+44
2004-06-20added an option to "avoid" the capture info dialog completely.ulfl2-6/+35
2004-06-20preview: add 3 seconds timeout, and show the information got so far.ulfl1-12/+33
2004-06-20Include <string.h> to declare "strlen()".guy1-2/+4
2004-06-20Make the elapsed time value an "unsigned int" (if the stop time isguy1-16/+13
2004-06-19add preview information to the open and merge dialog boxesulfl1-10/+314
2004-06-18"ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily aguy1-7/+7
2004-06-18add timestamp of first and last packet to summary dialogulfl1-6/+52
2004-06-18merge: bugfixes and code cleanupulfl2-29/+34
2004-06-18added some tooltips, minor code cleanupulfl1-5/+13
2004-06-17Use an adverb to modify a verb.guy1-2/+2
2004-06-17Include <string.h> to declare "strdup()".guy1-1/+3
2004-06-17add Merge functionality to Ethereal in an experimental state.ulfl3-4/+337
2004-06-17add implementation of button mask ESD_BTNS_YES_NOulfl1-7/+14
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-3/+3
2004-06-17move font related stuff to new file font_utils.c/.hulfl16-838/+1001
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTguy3-10/+19
2004-06-10Move "dfilter_expr_dlg_delete_event_cb()" afterguy1-10/+10
2004-06-10"delete_event" is an event, so its handler takes three arguments, notguy4-43/+65
2004-06-10From Stas Grabois: don't show disabled protocols in the "Add Expression"guy2-2/+17
2004-06-09Remove config.nmake dependencies from epan/Makefile.am and gtk/Makefile.am.gerald1-2/+2
2004-06-09Add Automake/Autoconf Doxygen targets.gerald1-1/+16