aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/win32-file-dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping1-5/+5
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-1/+1
2006-09-15Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: ...Ulf Lamping1-1/+1
2006-08-30Remove a lot of XXX:Ulf Lamping1-23/+102
2006-08-23fix #927: Win32: delete an existing file, if the user want's to overwrite a f...Ulf Lamping1-2/+5
2006-06-23use file name information from wiretap instead of "build in" valuesUlf Lamping1-33/+140
2006-06-22bugfix: saving the user specified packet range text must be utf8'ed, otherwis...Ulf Lamping1-1/+1
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-6/+6
2006-05-30ethereal.nsi -> wireshark.nsiGerald Combs1-6/+6
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-9/+9
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Add "file_dlg.h" to declare "set_last_open_dir()".Guy Harris1-0/+3
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-2/+2
2006-04-28Fetch a combobox control handle before we try to use it. Add some neededGerald Combs1-11/+6
2006-04-26Properly set our export file name before we try to use it. Fixes bug 894.Gerald Combs1-1/+1
2006-04-14bugfix: don't crash with a Null pointer exception, if the open file preview t...Ulf Lamping1-8/+12
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs1-3/+3
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-124/+135
2006-02-22Remove svn:executable property from source filesJaap Keuter1-0/+0
2006-02-17More duplicate code removal.Gerald Combs1-9/+2
2006-02-17Include some header files so that we can get rid of duplicate code andGerald Combs1-23/+12
2006-02-16Move common control initialization to gtk/main.c where it belongs.Gerald Combs1-34/+4
2006-02-15Update a comment.Guy Harris1-3/+9
2006-02-13Add a placeholder for integrating with the display filter dialog.Gerald Combs1-0/+3
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-0/+1453