aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
AgeCommit message (Expand)AuthorFilesLines
2018-06-27packet export: Add default file extensionGraham Bloice1-1/+13
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-36/+12
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs1-2/+2
2018-05-17Win32: Add a missing check.Gerald Combs1-0/+1
2018-05-09Windows: Make sure native dialogs handle HiDPI.Gerald Combs2-80/+120
2018-04-17Remove some GTK+-only code.Gerald Combs1-5/+0
2018-04-15Gtk: Remove source codeRoland Knall2-291/+0
2018-02-28Fix StringCchPrintf() calls.Guy Harris1-3/+4
2018-02-10Separately count all records and data records.Guy Harris1-18/+31
2018-02-09Move the merge_action_e enum to the Win32 file dialog source file.Guy Harris1-0/+6
2018-02-09Put the preview-generation loop into a common routine.Guy Harris1-60/+42
2018-02-09Do changes from Generalize wtap_pkthdr into a structure for packet andAndersBroman1-3/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo6-6/+6
2018-02-07Squelch an rc warning.Gerald Combs1-0/+2
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2017-12-08Try to fix win32 build, add ui/packet_range.h include.Jakub Zawadzki1-0/+1
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03This also looks inside a capture_file structure.Guy Harris1-0/+1
2017-11-29Normalize ui/win32 indentation and switch to SPDX.Gerald Combs8-226/+144
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+4
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-02-27print_stream: free memory on exit.Dario Lombardo1-0/+1
2016-09-10Have "All Capture Files" match only capture files.Guy Harris1-5/+4
2016-09-09Remove name resolution from the file dialogs.Gerald Combs2-61/+36
2016-07-23Suggest using a task dialog, so we can label the buttons.Guy Harris1-18/+16
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-1/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-1/+5
2016-06-15Remove Nmake build systemPascal Quantin1-40/+0
2016-04-28Win32: Pass a mutable string to CreateProcess.Gerald Combs1-3/+3
2016-03-08Add EditorConfig settings for most C filesJoão Valverde1-0/+8
2016-03-01Don't show a progress bar when previewing for the Qt print dialog.Guy Harris1-2/+2
2016-03-01Add a #define for the wildcard pattern that matches all files.Guy Harris1-13/+12
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-1/+1
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-3/+13
2015-12-13The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte1-1/+1
2015-11-17Misc minor issues caught by cppcheckEvan Huus1-2/+1
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-3/+3
2015-11-04One more file that now needs wsutil/str_util.h for plurality().Guy Harris1-1/+1
2015-09-26Fix checkapi warningsGraham Bloice1-17/+17
2015-04-16Minor Win32 console fix.Gerald Combs2-3/+3
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-2/+2
2015-01-18Fix another dfilter_compile() call.Guy Harris1-1/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+4
2015-01-08Small parenthesis fixDario Lombardo1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson2-11/+0
2014-11-30win32: use target file format when checking if it supports commentsPascal Quantin1-1/+1
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-45/+45