aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/win32-file-dlg.c
AgeCommit message (Expand)AuthorFilesLines
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