2015-04-24
@ocornut
Examples: DirectX9/11: Fixed key mapping for down arrow.
ocornut committed on 24 Apr 2015
2015-04-21
@ocornut
Added ImGuiStorage::GetVoidPtrRef()
ocornut committed on 21 Apr 2015
@ocornut
Version number 1.39 WIP
ocornut committed on 21 Apr 2015
2015-04-19
@ocornut
Removed comment
ocornut committed on 19 Apr 2015
@ocornut
Selectable() render into AutoFitPadding only when full-fitting (fix aac9981)
ocornut committed on 19 Apr 2015
@ocornut
Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4.
ocornut committed on 19 Apr 2015
@ocornut
Version number 1.38
ocornut committed on 19 Apr 2015
@ocornut
ShowTestWindow(): drag example + tooltip.
ocornut committed on 19 Apr 2015
2015-04-18
@ocornut
Slider internals: removed unnecessary slider_bb parameter
ocornut committed on 18 Apr 2015
@ocornut
ShowTestWindow(): added a custom label in the format for one of the slider example.
ocornut committed on 18 Apr 2015
@ocornut
Columns: mouse dragging uses absolute mouse coords. Fixed dragging left-most column of an auto-resizable window. #125
ocornut committed on 18 Apr 2015
@ocornut
Active column (when dragged) not clipped so it can release its active state (extends 16ddd79)
ocornut committed on 18 Apr 2015
@ocornut
Documentation
ocornut committed on 18 Apr 2015
@ocornut
Update imconfig.h documentation
ocornut committed on 18 Apr 2015
2015-04-17
@ocornut
DragFloat, DragInt: if step/speed is zero defaults to 1% of range #180
ocornut committed on 17 Apr 2015
@omar
Merge pull request #199 from bkaradzic/master ...
omar committed on 17 Apr 2015
2015-04-16
@Branimir Karadžić
Fixed C4267.
Branimir Karadžić committed on 16 Apr 2015
@ocornut
ShowMetricsWindow(): renaming locals (not sure about the "shadows a local variable" warning?)
ocornut committed on 16 Apr 2015
@ocornut
Merge branch 'bkaradzic-master'
ocornut committed on 16 Apr 2015
@Branimir Karadžić
Fixed warning: missing initializer for member.
Branimir Karadžić committed on 16 Apr 2015
@Branimir Karadžić
Fixed: warning: declaration shadows a local variable
Branimir Karadžić committed on 16 Apr 2015
@Branimir Karadžić
Fixed: warning: missing field 'w' initializer [-Wmissing-field-initializers]
Branimir Karadžić committed on 16 Apr 2015
@ocornut
TODO list
ocornut committed on 16 Apr 2015
@ocornut
Fixed hovering over a popup's child (popups disable hovering on other windows but not their childs) #197
ocornut committed on 16 Apr 2015
2015-04-15
@ocornut
Examples: OpenGL3: backup/restore current program and texture #195
ocornut committed on 15 Apr 2015
2015-04-14
@omar
Merge pull request #194 from Roflraging/master ...
omar committed on 14 Apr 2015
@Dale Kim
Set modifier key state by inspecting imgui's io.KeysDown array.
Dale Kim committed on 14 Apr 2015
@ocornut
Tweak date/credits
ocornut committed on 14 Apr 2015
@ocornut
Examples: Simplified GLFW keyboard callbacks
ocornut committed on 14 Apr 2015
@ocornut
Merge branch 'master' of https://github.com/Roflraging/imgui into Roflraging-master
ocornut committed on 14 Apr 2015