aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-4/+0
2013-12-15Fix warning found by doxygenAlexis La Goutte1-0/+9
2013-12-13Fix Visual Studio Code Analysis warning C6011: Dereferencing NULL pointer 're...Chris Maynard1-0/+8
2013-12-13Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'ke...Chris Maynard1-2/+2
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-1/+1
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann2-0/+98
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-08Indentation tweaks.Guy Harris1-3/+4
2013-11-08Didn't need to include wtap.h againMartin Mathieson1-1/+0
2013-11-08Fix up function names: type -> type_subtypeMartin Mathieson1-4/+5
2013-11-08Fix more errors.Guy Harris1-3/+2
2013-11-08Wrong function.Guy Harris1-1/+1
2013-11-08Fix errors.Guy Harris1-1/+1
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris1-45/+82
2013-10-21Tentative fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9287 :Pascal Quantin1-0/+1
2013-10-20From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin1-165/+68
2013-10-15Make sure we have a valid capture file pointer in win32_export_file().Gerald Combs1-0/+3
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs2-42/+55
2013-09-26When a line of text wraps to the next line, the character that caused the lin...Chris Maynard1-2/+1
2013-08-23For the Windows Open dialog for capture files, get rid of the "(*.*)" inGuy Harris1-5/+54
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-3/+5
2013-07-14Fix whitespace.Guy Harris1-1/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard2-8/+22
2013-06-15Make use of text metrics and devmode data to properly format a page for print...Chris Maynard1-161/+183
2013-06-04The CommDlg_OpenSave_GetFilePath macro fetches the path+name of the mostGerald Combs1-36/+26
2013-04-27Fix a comment (the "it worked but didn't pop up a window" conclusionGuy Harris1-3/+3
2013-04-27Update comments.Guy Harris1-4/+3
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-3/+2
2013-04-26Work around a bug in a Microsoft security fix.Guy Harris1-1/+19
2013-04-26Get rid of leftover debugging variable.Guy Harris1-1/+0
2013-04-26Check, for each of the standard handles, whether they need to beGuy Harris1-8/+98
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-1/+0
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-6/+1
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-31/+31
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris2-5/+5
2012-10-21Simplify #ifdef blocksPascal Quantin1-6/+5
2012-10-21Revert r45692 and try to fix link failure another way: console_win32.[ch] def...Pascal Quantin3-0/+264
2012-10-21Try to fix LINK : fatal error LNK1181: cannot open input file 'win32/console_...Alexis La Goutte2-263/+0
2012-10-21Make Windows Buildbot happyAlexis La Goutte1-1/+1
2012-10-21Make buildbot happy and add modelines infoAlexis La Goutte2-12/+39
2012-10-21Move MSWindows console "windows" to ui/win32/console_win32.[ch]Alexis La Goutte2-0/+236
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-8/+8
2012-10-16Move common SSL key export routines to ui/ssl_key_export.[ch]. Make theGerald Combs1-7/+6
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs2-8/+8
2012-10-11In GTK3 the settings.ini file serves the same purpose as the gtkrc file.Anders Broman1-0/+5
2012-10-09Move a couple of enums to the common UI directory. Remove an unusedGerald Combs2-24/+8
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs1-19/+57
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+1