2014-12-06 |
|
---|---|
|
|
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
|
|
|
|
|
|
fixed indentation mix, removed some unused code, updated different callback using the example_opengl code.
Olivier Chatry
committed
on 3 Dec 2014
|
|
added opengl3 sample, mix from @ocornut and @thelinked
Olivier Chatry
committed
on 3 Dec 2014
|
|
Examples: OpenGL: fix accessing libraries via ProjectDir instead of SolutionDir
omar
committed
on 3 Dec 2014
|
|
ImVector: private -> protected
omar
committed
on 3 Dec 2014
|
|
2014-12-01 |
DirectX11 example: fixed projection matrix offset.
ocornut
committed
on 1 Dec 2014
|
2014-11-30 |
|
DirectX9/DirectX11 example: fixed window initially showing an hourglass cursor.
ocornut
committed
on 30 Nov 2014
|
|
Example apps: accumulate mouse wheel to accodomate for slow framerate.
ocornut
committed
on 30 Nov 2014
|
|
DirectX11 example: further tweaks/massaging (-15 lines). Syncing example.
ocornut
committed
on 30 Nov 2014
|
|
Tab->Spaces :( visual studio can't even be trusted for that, oh thanks.
ocornut
committed
on 30 Nov 2014
|
|
DirectX11 example: closing all handler/resources in Cleanup.
ocornut
committed
on 30 Nov 2014
|
|
Removed Microsoft IME handler in examples, too confusing. Moved to imgui.cpp instruction block.
ocornut
committed
on 30 Nov 2014
|
|
Tab->Spaces :(
ocornut
committed
on 30 Nov 2014
|