ocornut
|
fa0aa5ace6
|
Added storage for up to 5 mouse buttons for convenience (even though ImGui itself only uses 1)
|
2014-08-15 16:22:03 +01:00 |
ocornut
|
6267905a17
|
Added BeginTooltip()/EndTooltip() helpers to create tooltips with custom widgets
|
2014-08-15 16:18:00 +01:00 |
ocornut
|
2bc6346b48
|
Added TextColored() helper. Changed some parameters to const references (still allows implicit casting)
|
2014-08-15 12:32:53 +01:00 |
ocornut
|
a830037eab
|
Default "local only" clipboard handler on non-Windows platforms
|
2014-08-14 15:03:10 +01:00 |
ocornut
|
309ff44579
|
Undo IsHovered > IsItemHovered, shorter name wins
|
2014-08-14 14:32:01 +01:00 |
ocornut
|
f30d23a502
|
Tweaks, more consistent #define names
|
2014-08-14 14:31:13 +01:00 |
ocornut
|
a905505cca
|
Added GetItemBoxMin(),GetItemBoxMax(), renamed IsHovered()-->IsItemHovered()
|
2014-08-14 12:43:30 +01:00 |
ocornut
|
9a426faf4f
|
Added InputFloat2(), SliderFloat2()
|
2014-08-13 18:46:18 +01:00 |
Dale Kim
|
c52a54ef43
|
Fix for gcc type qualifier warnings.
With -Wall -Wextra -Werror, it is not possible to compile against
imgui.h due to const correctness violation in ImVector.
|
2014-08-13 11:57:37 -05:00 |
ocornut
|
ddc7f8b0b0
|
Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar.
|
2014-08-13 11:34:08 +01:00 |
ocornut
|
2573ffb6fc
|
Fixed warnings for more stringent compilation settings. Added various small helpers.
|
2014-08-12 19:57:46 +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 |
Mirolyub Hristov
|
28df6f39d9
|
Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons
|
2014-08-11 21:35:27 +02:00 |
ocornut
|
86d2c9d232
|
Commented samples and shuffled bits of the initialisation based on user's feedback.
|
2014-08-11 15:02:33 +01:00 |
ocornut
|
8ab2942716
|
Added PixelCenterOffset for OpenGL/DirectX compatibility.
|
2014-08-11 14:51:22 +01:00 |
ocornut
|
dbd777232a
|
Initial release
|
2014-08-10 21:58:11 +01:00 |