History for imgui / imgui.h
2016-08-07
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 7 Aug 2016
2016-08-06
@ocornut
Removed a handful of obsolete (trivial) function redirection from 1.34 and 1.38 (march-april 2015) ...
ocornut committed on 6 Aug 2016
@ocornut
Tweak comments (#768)
ocornut committed on 6 Aug 2016
2016-08-05
@Michał Cichoń
Add ability to test arbitrary rectangle for visibility without need of moving cursor.
Michał Cichoń committed on 5 Aug 2016
2016-08-03
@ocornut
Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
ocornut committed on 3 Aug 2016
@ocornut
Typo in commented default-value
ocornut committed on 3 Aug 2016
2016-07-31
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 31 Jul 2016
@ocornut
Using ImGuiID instead of ImU32 is a few places
ocornut committed on 31 Jul 2016
@ocornut
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
ocornut committed on 31 Jul 2016
@ocornut
Tidying up, removed two unnecessary window flags from being exposed in imgui.h
ocornut committed on 31 Jul 2016
@ocornut
Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows (#323)
ocornut committed on 31 Jul 2016
2016-07-30
@ocornut
Nav: Comment (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323)
ocornut committed on 30 Jul 2016
2016-07-29
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 29 Jul 2016
@ocornut
InputText/IO: Got rid of individual OSX options in ImGuiIO, added io.OSXBehaviors (#473, #650)
ocornut committed on 29 Jul 2016
@ocornut
Merge branch 'add-osx-homeend-keys' of https://github.com/michaelbartnett/imgui into michaelbartnett-add-osx-homeend-keys
ocornut committed on 29 Jul 2016
2016-07-24
@ocornut
Navigation: Renamed ImGuiKey_NavWindowing to ImGuiKey_NavMenu (#323)
ocornut committed on 24 Jul 2016
2016-07-23
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 23 Jul 2016
2016-07-20
@ocornut
Tab->Spaces, missing spaces, typos
ocornut committed on 20 Jul 2016
@Adisorn Aeksatean
Added GetGlyphRangesThai()
Adisorn Aeksatean authored on 19 Jul 2016 ocornut committed on 20 Jul 2016
2016-07-19
@ocornut
Gamepad/Keyboard navigation support, initial commit, WIP (#323)
ocornut committed on 19 Jul 2016
@ocornut
Updated code for repeat delay / repeat handling. GetKeyPressedAmount() now returns a count to support fast repeat rate (where DeltaTime > RepeatRate). ...
ocornut committed on 19 Jul 2016
2016-07-18
@ocornut
Added IsAnyWindowFocused(). Renamed IsMouseHoveringAnyWindow() -> IsAnyWindowHovered(), IsPosHoveringAnyWindow() -> IsAnyWindowHoveredAtPos(), IsMouseHoveringWindow() -> IsWindowHoveredRect() for consistency. Kept inline rediection function.
ocornut committed on 18 Jul 2016
@ocornut
Comments
ocornut committed on 18 Jul 2016
@ocornut
Added IsKeyPressed() with explicit repeat delay and repeat rate (for usage by nav) (#323)
ocornut committed on 18 Jul 2016
2016-07-12
@ocornut
ImVector: reserve() tweak to avoid undefined behavior warning (#731)
ocornut committed on 12 Jul 2016
2016-07-07
@Michael Bartnett
osx uses super+arrows for home/end, built on work in ocornut/imgui#473
Michael Bartnett committed on 7 Jul 2016
2016-06-25
@ocornut
Minor bits
ocornut committed on 25 Jun 2016
2016-06-15
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 15 Jun 2016