Add tinyfiledialogs from tinyfiledialogs.sf.net for x-platform messages

* Added a couple of very minor warning suppressions for VS. To do with
  casts between size_t and int or char const * and int.
This commit is contained in:
baldurk
2017-01-09 11:19:15 +00:00
parent 1be5289fec
commit 4d00722f57
7 changed files with 5972 additions and 1 deletions
+4
View File
@@ -80,6 +80,10 @@ The following libraries and components are incorporated into RenderDoc, listed h
Used for hooking some libraries loaded with DEEPBIND on linux.
* `tinyfiledialogs <https://sourceforge.net/projects/tinyfiledialogs/>`_ - Copyright (c) 2014 - 2016 Guillaume Vareille, distributed under the zlib license.
Used to display message boxes cross-platform from the non-UI core code.
Thanks
------