You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imgui.cpp
+1
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@
136
136
Occasionally introducing changes that are breaking the API. The breakage are generally minor and easy to fix.
137
137
Here is a change-log of API breaking changes, if you are using one of the functions listed, expect to have to fix some code.
138
138
139
+
- 2015/08/05 (1.44) - split imgui.cpp into extra files: imgui_demo.cpp imgui_draw.cpp imgui_internal.h that you need to add to your project.
139
140
- 2015/07/18 (1.44) - fixed angles in ImDrawList::PathArcTo(), PathArcToFast() (introduced in 1.43) being off by an extra PI for no justifiable reason
140
141
- 2015/07/14 (1.43) - add new ImFontAtlas::AddFont() API. For the old AddFont***, moved the 'font_no' parameter of ImFontAtlas::AddFont** functions to the ImFontConfig structure.
141
142
you need to render your textured triangles with bilinear filtering to benefit from sub-pixel positioning of text.
0 commit comments