2016-07-29 |
Examples: SDL+OpenGL: explicitly setting GL_UNPACK_ROW_LENGTH to reduce issues because SDL changes it (#752)
ocornut
committed
on 29 Jul 2016
|
---|---|
2016-07-20 |
Merge branch 'nProtect-master'
ocornut
committed
on 20 Jul 2016
|
Tab->Spaces, missing spaces, typos
ocornut
committed
on 20 Jul 2016
|
|
Added GetGlyphRangesThai()
Adisorn Aeksatean
authored
on 19 Jul 2016
ocornut
committed
on 20 Jul 2016
|
|
2016-07-18 |
Begin: Moved code that calls FocusWindow() on a newly appearing window lower in the function so that Nav branch can use CursorStartPos on the first window frame. (#323)
...
ocornut
committed
on 18 Jul 2016
|
2016-07-17 |
Closing the focused window restore focus to the first active root window in descending z-order (part of #727)
ocornut
committed
on 17 Jul 2016
|
2016-07-16 |
Fixed scrolling offset when using SetScrollY(), SetScrollFromPosY(), SetScrollHere() with menu bar.
...
ocornut
committed
on 16 Jul 2016
|
|
|
Windows: No default IME handler when compiling using GCC. (#738)
ocornut
committed
on 16 Jul 2016
|
|
2016-07-14 |
TODO list
ocornut
committed
on 14 Jul 2016
|
InputTextMultiline(): fix so that IsItemActive() can be used afterwards (otherwise the info was lost by using child/group)
ocornut
committed
on 14 Jul 2016
|
|
InputText(): Fixed state corruption/crash bug in stb_textedit redo logic when exhausting undo char buffer (#715 #681)
ocornut
committed
on 14 Jul 2016
|
|
2016-07-12 |
InputTextEx: comments (related to #725)
ocornut
committed
on 12 Jul 2016
|
InputTextMultiline(): partial fix for when input and internal buffers differs in a way where scrollbar existence differs. (#725)
...
ocornut
committed
on 12 Jul 2016
|
|
ImVector: reserve() tweak to avoid undefined behavior warning (#731)
ocornut
committed
on 12 Jul 2016
|
|
2016-06-29 |
Using GetCurrentWindowRead() instead of GetCurrentWindow()
ocornut
committed
on 29 Jun 2016
|
SetCursorScreenPos() fixed not adjusting CursorMaxPos as well
ocornut
committed
on 29 Jun 2016
|
|
ImGuiListClipper: Fix to behave within column (#661, #662, #716)
ocornut
committed
on 29 Jun 2016
|
|
ImGuiListClipper: fixed automatic-height calc path dumbly having user display element 0 twice (#661, #716)
...
ocornut
committed
on 29 Jun 2016
|
|
NextColumn() tidying up with a sane early out
ocornut
committed
on 29 Jun 2016
|
|
2016-06-27 |
Added assert to track stb_textedit.h issue (#715)
ocornut
committed
on 27 Jun 2016
|
InputTextMultiline(): Fixed Ctrl+DownArrow moving scrolling out of bounds
ocornut
committed
on 27 Jun 2016
|
|
2016-06-26 |
Fixed Windows default clipboard leaving its buffer unfreed on application's exit. (#714)
ocornut
committed
on 26 Jun 2016
|
2016-06-25 |
Minor bits
ocornut
committed
on 25 Jun 2016
|
Comments amend
3c8e490 (committed before saving last comment edit) (#703)
ocornut
committed
on 25 Jun 2016
|
|
Comment on dealing with io.WantCaptureKeyboard (#703)
ocornut
committed
on 25 Jun 2016
|
|
InputText: render currently edited buffer from the internal buffer, toward #701
ocornut
committed
on 25 Jun 2016
|
|
InputText, ImGuiTextFilter: using strncpy instead of printf("%s").
ocornut
committed
on 25 Jun 2016
|
|
2016-06-19 |
Wrapped text: fixed incorrect testing for negative wrap coordinates, they are perfectly legal. (#706)
ocornut
committed
on 19 Jun 2016
|
2016-06-16 |
ColorEdit4(): better preserve inputting value out of 0..255 range, display then clamped in Hexadecimal form
ocornut
committed
on 16 Jun 2016
|