aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Change includes for getenv_utf8()morriss1-5/+5
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-1/+1
2009-06-02Fix a small memory leakwmeier1-1/+1
2009-05-29Use consistent indentation.wmeier1-124/+124
2009-04-15size_t fixes.gerald1-2/+2
2009-04-09gtk_widget_ref() -> g_object_ref()etxrab1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-3/+1
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-89/+0
2008-04-20Add GTK_SIGNAL_FUNC() casts for GTK+ 2.[0-2] code.guy1-2/+3
2008-04-13sort #includes by directoriesulfl1-6/+6
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-1/+1
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-7/+7
2008-04-07try to fix #if !GTK_CHECK_VERSIONulfl1-2/+2
2008-04-06replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...ulfl1-7/+7
2008-04-06remove GTK1 codeulfl1-2/+0
2007-03-14Get rid of some #if-ed out includes, which aren't needed.guy1-16/+0
2007-02-28Sync up my changes so far to the content list (now called objectsfisher1-0/+5
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to be...gal1-1/+20
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-04-30Include <errno.h> to get errnos.guy1-0/+3
2006-04-30See whether <stdio.h> will get EISDIR defined.guy1-2/+0
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-0/+342
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameguy1-1898/+0
2006-02-19For the "there's already a file with that name" dialog, use a wordingguy1-2/+3
2006-02-16Freeze and thaw the packet list after a merge so that the packet list showsgerald1-0/+2
2006-02-15Have those functions that end up just calling a win32_ routine if we'reguy1-34/+29
2006-02-13Copy over the file open/save code from the Win32 native branch.gerald1-32/+65
2006-02-11In "Save As", support only file types we can write to; that simplifiesguy1-65/+20
2005-12-31fix #152ulfl1-2/+4
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-4/+0
2005-10-26bugfix: don't crash the file open dialog, if the preview gets confused by "in...ulfl1-8/+12
2005-09-23disable gzip output compression for now, as it won't work in some cases (see ...ulfl1-1/+5
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-2/+16
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-9/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy1-11/+5
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer1-4/+4
2005-04-19ask for unsaved file when using the new start capture feature,ulfl1-1/+1
2005-04-12Save As: ask user if he wants to overwrite an already existing fileulfl1-33/+115
2005-03-26code cleanup: use common prefix for all functions in color_filters.hulfl1-5/+5
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputguy1-10/+10
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesguy1-1/+0
2005-02-05minor enhancements to Guy's last updateulfl1-5/+5
2005-02-05Put "cf_status_t" back.guy1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-11/+11
2005-01-27We use the range utilities regardless of whether we're built withguy1-1/+1