aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-1/+1
* second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-7/+7
* try to fix #if !GTK_CHECK_VERSIONUlf Lamping2008-04-071-2/+2
* replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping2008-04-061-7/+7
* remove GTK1 codeUlf Lamping2008-04-061-2/+0
* Get rid of some #if-ed out includes, which aren't needed.Guy Harris2007-03-141-16/+0
* Sync up my changes so far to the content list (now called objectStephen Fisher2007-02-281-0/+5
* U3 packaging, utility and Wireshark modifications that allows Wireshark to be...Graeme Lunt2006-08-261-1/+20
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Include <errno.h> to get errnos.Guy Harris2006-04-301-0/+3
* See whether <stdio.h> will get EISDIR defined.Guy Harris2006-04-301-2/+0
* Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris2006-04-301-0/+342
* Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris2006-04-291-1898/+0
* For the "there's already a file with that name" dialog, use a wordingGuy Harris2006-02-191-2/+3
* Freeze and thaw the packet list after a merge so that the packet list showsGerald Combs2006-02-161-0/+2
* Have those functions that end up just calling a win32_ routine if we'reGuy Harris2006-02-151-34/+29
* Copy over the file open/save code from the Win32 native branch.Gerald Combs2006-02-131-32/+65
* In "Save As", support only file types we can write to; that simplifiesGuy Harris2006-02-111-65/+20
* fix #152Ulf Lamping2005-12-311-2/+4
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-4/+0
* bugfix: don't crash the file open dialog, if the preview gets confused by "in...Ulf Lamping2005-10-261-8/+12
* disable gzip output compression for now, as it won't work in some cases (see ...Ulf Lamping2005-09-231-1/+5
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-2/+16
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-9/+3
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-11/+5
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-4/+4
* ask for unsaved file when using the new start capture feature,Ulf Lamping2005-04-191-1/+1
* Save As: ask user if he wants to overwrite an already existing fileUlf Lamping2005-04-121-33/+115
* code cleanup: use common prefix for all functions in color_filters.hUlf Lamping2005-03-261-5/+5
* Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris2005-02-171-10/+10
* Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris2005-02-151-1/+0
* minor enhancements to Guy's last updateUlf Lamping2005-02-051-5/+5
* Put "cf_status_t" back.Guy Harris2005-02-051-6/+6
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-11/+11
* We use the range utilities regardless of whether we're built withGuy Harris2005-01-271-1/+1
* The right way to check whether a pointer is null and get a Boolean is toGuy Harris2005-01-011-5/+5
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-311-15/+17
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-1/+1
* Change some of the merge.c APIs to return more information on failure,Guy Harris2004-10-271-12/+11
* Change some code that affects g_resolv_flags to set a flag if the checkGuy Harris2004-10-221-4/+13
* When merging, default to the current file format as the output format.Guy Harris2004-10-171-0/+3
* From Mark C. Brown: allow the file type for the merge operation to beGuy Harris2004-10-171-15/+34
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-3/+21
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....Ulf Lamping2004-09-081-0/+8
* The packet range stuff knows about capture_file structures, so it'sGuy Harris2004-09-041-1/+1