name change
[metze/wireshark/wip.git] / gtk / file_dlg.c
2006-05-21 Ronnie Sahlbergname change
2006-04-30 Guy HarrisInclude <errno.h> to get errnos.
2006-04-30 Guy HarrisSee whether <stdio.h> will get EISDIR defined.
2006-04-30 Guy HarrisMove the file selection dialog routines to file_dlg...
2006-04-29 Guy HarrisMost of the stuff in file_dlg.c is specific to capture...
2006-02-19 Guy HarrisFor the "there's already a file with that name" dialog...
2006-02-16 Gerald CombsFreeze and thaw the packet list after a merge so that...
2006-02-15 Guy HarrisHave those functions that end up just calling a win32_...
2006-02-13 Gerald CombsCopy over the file open/save code from the Win32 native...
2006-02-11 Guy HarrisIn "Save As", support only file types we can write...
2005-12-31 Ulf Lampingfix #152
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-26 Ulf Lampingbugfix: don't crash the file open dialog, if the previe...
2005-09-23 Ulf Lampingdisable gzip output compression for now, as it won...
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-08-05 Jörg MayerMore char -> const char warning fixes.
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-04-19 Ulf Lampingask for unsaved file when using the new start capture...
2005-04-12 Ulf LampingSave As: ask user if he wants to overwrite an already...
2005-03-26 Ulf Lampingcode cleanup: use common prefix for all functions in...
2005-02-17 Guy HarrisHave "cf_merge_files()" take a pointer-to-pointer-to...
2005-02-15 Guy HarrisHave "cf_merge_files()" always close "out_fd" before...
2005-02-05 Ulf Lampingminor enhancements to Guy's last update
2005-02-05 Guy HarrisPut "cf_status_t" back.
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-01-27 Guy HarrisWe use the range utilities regardless of whether we...
2005-01-01 Guy HarrisThe right way to check whether a pointer is null and...
2004-12-31 Guy Harris"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-10-27 Guy HarrisChange some of the merge.c APIs to return more informat...
2004-10-22 Guy HarrisChange some code that affects g_resolv_flags to set...
2004-10-17 Guy HarrisWhen merging, default to the current file format as...
2004-10-17 Guy HarrisFrom Mark C. Brown: allow the file type for the merge...
2004-10-16 Guy HarrisRemove the fixed maximum number of subranges in a range...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-08 Ulf LampingFix a minor bug only with GTK2.4: if have a problem...
2004-09-04 Guy HarrisThe packet range stuff knows about capture_file structu...
2004-09-04 Guy HarrisRename "range.c" and "range.h" to "packet-range.c"...
2004-08-31 Ulf Lampingadded a preference setting, to be able to change the...
2004-08-31 Ulf LampingSplit the preview function into a prepare and a do...
2004-08-25 Gerald CombsMove the file-reloading code from gtk/file_dlg.c to...
2004-08-19 Gerald CombsAs suggested by Guy: Have mark_frame() do nothing if...
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-24 Guy HarrisMove color_filters.c and color_filters.h up to the...
2004-07-19 Ulf Lampingrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-13 Guy HarrisFrom Daniel Thompson: add additional message/alert...
2004-06-30 Guy HarrisInclude <unistd.h>, if available, to declare "close()".
2004-06-30 Ulf Lampingclose temporary merge output file, if merging failed
2004-06-29 Ulf Lampingavoid using tmpnam() for security reasons.
2004-06-29 Jörg MayerThe patch to fix the race condition introduced by using...
2004-06-28 Ulf Lampingminor bugfix for merge dialog: use the correct handle...
2004-06-25 Jörg Mayertmpnam() really should not be used for security reasons.
2004-06-21 Ulf Lampingif more than one file is (drag and) dropped into the...
2004-06-21 Ulf Lampinguse the "correct" resize function for the file selectio...
2004-06-20 Ulf Lampingbugfix: handle NULL pointer correct,
2004-06-20 Ulf Lampingpreference setting, so "ask for unsaved capture files...
2004-06-20 Ulf Lampingpreview: add 3 seconds timeout, and show the informatio...
2004-06-20 Guy HarrisInclude <string.h> to declare "strlen()".
2004-06-20 Guy HarrisMake the elapsed time value an "unsigned int" (if the...
2004-06-19 Ulf Lampingadd preview information to the open and merge dialog...
2004-06-18 Ulf Lampingmerge: bugfixes and code cleanup
2004-06-18 Ulf Lampingadded some tooltips, minor code cleanup
2004-06-17 Guy HarrisUse an adverb to modify a verb.
2004-06-17 Guy HarrisInclude <string.h> to declare "strdup()".
2004-06-17 Ulf Lampingadd Merge functionality to Ethereal in an experimental...
2004-06-01 Ulf Lampingadd details for doxygen, various code cleanups as a...
2004-05-27 Ulf Lampinguse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-26 Ulf Lampingmore code cleanup from dialog things:
2004-04-23 Guy HarrisGet rid of static forward declaration of "toggle_captur...
2004-04-22 Ulf Lampingoops, forgotten to test with GTK1...
2004-04-22 Ulf Lampingseperated common packet range code from the save and...
2004-03-29 Guy HarrisAdd another wrapper routine, "file_selection_set_extra_...
2004-03-29 Guy HarrisMake "file_selection_new()" take as its second argument an
2004-03-27 Ulf Lampingminor code cleanup, including removed MSVC warnings
2004-03-27 Olivier AbadUse the new GtkFileChooserDialog when built with gtk...
2004-02-27 Ulf Lampingadded dfilter string syntax check to various places
2004-02-17 Ulf Lampingbugfix: use last_open_dir for the recent file,
2004-02-12 Guy HarrisThe HIG's and/or GUI toolkit documentation for:
2004-02-11 Guy HarrisGet rid of the "Question" alert box type - rename it...
2004-02-11 Guy HarrisAdd a routine to be used to put up alert boxes for...
2004-02-04 Guy HarrisAdd some comments about the types of alert boxes you...
2004-02-03 Ulf Lampingenhanced some dialog messages,
2004-02-01 Ulf Lampingmoved window geometry values from prefs to recent,
2004-01-31 Ulf LampingImplemented rudimentary Drag and Drop support.
2004-01-31 Ulf Lampingminor change in dialog text
2004-01-31 Ulf Lampingcleanup of new "question dialogs",
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-29 Ulf Lampingevery GUI action, which will erease a currently unsaved...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-20 Ulf Lampingcode cleanup and added some more
2004-01-14 Ulf Lampingdestroy the "save as" dialog only, if it's existing
2004-01-10 Ulf Lampingclose the Save (As) dialog, when the capture file is...
2004-01-10 Ulf Lampingusing button compatibility macros
2004-01-09 Ulf Lampinguse the same packet range things for "Print" dialog...
2004-01-09 Ulf Lampingsome code cleanup in range.c
next