aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-17When merging, default to the current file format as the output format.Guy Harris1-0/+3
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beGuy Harris1-15/+34
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-3/+21
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-08Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....Ulf Lamping1-0/+8
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-1/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris1-1/+1
2004-08-31added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping1-2/+1
2004-08-31Split the preview function into a prepare and a do part, to be able to do som...Ulf Lamping1-24/+47
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs1-46/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris1-1/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-7/+7
2004-06-30Include <unistd.h>, if available, to declare "close()".Guy Harris1-3/+5
2004-06-30close temporary merge output file, if merging failedUlf Lamping1-1/+7
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping1-14/+10
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer1-2/+2
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingUlf Lamping1-3/+3
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer1-2/+2
2004-06-21if more than one file is (drag and) dropped into the program,Ulf Lamping1-7/+12
2004-06-21use the "correct" resize function for the file selection dialogUlf Lamping1-3/+14
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 Lamping1-4/+4
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-18merge: bugfixes and code cleanupUlf Lamping1-28/+30
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 Lamping1-2/+325
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-27/+9
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-1/+3
2004-05-26more code cleanup from dialog things:Ulf Lamping1-181/+40
2004-04-23Get rid of static forward declaration of "toggle_captured_cb()", as it'sGuy Harris1-2/+1
2004-04-22oops, forgotten to test with GTK1...Ulf Lamping1-2/+6
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping1-293/+10
2004-03-29Add another wrapper routine, "file_selection_set_extra_widget()", to setGuy Harris1-27/+5
2004-03-29Make "file_selection_new()" take as its second argument anGuy Harris1-70/+14
2004-03-27minor code cleanup, including removed MSVC warningsUlf Lamping1-17/+11
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad1-45/+209
2004-02-27added dfilter string syntax check to various placesUlf Lamping1-1/+2
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping1-7/+1
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-5/+3
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris1-3/+3
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris1-2/+3