And finally (I hope) the last part from the patch
[obnox/wireshark/wip.git] / gtk / file_dlg.c
2005-02-05 ulflminor enhancements to Guy's last update
2005-02-05 guyPut "cf_status_t" back.
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-27 guyWe use the range utilities regardless of whether we...
2005-01-01 guyThe right way to check whether a pointer is null and...
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-10-27 guyChange some of the merge.c APIs to return more informat...
2004-10-22 guyChange some code that affects g_resolv_flags to set...
2004-10-17 guyWhen merging, default to the current file format as...
2004-10-17 guyFrom Mark C. Brown: allow the file type for the merge...
2004-10-16 guyRemove the fixed maximum number of subranges in a range...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-08 ulflFix a minor bug only with GTK2.4: if have a problem...
2004-09-04 guyThe packet range stuff knows about capture_file structu...
2004-09-04 guyRename "range.c" and "range.h" to "packet-range.c"...
2004-08-31 ulfladded a preference setting, to be able to change the...
2004-08-31 ulflSplit the preview function into a prepare and a do...
2004-08-25 geraldMove the file-reloading code from gtk/file_dlg.c to...
2004-08-19 geraldAs suggested by Guy: Have mark_frame() do nothing if...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-24 guyMove color_filters.c and color_filters.h up to the...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-06-30 guyInclude <unistd.h>, if available, to declare "close()".
2004-06-30 ulflclose temporary merge output file, if merging failed
2004-06-29 ulflavoid using tmpnam() for security reasons.
2004-06-29 jmayerThe patch to fix the race condition introduced by using...
2004-06-28 ulflminor bugfix for merge dialog: use the correct handle...
2004-06-25 jmayertmpnam() really should not be used for security reasons.
2004-06-21 ulflif more than one file is (drag and) dropped into the...
2004-06-21 ulfluse the "correct" resize function for the file selectio...
2004-06-20 ulflbugfix: handle NULL pointer correct,
2004-06-20 ulflpreference setting, so "ask for unsaved capture files...
2004-06-20 ulflpreview: add 3 seconds timeout, and show the informatio...
2004-06-20 guyInclude <string.h> to declare "strlen()".
2004-06-20 guyMake the elapsed time value an "unsigned int" (if the...
2004-06-19 ulfladd preview information to the open and merge dialog...
2004-06-18 ulflmerge: bugfixes and code cleanup
2004-06-18 ulfladded some tooltips, minor code cleanup
2004-06-17 guyUse an adverb to modify a verb.
2004-06-17 guyInclude <string.h> to declare "strdup()".
2004-06-17 ulfladd Merge functionality to Ethereal in an experimental...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-27 ulfluse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-26 ulflmore code cleanup from dialog things:
2004-04-23 guyGet rid of static forward declaration of "toggle_captur...
2004-04-22 ulfloops, forgotten to test with GTK1...
2004-04-22 ulflseperated common packet range code from the save and...
2004-03-29 guyAdd another wrapper routine, "file_selection_set_extra_...
2004-03-29 guyMake "file_selection_new()" take as its second argument an
2004-03-27 ulflminor code cleanup, including removed MSVC warnings
2004-03-27 oabadUse the new GtkFileChooserDialog when built with gtk...
2004-02-27 ulfladded dfilter string syntax check to various places
2004-02-17 ulflbugfix: use last_open_dir for the recent file,
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-11 guyGet rid of the "Question" alert box type - rename it...
2004-02-11 guyAdd a routine to be used to put up alert boxes for...
2004-02-04 guyAdd some comments about the types of alert boxes you...
2004-02-03 ulflenhanced some dialog messages,
2004-02-01 ulflmoved window geometry values from prefs to recent,
2004-01-31 ulflImplemented rudimentary Drag and Drop support.
2004-01-31 ulflminor change in dialog text
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-29 ulflevery GUI action, which will erease a currently unsaved...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-20 ulflcode cleanup and added some more
2004-01-14 ulfldestroy the "save as" dialog only, if it's existing
2004-01-10 ulflclose the Save (As) dialog, when the capture file is...
2004-01-10 ulflusing button compatibility macros
2004-01-09 ulfluse the same packet range things for "Print" dialog...
2004-01-09 ulflsome code cleanup in range.c
2004-01-08 ulflSave As and range: don't use global vars in range.c,
2004-01-07 guyGet rid of "gtk_box_pack_start()" call to put the range...
2004-01-07 obiotRemove extraneous parameters of packet count in case...
2004-01-07 ulflsave dialog with "Captured" and "Displayed" buttons...
2004-01-05 ulflan enum represents the radio buttons much better,
2004-01-02 ulflhide save dialog, while saving
2004-01-01 ulflcomment fixed
2003-12-30 ulflminor changes and a small bugfix
2003-12-29 ulflremoved a GTK2 warning
2003-12-29 guyGet rid of an unused variable.
2003-12-29 ulflFrom Dick Gooris (and me :-)
2003-12-01 guy"select_file_cb()" only needs a title, not a "construct...
2003-11-30 sharpeMove print_file_cb out of gtk/print_dlg.c and into...
2003-10-16 guyThere doesn't seem to be any need to set "cfile.dfilter...
2003-10-14 guyClean up the stuff that fills in the starting directory.
2003-10-14 guyFrom Ian Schorr:
2003-09-24 guyAdd a "file_selection_new()" routine that does all...
2003-09-20 guyFrom Giles Scott:
2003-09-15 guyRename various capture file routines to have names...
2003-08-18 sahlbergFrom Richard Urwin a great enhancement to the color...
2003-07-22 geraldAdd two preferences to control ADNS, one to enable...
2003-07-18 oabadVarious fixes related to GTK2 :
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2002-11-10 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
next