22 Commits (8c374512fdaa1918c155c1e65a81e5f5e08ed094)

Author SHA1 Message Date
omar 77d51ebf24 Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements. 6 years ago
omar 4f0db01f7c Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9 7 years ago
omar cd3dd886de Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) 7 years ago
omar c2e92ab61b Added imgui.natvis helper for visual studio users. Added to examples projects. 7 years ago
omar 4c90529c62 Examples: Visual Studio projects: Disabled extraneous function-level check in Release build. 7 years ago
ocornut f46c91f5ad Examples: DirectX9: Removed dependency on dxguid.lib + remainder of d3dx9.lib (#611) 9 years ago
ocornut 731ff3d3f5 Examples: DirectX9: Removed dependency on dx3x9 (remainder) (#611) 9 years ago
ocornut d673db3092 Examples: Added README into the Visual Studio solution to people are less likely to miss it. 9 years ago
ocornut 52a74701f5 Updated projects to reference new files (#219)
Didn't update iOS example (#247)
9 years ago
ocornut 2b0acc128c Examples: MSVC: increase warning level from /W3 to /W4 for DirectX examples 10 years ago
ocornut 8e0f04638d Examples: Fix includes order to avoid conflicts between DXSDK_DIR and Windows SDK 10 years ago
ocornut e2c4ba21bc Examples: Added 64-bit projects for MSVC 10 years ago
ocornut 7397425097 Examples: Refactored directx9_example to be eaasier to copy & paste into user application. 10 years ago
ocornut 386cfada83 Examples: Windows examples don't link with imm32.lib by default. 10 years ago
ocornut 9c4972ee9d Examples: msvc: output .exe in project directory (not in solution directory). 10 years ago
ocornut 0d63e0ce60 Examples: DirectX examples applications all have a Console for debugging. 10 years ago
ocornut b3a208901a Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean. 10 years ago
omar b02eed3e49 Examples: adding title to the top of each examples. Cleaning up file headers. 10 years ago
omar 6c9edb6db0 Examples: removed LICENSE file from MSVC project. 10 years ago
ocornut 9e16317382 Added DirectX11 example application (code is too long!) 10 years ago
ocornut 4b94454fb4 OpenGL/DirectX examples: support for international text input in UTF-8 + implement ImeSetInputScreenPosFn on Windows. 10 years ago
ocornut 26f54c7364 Added OpenGL and DirectX9 example applications 10 years ago