2014-12-06
@ocornut
Setup Travis CI integration ...
ocornut committed on 6 Dec 2014
@ocornut
Setup Travis CI integration ...
ocornut committed on 6 Dec 2014
@ocornut
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut committed on 6 Dec 2014
@ocornut
OpenGL3 example: unregistered mouse callback for mouse click-release faster than frame interval.
ocornut committed on 6 Dec 2014
@omar
Merge pull request #94 from emoon/master ...
omar committed on 6 Dec 2014
@Daniel Collin
Clang warning fixes
Daniel Collin committed on 6 Dec 2014
2014-12-05
@ocornut
Added IMGUI_INCLUDE_IMGUI_USER_H
ocornut committed on 5 Dec 2014
@omar
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
@omar
Comments.
omar committed on 4 Dec 2014
@omar
In-code FAQ: added comment about reading WantCaptureMouse / WantCaptureKeyboard
omar committed on 4 Dec 2014
2014-12-03
@omar
Examples: DirectX11: moved shader to be close to its usage location,
omar committed on 3 Dec 2014
@omar
Examples: OpenGL3: cleaned up to match features of OpenGL2 example
omar committed on 3 Dec 2014
@omar
Examples: adding title to the top of each examples. Cleaning up file headers.
omar committed on 3 Dec 2014
@omar
Ignore list.
omar committed on 3 Dec 2014
@omar
Examples: removed LICENSE file from MSVC project.
omar committed on 3 Dec 2014
@omar
Added ImGuiWindowFlags_NoScrollWithMouse flag. ...
omar committed on 3 Dec 2014
@omar
Merge pull request #93 from olivierchatry/master ...
omar committed on 3 Dec 2014
@Olivier Chatry
fixed indentation mix, removed some unused code, updated different callback using the example_opengl code.
Olivier Chatry committed on 3 Dec 2014
@Olivier Chatry
added opengl3 sample, mix from @ocornut and @thelinked
Olivier Chatry committed on 3 Dec 2014
@omar
Examples: OpenGL: fix accessing libraries via ProjectDir instead of SolutionDir
omar committed on 3 Dec 2014
@omar
ImVector: private -> protected
omar committed on 3 Dec 2014
2014-12-01
@ocornut
DirectX11 example: fixed projection matrix offset.
ocornut committed on 1 Dec 2014
2014-11-30
@omar
Update README.md ...
omar committed on 30 Nov 2014
@ocornut
DirectX9/DirectX11 example: fixed window initially showing an hourglass cursor.
ocornut committed on 30 Nov 2014
@ocornut
Example apps: accumulate mouse wheel to accodomate for slow framerate.
ocornut committed on 30 Nov 2014
@ocornut
DirectX11 example: further tweaks/massaging (-15 lines). Syncing example.
ocornut committed on 30 Nov 2014
@ocornut
Tab->Spaces :( visual studio can't even be trusted for that, oh thanks.
ocornut committed on 30 Nov 2014
@ocornut
DirectX11 example: closing all handler/resources in Cleanup.
ocornut committed on 30 Nov 2014
@ocornut
Removed Microsoft IME handler in examples, too confusing. Moved to imgui.cpp instruction block.
ocornut committed on 30 Nov 2014
@ocornut
Tab->Spaces :(
ocornut committed on 30 Nov 2014