Commit Graph

6107 Commits (c96c84b6dcac2aaea8c63fc71336f93ae9dc3e27)
 

Author SHA1 Message Date
omar 1cbfe0700c Plot: plot a flat line if scale_min==scale_max ()
omar ff5f56dd21 Updated to stb_truetype 1.19 (include minor fix for )
omar 41ecebff5a Examples: SDL: Added Changelog at the top of the imgui_impl files. ()
omar c433bbcd8e ImFont: stb_truetype now rounding Ascent/Descent the same way as freetype does, they seem to vertically align better this way.
omar 30c469f7c5 ImFont: DisplayOffset.y defaults to 0 instead of +1.
omar 6668e80bed
Update README.md
omar 024e23c4d7 Comments, moved ImFontAtlas::Flags to "public" area.
omar fed0a884f7 ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight, ImFontAtlasFlags_NoMouseCursors flags. ()
omar 42bf6a4d03
Update .travis.yml
omar c0af35098a
Update .travis.yml
omar 06e823e116
Update .travis.yml
omar 26d4d32d67
Travis: testing without adding external apt repositories (which frequently fails), may be unnecessary today
omar 0a0142adab
Update README.md
omar 6bc3e7b043 ImFontAtlas: if stbtt_PackBegin() because of failing allocation we return a little more nicely. (keeps Coverity static analyzer happy!)
omar df32b60b37
Update README.md
omar 1a381dcaf6
Update README.md
omar 4ec931853e Demo: Fonts; Added Font Offset.
omar 9263bd68db Fixed legacy forward function IsRootWindowOrAnyChildHovered() broken by a63fbbca8b
omar faa3c66154
Update README.md
omar f33440bbc2
Update README.md
omar e2aba3cf5f
Update README.md
omar f44a7115ca
Update README.md
omar 1adeaed000
Update README.md
omar f0a3dfa0dd
Added sample gif, removed section about performances (unnecessary)
omar 7e603ea469
Update README.md
Branimir Karadžić fee6022f0c Fixed warning: variable ‘L1’ set but not used [-Wunused-but-set-variable]
omar 24b1c30644 Update issue_template.md
omar a265837876 Update issue_template.md
omar 9b4e674688 Update issue_template.md
omar 4a8871f4f9
Create issue_template.md
omar ace22168e0 Contributing guidelines for issues
omar 242bf9d9e2
Create issue_template.md
omar eb1d481915 Comments (, )
omar d8d1da27fd Merge branch 'master' of https://github.com/RandyGaul/imgui into RandyGaul-master
omar ed9d4a2d85 stb_rect_pack: update to 0.11 (minor changes)
Randy Gaul 2c4a761982 __cdecl markup for non-standard calling conventions via MSVC
omar 64e0666803 Internals: Moved some of NewFrame() into UpdateMovingWindow().
omar 7cc1bc7635 Added IsAnyMouseDown() helper.
Examples: DirectX9/10/11: Using IsAnyMouseDown() instead of local function.
omar febde0eb21
Update README.md
omar 5641115568
Update README.md
omar f38979b266
Update README.md
omar 3b163ac35b Internals: Clarified internal storage for RootWindow with specific semantic (the Docking branch will need to introduce finer differenciation there.)
omar 88dcbeb7ff Styles: Comments and re-ordered.
omar 8099f8c270 Comments
omar 35804b4438
Update README.md
omar 1d5a5ca12e README update, updated binaries, sponsors
omar 2493f609ef Examples: Vulkan: Fix (something changed in GLFW not including vulkan.h, was unwillingly relying on that)
omar d17d21da1b Warning fix. ()
omar 7c16d52f72 Updated version to 1.60 WIP to emphasis on the addition of required calls CreateContext/DestroyContext + merged the massive Navigation branch (, )
omar f0364aa359 Merge branch 'context'
# Conflicts:
#	examples/allegro5_example/main.cpp
#	examples/directx10_example/main.cpp
#	examples/directx11_example/main.cpp
#	examples/directx9_example/main.cpp
#	examples/marmalade_example/main.cpp
#	examples/opengl2_example/main.cpp
#	examples/opengl3_example/main.cpp
#	examples/sdl_opengl2_example/main.cpp
#	examples/sdl_opengl3_example/main.cpp
#	examples/vulkan_example/main.cpp