2014-09-24 |
Renamed section in documentation
ocornut
committed
on 24 Sep 2014
|
---|---|
Update version number in sources
ocornut
committed
on 24 Sep 2014
|
|
Added va_list variations of all functions taking ... parameters (from Andrea Pessino)
ocornut
committed
on 24 Sep 2014
|
|
Warning fixes (from Andrea Pessino)
ocornut
committed
on 24 Sep 2014
|
|
Moved IM_MALLOC/IM_FREE/etc. to IO structure members one can set at runtime.
ocornut
committed
on 24 Sep 2014
|
|
Added IsPosHoveringAnyWindow()
ocornut
committed
on 24 Sep 2014
|
|
Added IsMouseHoveringWindow(), IsMouseHoveringAnyWindow()
ocornut
committed
on 24 Sep 2014
|
|
Tweak comments following feedbacks.
ocornut
committed
on 24 Sep 2014
|
|
Doc formatting + adding 'API changes' section
ocornut
committed
on 24 Sep 2014
|
|
Added IO.FontBaseScale for global rescale. Renamed SetFontScale to SetWindowFontScale
ocornut
committed
on 24 Sep 2014
|
|
OpenGL example: comments on glfw window size vs frame buffer size.
ocornut
committed
on 24 Sep 2014
|
|
|
|
2014-09-19 |
Add support for Retina displays on MacOSX.
Yaroslav Bunyak
committed
on 19 Sep 2014
|
Add missing framework for MacOSX builds.
Yaroslav Bunyak
committed
on 19 Sep 2014
|
|
2014-09-17 |
Fixed wrong array size in header file (apessino)
ocornut
committed
on 17 Sep 2014
|
2014-09-10 |
Update README.md
omar
committed
on 10 Sep 2014
|
Added version number in sources
ocornut
committed
on 10 Sep 2014
|
|
Fixed file-descriptor leak if ImBitmapFont::LoadFromFile() calls to seek/tell fails.
ocornut
committed
on 10 Sep 2014
|
|
Update README.md
omar
committed
on 10 Sep 2014
|
|
Added #define IMGUI_INCLUDE_IMGUI_USER_CPP to optionally include imgui_user.cpp
ocornut
committed
on 10 Sep 2014
|
|
2014-09-08 |
Added extra_flags parameters to InputInt(), InputFloat(). Used in example code. Commented out broken ImGuiInputTextFlags_AlignCenter.
ocornut
committed
on 8 Sep 2014
|
|
|
Added ImGuiInputTextFlags_EnterReturnsTrue
Thomas Buck
committed
on 8 Sep 2014
|
|
2014-09-02 |
Made radio button render ascii when logged into tty/file/clipboard
ocornut
committed
on 2 Sep 2014
|
Added more comments in the code.
ocornut
committed
on 2 Sep 2014
|
|
|
|
2014-08-31 |
Minor tweaks to "Memory override" pull request
ocornut
committed
on 31 Aug 2014
|
Merge branch 'pr/40'
ocornut
committed
on 31 Aug 2014
|
|
Memory override #3
Sepehr Taghdisian
committed
on 31 Aug 2014
|
|
Added FAQ/comments
ocornut
committed
on 31 Aug 2014
|