ocornut
|
a8d3b045b7
|
Fix for doing multiple Begin()/End() during the same frame
|
2014-08-14 15:18:34 +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
|
29863b55ef
|
Fixed logarithmic sliders and HSV conversions on Mac/Linux
Tricky bug, I was calling abs() which resolve to abs(float) under
Windows with the include we have, but abs(int) under Mac/Linux
|
2014-08-13 23:25:42 +01:00 |
|
ocornut
|
7a3e6aa38d
|
Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE
|
2014-08-13 19:53:26 +01:00 |
|
ocornut
|
cda3aecc6a
|
Fixed combo box (bug introduced earlier today) + adding bit of vertical padding in combo.
|
2014-08-13 19:26:25 +01:00 |
|
ocornut
|
9a426faf4f
|
Added InputFloat2(), SliderFloat2()
|
2014-08-13 18:46:18 +01:00 |
|
ocornut
|
cc9d63b46a
|
Fixed columns lines not being pixel aligned
|
2014-08-13 17:08:44 +01: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
|
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 |
|