1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-25 03:58:36 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
ocornut
ddc7f8b0b0 Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar. 2014-08-13 11:34:08 +01:00
ocornut
57ac561ecb Minor warning fix + removed unused function parameter. 2014-08-12 20:05:10 +01:00
ocornut
2573ffb6fc Fixed warnings for more stringent compilation settings. Added various small helpers. 2014-08-12 19:57:46 +01:00
ocornut
901e9890d4 Removed stray debug code 2014-08-12 13:55:43 +01:00
ocornut
150ad95bd6 Missing assert + comments 2014-08-12 00:36:13 +01:00
ocornut
ab8561e6fc Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor. 2014-08-12 00:04:13 +01:00
Omar C
2a1ba33263 Merge pull request #9 from mhristov/master
Checkbox & radio button improvements
2014-08-11 23:37:53 +01:00
ocornut
080eb69e68 Removed dependency on limits.h 2014-08-11 22:31:45 +01:00
Mirolyub Hristov
1b330f420e Checkboxes and radio buttons can be clicked on their labels as well as their icon 2014-08-11 21:43:48 +02:00
Mirolyub Hristov
28df6f39d9 Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons 2014-08-11 21:35:27 +02:00
ocornut
8ab2942716 Added PixelCenterOffset for OpenGL/DirectX compatibility. 2014-08-11 14:51:22 +01:00
ocornut
900dd3bd0f Update README.md
Clarifying C++
Added item in todo list
2014-08-11 12:45:47 +01:00
ocornut
678f6d3a3d Missing includes for some platforms 2014-08-11 12:13:05 +01:00
ocornut
dbd777232a Initial release 2014-08-10 21:58:11 +01:00