3429 Commits (f656e7775e638987251031a1147dfbdb144853d5)

Author SHA1 Message Date
ocornut 6c11d7623e Fix invalid .ini file data persistently saving back on next save 10 years ago
Sepehr Taghdisian 6d6ee4e1f1 revert back to original 10 years ago
ocornut f33eb89018 Fix tooltip data needlessly leaking into .ini file 10 years ago
Sepehr Taghdisian e9b0a61f48 :w
a
A
A
A
A
A
A
B
B
B
B
B
B
B
B
B
B
D
D
merged with upste
Merge remote-tracking branch 'upstream/master'
10 years ago
ocornut a8d3b045b7 Fix for doing multiple Begin()/End() during the same frame 10 years ago
ocornut a830037eab Default "local only" clipboard handler on non-Windows platforms 10 years ago
ocornut 309ff44579 Undo IsHovered > IsItemHovered, shorter name wins 10 years ago
ocornut f30d23a502 Tweaks, more consistent #define names 10 years ago
ocornut a905505cca Added GetItemBoxMin(),GetItemBoxMax(), renamed IsHovered()-->IsItemHovered() 10 years ago
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
10 years ago
ocornut 7a3e6aa38d Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE 10 years ago
ocornut cda3aecc6a Fixed combo box (bug introduced earlier today) + adding bit of vertical padding in combo. 10 years ago
ocornut 9a426faf4f Added InputFloat2(), SliderFloat2() 10 years ago
ocornut cc9d63b46a Fixed columns lines not being pixel aligned 10 years ago
ocornut ddc7f8b0b0 Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar. 10 years ago
ocornut 57ac561ecb Minor warning fix + removed unused function parameter. 10 years ago
ocornut 2573ffb6fc Fixed warnings for more stringent compilation settings. Added various small helpers. 10 years ago
ocornut 901e9890d4 Removed stray debug code 10 years ago
ocornut 150ad95bd6 Missing assert + comments 10 years ago
ocornut ab8561e6fc Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor. 10 years ago
Omar C 2a1ba33263 Merge pull request #9 from mhristov/master
Checkbox & radio button improvements
10 years ago
ocornut 080eb69e68 Removed dependency on limits.h 10 years ago
Mirolyub Hristov 1b330f420e Checkboxes and radio buttons can be clicked on their labels as well as their icon 10 years ago
Mirolyub Hristov 28df6f39d9 Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons 10 years ago
Sepehr Taghdisian e3001fb986 project update 10 years ago
ocornut 8ab2942716 Added PixelCenterOffset for OpenGL/DirectX compatibility. 10 years ago
ocornut 900dd3bd0f Update README.md
Clarifying C++
Added item in todo list
10 years ago
ocornut 678f6d3a3d Missing includes for some platforms 10 years ago
ocornut dbd777232a Initial release 10 years ago