History for imgui / imgui.cpp
2015-01-14
@ocornut
Improve memory reserve policy for Clipboard/ImGuiBuffer
ocornut committed on 14 Jan 2015
@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
Warning fixes for llvm windows 64-bits
ocornut committed on 13 Jan 2015
@ocornut
Fixed style.WindowMinSize not honored properly.
ocornut committed on 13 Jan 2015
2015-01-11
@ocornut
Typos and comments
ocornut committed on 11 Jan 2015
@ocornut
Fixed temporary glyph rectangle allocation using size much too big.
ocornut committed on 11 Jan 2015
@ocornut
Tweak default texture width for large amount of characters.
ocornut committed on 11 Jan 2015
@ocornut
Documentation on new font / texture get api
ocornut committed on 11 Jan 2015
@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
TAB to spaces
ocornut committed on 11 Jan 2015
@ocornut
ImDrawList::AddText() allows changing font
ocornut committed on 11 Jan 2015
@ocornut
Added first-pass of Image() based on #73 + demo
ocornut committed on 11 Jan 2015
2015-01-09
@ocornut
Fixed GetStyleColName() not matching the enum strings for 3 values (#111)
ocornut committed on 9 Jan 2015
@ocornut
Build fix for GCC/Clang, cannot foward declare a static array?
ocornut committed on 9 Jan 2015
2015-01-08
@ocornut
Comments
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
@ocornut
Revert "Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters" ...
ocornut committed on 7 Jan 2015
@ocornut
Fixed leak on shutdown (fixes #110) + possible uninitialized member.
ocornut committed on 7 Jan 2015
2015-01-05
@ocornut
Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters
ocornut committed on 5 Jan 2015
2015-01-04
@ocornut
Very minor code/comments tweaks.
ocornut committed on 4 Jan 2015
@ocornut
Fixed hovering of child windows / combo boxes that extend beyond the root window limits.
ocornut committed on 4 Jan 2015
@ocornut
Failure in LogToFile() treated at an error (assert) in the absence of another type of error handling.
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
@ocornut
Fix clipboard pasting into an InputText box not filtering the characters according to input box semantic (number, etc.)
ocornut committed on 4 Jan 2015
@ocornut
Activating widget bring parent window to front
ocornut committed on 4 Jan 2015
@ocornut
Fixed clicking on Combo box label.
ocornut committed on 4 Jan 2015
@ocornut
Avoid marking settings as dirty when window is marked unsaved + minor FocusWindow() optimisation
ocornut committed on 4 Jan 2015