aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/file_dlg_win32.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Win32: Remove win32_save_as_statstree.Gerald Combs1-11/+0
2019-12-10Win32: Fixup our file dialog titles.Gerald Combs1-4/+5
2019-12-10Win32: Factor out win32_check_save_as_with_comments.Gerald Combs1-11/+0
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-4/+4
2018-11-10UI: Remove Win32 file dialog stuff specific to GTKPeter Wu1-36/+0
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs1-2/+2
2018-05-09Windows: Make sure native dialogs handle HiDPI.Gerald Combs1-0/+21
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07Squelch an rc warning.Gerald Combs1-0/+2
2017-12-08Try to fix win32 build, add ui/packet_range.h include.Jakub Zawadzki1-0/+1
2017-11-29Normalize ui/win32 indentation and switch to SPDX.Gerald Combs1-13/+1
2016-09-09Remove name resolution from the file dialogs.Gerald Combs1-13/+9
2014-03-04win32: Implement format type selector in open file dialogMichal Labedzki1-1/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix warning found by doxygenAlexis La Goutte1-0/+9
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-0/+11
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-3/+5
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard1-5/+6
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-3/+2
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs1-1/+1
2012-10-09Move a couple of enums to the common UI directory. Remove an unusedGerald Combs1-9/+0
2012-10-03Fix compilation on Windows. Add back and fix function definitions,Gerald Combs1-4/+12
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs1-3/+7
2012-09-24Fix compilation on Windows.Gerald Combs1-0/+2
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs1-2/+14
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs1-1/+3
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs1-1/+1
2012-07-21Remove the filename from the Win32 file dialog preview. It's alreadyGerald Combs1-13/+11
2012-07-16Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs1-1/+1
2012-07-12Use win32_open_file in qtshark on Windows.Gerald Combs1-4/+12
2012-07-09From Michael Mann:Anders Broman1-13/+14
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-23In the Windows capture file "Save As" dialog code, do the same sort ofGuy Harris1-1/+10
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-3/+1
2012-05-22Do the "Save As always saves the entire capture, Export SpecifiedGuy Harris1-0/+6
2012-01-16Make the win32 directory a subdirectory of the ui directory.Guy Harris1-0/+164