omar
|
63332d152a
|
Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599)
Examples: Updated examples.
|
7 years ago |
omar
|
73d493c780
|
Examples: Organized header files to make available features more visible.
|
7 years ago |
ocornut
|
04396ed7a9
|
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
|
9 years ago |
ocornut
|
94ec3d534e
|
Examples: Header comments.
|
9 years ago |
ocornut
|
5d53f37a5d
|
Examples: Possibly clarified the intent of imgui_impl_* files.
|
9 years ago |
ocornut
|
9a0650dbd0
|
Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
|
10 years ago |
ocornut
|
5ab23ab1c0
|
Allegro 5 example: removed public domain mark, MIT as the rest, with @bggd approval
|
10 years ago |
ocornut
|
c58d61dfd1
|
Allegro 5 example: formatting, match other example structure, fixed mouse buttons.
|
10 years ago |
ocornut
|
489e28ec11
|
Allegro 5 example: main.cpp matches other examples. added window title.
|
10 years ago |
ocornut
|
19e3c1506f
|
Allegro5 example: added example from https://github.com/bggd/a5imgui_example
|
10 years ago |