Fix build (automake) error: WIRESHARK_CUSTOM_HEADERS is ng but WIRESHARK_CUSTOM_HDRS...
[obnox/wireshark/wip.git] / gtk / file_dlg.c
2010-12-07 morrissChange includes for getenv_utf8()
2010-03-02 guySquelch some compiler warnings, clean up indentation...
2009-06-02 wmeierFix a small memory leak
2009-05-29 wmeierUse consistent indentation.
2009-04-15 geraldsize_t fixes.
2009-04-09 etxrabgtk_widget_ref() -> g_object_ref()
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-04-27 sfisherRemove all GTK+ < 2.4 code and minimum version checks.
2008-04-20 guyAdd GTK_SIGNAL_FUNC() casts for GTK+ 2.[0-2] code.
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulflthird round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulfltry to fix #if !GTK_CHECK_VERSION
2008-04-06 ulflreplace confusing #if checking for GTK2.4.0 (the GTK...
2008-04-06 ulflremove GTK1 code
2007-03-14 guyGet rid of some #if-ed out includes, which aren't needed.
2007-02-28 sfisherSync up my changes so far to the content list (now...
2006-08-26 galU3 packaging, utility and Wireshark modifications that...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyInclude <errno.h> to get errnos.
2006-04-30 guySee whether <stdio.h> will get EISDIR defined.
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-04-29 guyMost of the stuff in file_dlg.c is specific to capture...
2006-02-19 guyFor the "there's already a file with that name" dialog...
2006-02-16 geraldFreeze and thaw the packet list after a merge so that...
2006-02-15 guyHave those functions that end up just calling a win32_...
2006-02-13 geraldCopy over the file open/save code from the Win32 native...
2006-02-11 guyIn "Save As", support only file types we can write...
2005-12-31 ulflfix #152
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-26 ulflbugfix: don't crash the file open dialog, if the previe...
2005-09-23 ulfldisable gzip output compression for now, as it won...
2005-09-14 ulfladded compression support for capture file output....
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-04-19 ulflask for unsaved file when using the new start capture...
2005-04-12 ulflSave As: ask user if he wants to overwrite an already...
2005-03-26 ulflcode cleanup: use common prefix for all functions in...
2005-02-17 guyHave "cf_merge_files()" take a pointer-to-pointer-to...
2005-02-15 guyHave "cf_merge_files()" always close "out_fd" before...
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...
next