aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-89/+0
2008-04-20Add GTK_SIGNAL_FUNC() casts for GTK+ 2.[0-2] code.Guy Harris1-2/+3
2008-04-13sort #includes by directoriesUlf Lamping1-6/+6
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-1/+1
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-7/+7
2008-04-07try to fix #if !GTK_CHECK_VERSIONUlf Lamping1-2/+2
2008-04-06replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping1-7/+7
2008-04-06remove GTK1 codeUlf Lamping1-2/+0
2007-03-14Get rid of some #if-ed out includes, which aren't needed.Guy Harris1-16/+0
2007-02-28Sync up my changes so far to the content list (now called objectStephen Fisher1-0/+5
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to be...Graeme Lunt1-1/+20
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Include <errno.h> to get errnos.Guy Harris1-0/+3
2006-04-30See whether <stdio.h> will get EISDIR defined.Guy Harris1-2/+0
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+342
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1898/+0
2006-02-19For the "there's already a file with that name" dialog, use a wordingGuy Harris1-2/+3
2006-02-16Freeze and thaw the packet list after a merge so that the packet list showsGerald Combs1-0/+2
2006-02-15Have those functions that end up just calling a win32_ routine if we'reGuy Harris1-34/+29
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-32/+65
2006-02-11In "Save As", support only file types we can write to; that simplifiesGuy Harris1-65/+20
2005-12-31fix #152Ulf Lamping1-2/+4
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-4/+0
2005-10-26bugfix: don't crash the file open dialog, if the preview gets confused by "in...Ulf Lamping1-8/+12
2005-09-23disable gzip output compression for now, as it won't work in some cases (see ...Ulf Lamping1-1/+5
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-2/+16
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-9/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-11/+5
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-4/+4
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-1/+1
2005-04-12Save As: ask user if he wants to overwrite an already existing fileUlf Lamping1-33/+115
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping1-5/+5
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris1-10/+10
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris1-1/+0
2005-02-05minor enhancements to Guy's last updateUlf Lamping1-5/+5
2005-02-05Put "cf_status_t" back.Guy Harris1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-11/+11
2005-01-27We use the range utilities regardless of whether we're built withGuy Harris1-1/+1
2005-01-01The right way to check whether a pointer is null and get a Boolean is toGuy Harris1-5/+5
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-15/+17
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-10-27Change some of the merge.c APIs to return more information on failure,Guy Harris1-12/+11
2004-10-22Change some code that affects g_resolv_flags to set a flag if the checkGuy Harris1-4/+13
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