2019-10-04 |
Fix missing reference to deprecated TreeAdvanceToLabelPos
Mark
committed
on 4 Oct 2019
|
---|---|
2019-10-03 |
Hook up the function arguments to ImGuiContext that allow us to share texture atlases, and make the textureById cache global, se we share those font textures across contexts.
Mark
committed
on 3 Oct 2019
|
2019-06-12 |
add ImGuiIO backend info
Isaac Burns
committed
on 12 Jun 2019
|
v1.71
Isaac Burns
committed
on 12 Jun 2019
|
|
2019-05-30 |
move drag/drop payload data into script
Isaac Burns
committed
on 30 May 2019
|
2019-01-16 |
v1.67
Isaac Burns
committed
on 16 Jan 2019
|
2018-11-25 |
v1.66
Isaac Burns
committed
on 25 Nov 2018
|
2018-10-14 |
v1.65
Isaac Burns
committed
on 14 Oct 2018
|
2018-09-20 |
Fix utf-8 encoding issues
Jeremy Simpson
committed
on 20 Sep 2018
|
2018-08-30 |
v1.63
Isaac Burns
committed
on 30 Aug 2018
|
2018-08-28 |
use typed array set instead of emscripten::vecFromJSArray
Isaac Burns
committed
on 28 Aug 2018
|
2018-07-30 |
update to Emscripten 1.38.10; fix compiler warnings; update npm packages
Isaac Burns
committed
on 30 Jul 2018
|
2018-07-17 |
clean up using import/export/access templates
Isaac Burns
committed
on 17 Jul 2018
|
2018-07-14 |
import_number_or_null for float
Isaac Burns
committed
on 14 Jul 2018
|
import/export number; import ImVec2/ImVec4 or null
Isaac Burns
committed
on 14 Jul 2018
|
|
clean up code with some macros
Isaac Burns
committed
on 14 Jul 2018
|
|
wrap ImGuiContext; move global variables
Isaac Burns
committed
on 14 Jul 2018
|
|
use opaque pointers for ImGuiContext
Isaac Burns
committed
on 14 Jul 2018
|
|
2018-07-13 |
utf-8 support
Isaac Burns
committed
on 13 Jul 2018
|
2018-07-12 |
AddFontFromMemoryTTF needs a native copy of the data
Isaac Burns
committed
on 12 Jul 2018
|
2018-07-11 |
use optional_override instead of select_overload for lambda functions
Isaac Burns
committed
on 11 Jul 2018
|
fix indentation
Isaac Burns
committed
on 11 Jul 2018
|
|
change strcpy to strncpy
Isaac Burns
committed
on 11 Jul 2018
|
|
more font support; add fonts to style editor in demo
Isaac Burns
committed
on 11 Jul 2018
|
|
2018-07-10 |
use raw pointer for ImGuiContext
Isaac Burns
committed
on 10 Jul 2018
|
move and rename all static globals
Isaac Burns
committed
on 10 Jul 2018
|
|
label reference get/set functions
Isaac Burns
committed
on 10 Jul 2018
|
|
remove some unused raw pointers
Isaac Burns
committed
on 10 Jul 2018
|
|
use references for ImGuiTextEditCallbackData and ImGuiSizeCallbackData
Isaac Burns
committed
on 10 Jul 2018
|
|
remove constructors for ImVec2 and ImVec4
Isaac Burns
committed
on 10 Jul 2018
|