aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris1-3/+3
2004-02-03enhanced some dialog messages,Ulf Lamping1-3/+4
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping1-3/+4
2004-01-31Implemented rudimentary Drag and Drop support.Ulf Lamping1-1/+4
2004-01-31minor change in dialog textUlf Lamping1-2/+2
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-5/+8
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping1-5/+114
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-4/+3
2004-01-20code cleanup and added some moreUlf Lamping1-2/+2
2004-01-14destroy the "save as" dialog only, if it's existingUlf Lamping1-2/+3
2004-01-10close the Save (As) dialog, when the capture file is closedUlf Lamping1-1/+8
2004-01-10using button compatibility macrosUlf Lamping1-83/+22
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-105/+65
2004-01-09some code cleanup in range.cUlf Lamping1-8/+4
2004-01-08Save As and range: don't use global vars in range.c,Ulf Lamping1-39/+37
2004-01-07Get rid of "gtk_box_pack_start()" call to put the range table into theGuy Harris1-2/+1