Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 11 Jan 2019
|
|
docs
|
ImFontAtlas: Rewrote FreeType based builder.
|
6 years ago
|
|
examples
|
Examples: Allegro 5: Properly destroy all globals on shutdown. (#2262)
|
6 years ago
|
|
misc
|
ImFontAtlas: Fixed allocating for last bit (would only affect is that last codepoint is a multiple of 32). (#2270)
|
6 years ago
|
|
.travis.yml
|
Travis: Fix (still not sure there is a way to test those files). (#1044)
|
6 years ago
|
|
LICENSE.txt
|
Happy new year! & comments
|
6 years ago
|
|
imconfig.h
|
Config: Added IMGUI_DISABLE_WIN32_FUNCTIONS to disable linking with _any_ Win32 function, as a general forward compatible measure.
|
6 years ago
|
|
imgui.cpp
|
ImVector: Made a struct. Using T/T* in the code instead of value_type/iterator. Renamed index_from_pointer() to index_from_ptr() (was not documented, added in 1.63, users not supposed to use ImVector, hopefully not a big deal).
|
6 years ago
|
|
imgui.h
|
ImFontAtlas: Rewrote stb_truetype based builder.
|
6 years ago
|
|
imgui_demo.cpp
|
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase.
|
6 years ago
|
|
imgui_draw.cpp
|
ImFontAtlas: Fixed allocating for last bit (would only affect is that last codepoint is a multiple of 32). (#2270)
|
6 years ago
|
|
imgui_internal.h
|
ImFontAtlas: Rewrote stb_truetype based builder.
|
6 years ago
|
|
imgui_widgets.cpp
|
ImVector: Made a struct. Using T/T* in the code instead of value_type/iterator. Renamed index_from_pointer() to index_from_ptr() (was not documented, added in 1.63, users not supposed to use ImVector, hopefully not a big deal).
|
6 years ago
|
|
imstb_rectpack.h
|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
|
6 years ago
|
|
imstb_textedit.h
|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
|
6 years ago
|
|
imstb_truetype.h
|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
|
6 years ago
|