History for imgui / imgui.h
2015-01-18
@ocornut
Renamed FontAtlas to Fonts. Further cleanup/comments.
ocornut committed on 18 Jan 2015
2015-01-17
@ocornut
Fixed more clang warnings + AddFontFromMemoryTTF() not honoring font_no parameter
ocornut committed on 17 Jan 2015
@ocornut
ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30
ocornut committed on 17 Jan 2015
@ocornut
Removed PixelCenterOffset, uncesssary
ocornut committed on 17 Jan 2015
@ocornut
Font fixes for horizontal centering within frames
ocornut committed on 17 Jan 2015
@ocornut
PushFont/PopFont changes texture at high-level in current draw list - faster
ocornut committed on 17 Jan 2015
@ocornut
Added PushFont/PopFont API
ocornut committed on 17 Jan 2015
2015-01-15
@ocornut
Merge remote-tracking branch 'upstream/master' into 2015-01-truetype ...
ocornut committed on 15 Jan 2015
@ocornut
Added SetCursorScreenPos() helper (WindowPos+CursorPos = SrceenPos)
ocornut committed on 15 Jan 2015
@ocornut
ColorEdit3: clicking on color square change edit-mode, removing color-edit mode button by default.
ocornut committed on 15 Jan 2015
@ocornut
Added FrameRounding setting (default to 0 for now).
ocornut committed on 15 Jan 2015
2015-01-14
@ocornut
Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)
ocornut committed on 14 Jan 2015
2015-01-13
@ocornut
Fixed ImGuiTextBuffer::empty() to ignore the enforced zero-terminator ...
ocornut committed on 13 Jan 2015
2015-01-11
@ocornut
ImFont::GetTextureData API allow to retrieve 8/32 bits data + lazily load defaults font ...
ocornut committed on 11 Jan 2015
@ocornut
Mde it optional to new() io.Font - however it stills needs to be loaded.
ocornut committed on 11 Jan 2015
@ocornut
Added first-pass of Image() based on #73 + demo
ocornut committed on 11 Jan 2015
@ocornut
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds ...
ocornut committed on 11 Jan 2015
2015-01-08
@ocornut
Cleanup extra_fonts/ folder
ocornut committed on 8 Jan 2015
@ocornut
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.
ocornut committed on 8 Jan 2015
2015-01-07
@ocornut
Version number
ocornut committed on 7 Jan 2015
2015-01-04
@ocornut
Very minor code/comments tweaks.
ocornut committed on 4 Jan 2015
@ocornut
Renamed some color enums
ocornut committed on 4 Jan 2015
@ocornut
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
ocornut committed on 4 Jan 2015
2014-12-31
@ocornut
Version number (fix)
ocornut committed on 31 Dec 2014
2014-12-30
@ocornut
Fix for Clang
ocornut committed on 30 Dec 2014
@ocornut
Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h
ocornut committed on 30 Dec 2014
@ocornut
crc32 on strings is performed in one pass - removed the strlen() call.
ocornut committed on 30 Dec 2014
@ocornut
Version number
ocornut committed on 30 Dec 2014
@ocornut
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ocornut committed on 30 Dec 2014
2014-12-29
@ocornut
Log depth padding relative to start depth. Tree node and headers looking better when logged to text. Added LogText().
ocornut committed on 29 Dec 2014