History for imgui / imgui.cpp
2015-04-11
@ocornut
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut committed on 11 Apr 2015
2015-04-09
@ocornut
ImDrawList: Minor optimisation.
ocornut committed on 9 Apr 2015
@ocornut
Warning fix.
ocornut committed on 9 Apr 2015
@ocornut
ImDrawList: bits of renaming.
ocornut committed on 9 Apr 2015
@ocornut
Renamed io.MetricsVertices to io.MetricsRenderVertices
ocornut committed on 9 Apr 2015
@ocornut
ImDrawList: inline AddVtx() calls for profit in highly debug builds
ocornut committed on 9 Apr 2015
@ocornut
ImDrawList: internal refactoring toward a following commit for indexed rendering.
ocornut committed on 9 Apr 2015
@ocornut
Tweaks.
ocornut committed on 9 Apr 2015
@ocornut
Fix rounded frames to follow previous change
ocornut committed on 9 Apr 2015
@ocornut
Renamed AddArcFast() parameter 'tris' to 'filled'
ocornut committed on 9 Apr 2015
@ocornut
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut committed on 9 Apr 2015
@ocornut
Revert AddArcFast()->AddArc(), removed modulo from function 200d348
ocornut committed on 9 Apr 2015
@Stephan Dilly
fix unused variable warning by clang
Stephan Dilly committed on 9 Apr 2015
2015-04-08
@ocornut
Renamed ImDrawList::AddArc() to ImDrawList::AddArcFast() for compatibility with future API, and changed 2*PI range from 0..12 to 0..16
ocornut committed on 8 Apr 2015
2015-04-07
@ocornut
Fixed IsRootWindowOrAnyChildFocused() crashing if no window has focus (introduced yesterday in c38c54a)
ocornut committed on 7 Apr 2015
@ocornut
Fixed user-facing version of IsItemHovered() ignoring overlapping windows
ocornut committed on 7 Apr 2015
@ocornut
Added ShowMetricsWindow()
ocornut committed on 7 Apr 2015
@ocornut
Added (not exposed) DisableHideTextAfterDoubleHash to disable ## processing.
ocornut committed on 7 Apr 2015
@ocornut
Added IO.MetricsVertices counter
ocornut committed on 7 Apr 2015
@ocornut
Examples: Fixed ShowExampleAppManipulatingWindowTitle() not doing the right thing, broken in ff35d24
ocornut committed on 7 Apr 2015
2015-04-06
@ocornut
Clicking on void loses keyboard-focus so application can use TAB back
ocornut committed on 6 Apr 2015
@ocornut
Allow SetWindowFocus(NULL) to remove focus
ocornut committed on 6 Apr 2015
2015-04-03
@ocornut
DragFloat() comment examples, not ready for prime-time #180
ocornut committed on 3 Apr 2015
@ocornut
DragFloat() examples #180
ocornut committed on 3 Apr 2015
@ocornut
DragFloat() double-clicking turns into an input box (along with Ctrl+clicking) #180
ocornut committed on 3 Apr 2015
@ocornut
DragFloat(): passing min>=max (e.g. 0.0f) for range makes the drag unbound #180, removed extra APIs
ocornut committed on 3 Apr 2015
@ocornut
SliderFloat() removed support for unbound/infinite slider, inconsistent. Use InputFloat()/DragFloat()
ocornut committed on 3 Apr 2015
@ocornut
Selectable() render into AutoFitPadding but do not extend it, fixing small visual gap ...
ocornut committed on 3 Apr 2015
@ocornut
Combo() adding frame padding inside the combo box.
ocornut committed on 3 Apr 2015
@ocornut
InputInt2(), InputInt3(), InputInt4(): fixed label vertical alignment
ocornut committed on 3 Apr 2015