2015-10-18 |
Version 1.46
ocornut
committed
on 18 Oct 2015
|
---|---|
Fix to allow using SetNextWindow* functions with ImGuiSetCond_Appearing on modal windows (#377)
...
ocornut
committed
on 18 Oct 2015
|
|
Tweaks (calling inner SetNext* functions directly from Begin)
ocornut
committed
on 18 Oct 2015
|
|
Renamed Window LastFrameDrawn to LastFrameActive, more correct
ocornut
committed
on 18 Oct 2015
|
|
ColorEdit4: hovering the color button shows correct alpha (fix #373)
ocornut
committed
on 18 Oct 2015
|
|
ColorConvertFloat4ToU32() round the floats instead of truncating them.
ocornut
committed
on 18 Oct 2015
|
|
InputText(): always use live input data for display in read-only mode (fix #360)
ocornut
committed
on 18 Oct 2015
|
|
Scrollbar: background color less translucent in default style (flattened alpha) so it works better on non-WindowBg colored background.
ocornut
committed
on 18 Oct 2015
|
|
Scrollbar: fixed vertical alignment with border + no menu bar (following #365)
ocornut
committed
on 18 Oct 2015
|
|
InputText: removed the need for text_end pointer in the cursor position calculation loop, allows switching buffers
ocornut
committed
on 18 Oct 2015
|
|
InputText: comments.
ocornut
committed
on 18 Oct 2015
|
|
InputText: added comments and somehow clarified the optimized code that calculate text position + updated demo
ocornut
committed
on 18 Oct 2015
|
|
2015-10-12 |
Added items to Todo list
ocornut
committed
on 12 Oct 2015
|
Added SetClipboardText / GetClipboardText helper shortcuts to match MemAlloc / MemFree
ocornut
committed
on 12 Oct 2015
|
|
2015-10-11 |
Added comments (#369 #370)
ocornut
committed
on 11 Oct 2015
|
Fix for AltGR being send as Ctrl&Alt on german keyboards. Don't consume characters if CTRL key press is detected AND ALT key press is detected in Imgui::InputTextEx
richardk
committed
on 11 Oct 2015
|
|
2015-10-09 |
Fixed bug with handling of malformed utf-8 at the end of a non-zero terminated string range.
ocornut
committed
on 9 Oct 2015
|
2015-10-08 |
Fixed mouse release double-triggering (#359, #362)
ocornut
committed
on 8 Oct 2015
|
Scrollbar: fixed minor rendering offset when borders are enabled (fix #365)
ocornut
committed
on 8 Oct 2015
|
|
Fixed IsKeyReleased() and IsMouseReleased() returning true on the first frame.
...
ocornut
committed
on 8 Oct 2015
|
|
2015-10-06 |
BeginChildFrame() helper has the extra_flags parameter.
ocornut
committed
on 6 Oct 2015
|
HoveredId is set via a SetHoveredID() function. Added HoveredIdAllowHoveringOthers not used by default API.
ocornut
committed
on 6 Oct 2015
|
|
2015-10-05 |
Dummy() create an item so functions such as IsItemHovered() can be used.
ocornut
committed
on 5 Oct 2015
|
InputText: fixed crash when passing a buf_size==0 (which can be of use for read-only selectable text boxes) (#360)
ocornut
committed
on 5 Oct 2015
|
|
2015-10-02 |
Added ImGuiWindowFlags_NoBringToFrontOnFocus behavior.
ocornut
committed
on 2 Oct 2015
|
2015-09-30 |
Scrollbar: Tweaked scrollbar inner padding for small scrollbars.
ocornut
committed
on 30 Sep 2015
|
Window: fixed window lower-right clipping limit so it plays more friendly with both OpenGL and DirectX coordinates.
...
ocornut
committed
on 30 Sep 2015
|
|
Scrollbar: tidying up (#355)
ocornut
committed
on 30 Sep 2015
|
|
Scrollbar: fixed rounding of background + child window consistenly have ChildWindowBg color under ScrollbarBg fill (#355)
ocornut
committed
on 30 Sep 2015
|
|
InputFloat() fixed explicit precision modifier, both display and input were broken.
ocornut
committed
on 30 Sep 2015
|