aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-19ask for unsaved file when using the new start capture feature,ulfl1-1/+1
2005-04-12Save As: ask user if he wants to overwrite an already existing fileulfl1-33/+115
2005-03-26code cleanup: use common prefix for all functions in color_filters.hulfl1-5/+5
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputguy1-10/+10
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesguy1-1/+0
2005-02-05minor enhancements to Guy's last updateulfl1-5/+5
2005-02-05Put "cf_status_t" back.guy1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-11/+11
2005-01-27We use the range utilities regardless of whether we're built withguy1-1/+1
2005-01-01The right way to check whether a pointer is null and get a Boolean is toguy1-5/+5
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toguy1-15/+17
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-1/+1
2004-10-27Change some of the merge.c APIs to return more information on failure,guy1-12/+11
2004-10-22Change some code that affects g_resolv_flags to set a flag if the checkguy1-4/+13
2004-10-17When merging, default to the current file format as the output format.guy1-0/+3
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beguy1-15/+34
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-3/+21
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-08Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....ulfl1-0/+8
2004-09-04The packet range stuff knows about capture_file structures, so it'sguy1-1/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";guy1-1/+1
2004-08-31added a preference setting, to be able to change the preview timeout in the f...ulfl1-2/+1
2004-08-31Split the preview function into a prepare and a do part, to be able to do som...ulfl1-24/+47
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.gerald1-46/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasgerald1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,guy1-1/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...ulfl1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-13From Daniel Thompson: add additional message/alert box options toguy1-7/+7
2004-06-30Include <unistd.h>, if available, to declare "close()".guy1-3/+5
2004-06-30close temporary merge output file, if merging failedulfl1-1/+7
2004-06-29avoid using tmpnam() for security reasons.ulfl1-14/+10
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedjmayer1-2/+2
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingulfl1-3/+3
2004-06-25tmpnam() really should not be used for security reasons.jmayer1-2/+2
2004-06-21if more than one file is (drag and) dropped into the program,ulfl1-7/+12
2004-06-21use the "correct" resize function for the file selection dialogulfl1-3/+14
2004-06-20bugfix: handle NULL pointer correct,ulfl1-2/+9
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offulfl1-4/+4
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-18merge: bugfixes and code cleanupulfl1-28/+30
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.ulfl1-2/+325
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-27/+9