2015-04-07
@ocornut
Update README.txt + screenshot
ocornut committed on 7 Apr 2015
@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
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
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: Formatting #187
ocornut committed on 7 Apr 2015
@omar
Merge pull request #187 from heroboy/patch-1 ...
omar committed on 7 Apr 2015
@heroboy
set pixel shader and vertex shader to NULL ...
heroboy committed on 7 Apr 2015
@ocornut
Examples: Fixed ShowExampleAppManipulatingWindowTitle() not doing the right thing, broken in ff35d24
ocornut committed on 7 Apr 2015
@omar
Update README.txt
omar committed on 7 Apr 2015
@omar
Update README.txt
omar 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
@ocornut
Examples: OpenGL fixed-pipeline: added glBindTexture(0), via Anton M
ocornut committed on 6 Apr 2015
2015-04-04
@ocornut
Comments
ocornut committed on 4 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
@ocornut
ShowTestWindow() renamed sliders examples to say "slider"
ocornut committed on 3 Apr 2015
@ocornut
Added DragFloat(), DragInt() work in progress #180
ocornut committed on 3 Apr 2015
@ocornut
Examples: initializing float + missing comment.
ocornut committed on 3 Apr 2015
@ocornut
ColorEdit4(): tweak code to be a little less ugly (still not a beauty contest winner..)
ocornut committed on 3 Apr 2015
@ocornut
ColorEdit4(): hide components prefix if there's no space for them.
ocornut committed on 3 Apr 2015