1948 Commits (1f3a0e78ccab65519ea4122c24c40715f057554b)
 

Author SHA1 Message Date
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 530f103dfe Tweak MacOS X Makefile for likely scenario 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 b6d1d85d86 Fixed scissoring in OpenGL example 10 years ago
ocornut 9a426faf4f Added InputFloat2(), SliderFloat2() 10 years ago
omar b0d5600ffb Merge pull request #14 from Roflraging/constiteratorfix
Fix for gcc type qualifier warnings.
10 years ago
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.
10 years ago
ocornut cc9d63b46a Fixed columns lines not being pixel aligned 10 years ago
omar d3ad5ce475 Update README.md 10 years ago
ocornut cb3d503941 OpenGL example now use the fixed function-pipeline. Code down by 120 lines. 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
omar c938affcac Update README.md
Added References
10 years ago
ocornut a1e176fb07 Added Makefile for MacOS X (courtesy of djoshea) 10 years ago
ocornut 901e9890d4 Removed stray debug code 10 years ago
ocornut f4ee74b312 Renamed Makefile 10 years ago
omar 64e5c2f127 Merge pull request #11 from corpsmoderne/master
Add a quick and dirty makefile to build on linux
10 years ago
Marc Planard e2655d104e add a quick and dirty makefile to build on linux 10 years ago
ocornut 8825545653 Portability fixes to OpenGL example application (courtesy of djoshea) 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 4fa623c43b Update README.md 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
ocornut 98a000055e Tidying up example applications 10 years ago
Sepehr Taghdisian e3001fb986 project update 10 years ago
ocornut 4020ef7b58 Tidying up example applications 10 years ago
ocornut 86d2c9d232 Commented samples and shuffled bits of the initialisation based on user's feedback. 10 years ago
ocornut 8ab2942716 Added PixelCenterOffset for OpenGL/DirectX compatibility. 10 years ago
ocornut 680a5a9b54 Git ignore imgui.ini files 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 42419b59c0 Ignore list for Visual Studio output and temporaries 10 years ago
Omar C 38b02245fc Update README.md 10 years ago
Omar C 56bb993d63 Update README.md 10 years ago
Omar C 0031ca3d57 Update README.md 10 years ago
Omar C 02ebfa21bc Update README.md 10 years ago
ocornut 33435a4112 Screeenshots for web 10 years ago
Omar C 5fd640415b Update README.md 10 years ago
ocornut 97a29e4903 Screenshots for web 10 years ago
ocornut 26f54c7364 Added OpenGL and DirectX9 example applications 10 years ago
ocornut dbd777232a Initial release 10 years ago
Omar C 0fadcb49ef Update README.md 10 years ago
Omar C fa1e09ec80 Initial commit 10 years ago