2014-12-07 |
Update README.md
omar
committed
on 7 Dec 2014
|
---|---|
Fix Clang warning with offsetof() macro? Added -Wall in OpenGL 3 example.
ocornut
committed
on 7 Dec 2014
|
|
Setup Travis CI integration with Clang + -Wall in Makefiles
ocornut
committed
on 7 Dec 2014
|
|
2014-12-06 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setup Travis CI integration
ocornut
committed
on 6 Dec 2014
|
|
|
|
|
|
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 6 Dec 2014
|
|
OpenGL3 example: unregistered mouse callback for mouse click-release faster than frame interval.
ocornut
committed
on 6 Dec 2014
|
|
|
|
Clang warning fixes
Daniel Collin
committed
on 6 Dec 2014
|
|
2014-12-05 |
Added IMGUI_INCLUDE_IMGUI_USER_H
ocornut
committed
on 5 Dec 2014
|
Fixed InputInt() writing to output when it doesn't need to, which break with large int due to int<>float conversions. Added todo note.
omar
committed
on 5 Dec 2014
|
|
2014-12-04 |
Comments.
omar
committed
on 4 Dec 2014
|
In-code FAQ: added comment about reading WantCaptureMouse / WantCaptureKeyboard
omar
committed
on 4 Dec 2014
|
|
2014-12-03 |
Examples: DirectX11: moved shader to be close to its usage location,
omar
committed
on 3 Dec 2014
|
Examples: OpenGL3: cleaned up to match features of OpenGL2 example
omar
committed
on 3 Dec 2014
|
|
Examples: adding title to the top of each examples. Cleaning up file headers.
omar
committed
on 3 Dec 2014
|
|
Ignore list.
omar
committed
on 3 Dec 2014
|
|
Examples: removed LICENSE file from MSVC project.
omar
committed
on 3 Dec 2014
|
|
|