Commit Graph

169 Commits (7b6b7038c57c9c38ecf0d42b4ab37c47896fac9d)

Author SHA1 Message Date
ocornut 0f29cd7a14 Removed Microsoft IME handler in examples, too confusing. Moved to imgui.cpp instruction block.
ocornut a5a84a9b69 Tab->Spaces :(
ocornut 9e16317382 Added DirectX11 example application (code is too long!)
ocornut b5acb16378 Examples: created single .sln solution for all example projects.
ocornut 214c967df8 Example code: warning fix + comments.
ocornut 2aee4419e3 Fixed compatibility with std::vector if user decide to #define ImVector
ocornut ec625b7c49 OpenGL/DirextX examples: comments and tweaks.
ocornut 4b94454fb4 OpenGL/DirectX examples: support for international text input in UTF-8 + implement ImeSetInputScreenPosFn on Windows.
ocornut 88c33ecc29 Fixes to allow clean 1-pixel thick lines in more use cases. PixelCenterOffset not the same as previously!
ocornut 80dd1e1065 Added comments
ocornut 42d4b4be6a Converted all Tabs to Spaces (git diff -w shows an empty diff)
ocornut 46eee0cee4 Tidying up example applications so it looks easier to just grab code
ocornut 7a3e6aa38d Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE
ocornut ddc7f8b0b0 Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar.
ocornut 98a000055e Tidying up example applications
ocornut 4020ef7b58 Tidying up example applications
ocornut 86d2c9d232 Commented samples and shuffled bits of the initialisation based on user's feedback.
ocornut 8ab2942716 Added PixelCenterOffset for OpenGL/DirectX compatibility.
ocornut 26f54c7364 Added OpenGL and DirectX9 example applications