1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-12 00:14:20 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Seth Kingsley
027861074c BeginGroup() and Tooltip don't have return values 2018-11-14 01:57:55 -08:00
Seth Kingsley
e6ff68a3b0 Rename imgui_raii -> imgui_scoped to match namespace 2018-11-14 01:52:23 -08:00
Seth Kingsley
f61b72728e More thoroughly parse arguments and defaults 2018-11-14 01:51:12 -08:00
Seth Kingsley
e26b91dcd0 Make operator bool() explicit 2018-11-13 21:58:45 -08:00
Seth Kingsley
f7a2c93fca Use macro to delete copy/move constructors/operators 2018-11-13 21:58:16 -08:00
Seth Kingsley
56374b8e08 Generate wrappers for remaining Begin/Push/Tree methods 2018-11-08 19:10:02 -08:00
Seth Kingsley
f42f3e6310 Wrap RAII helpers in namespace ImScoped 2018-11-08 16:45:47 -08:00
Seth Kingsley
ef8ec96c3c Delete the move and copy operators 2018-10-23 18:46:48 -07:00
Seth Kingsley
3583d6444d Use struct over class; all members are public 2018-10-23 18:45:59 -07:00
Seth Kingsley
542d8c8b12 Move RAII header into misc/cpp 2018-10-18 14:51:40 -07:00
omar
0fe48cbb61 Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
Added misc/README file.
2018-10-12 11:16:51 +02:00