History for imgui / stb_textedit.h
2018-06-05
@omar
stb_textedit, InputText(): Fixed Undo after pasting large amount of text (Redo will still fail when undo buffers are exhausted, but text won't be corrupted). ...
omar committed on 5 Jun 2018
@omar
Updated stb_textedit 1.09 + patches --> 1.12 + minor patches. (#715)
omar committed on 5 Jun 2018
2018-05-07
@omar
Skip missing font glyphs to 1) avoid using space for missing glyphs and 2) allow merging fonts with overlapping ranges. Demo: Fixed displaying ? instead of greyed out empty box. (#1671, #1703)
omar committed on 7 May 2018
2018-04-03
@omar
Removed need for -Wnocast-qual on modern Clang/Xcode as a token of good behavior. Unfortunately the old stb_ decompress code is a little const clunky. + warning fix in stb_textedit which is already in master afaik.
omar committed on 3 Apr 2018
2016-10-16
@ocornut
InputText: Fixed pressing home key on last character when it isn't a trailing \n (#588, #815)
ocornut committed on 16 Oct 2016
@ocornut
stb_textedit.h Merged from master 1.9 (merged bits from #473)
ocornut committed on 16 Oct 2016
2016-07-14
@ocornut
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-06-04
@ocornut
Fixed a crash bug in stb_textedit.h (#681)
ocornut committed on 4 Jun 2016
2016-04-02
@ocornut
stb_textedit.h: proposal for upstream PR to allow custom move-left/move-right handlers (following #473)
ocornut committed on 2 Apr 2016
@ocornut
stb_textedit.h Local warning fixes
ocornut committed on 2 Apr 2016
@ocornut
stb_textedit.h updated to 1.8 (our two main changes were merged now)
ocornut committed on 2 Apr 2016
2015-12-16
@ocornut
stb_rect_pack.h update to 0.08
ocornut committed on 16 Dec 2015
2015-12-11
@ocornut
InputText: update mouse drag on mouse move only & key input reposition selection bounds (better fix for #429)
ocornut committed on 11 Dec 2015
2015-07-16
@ocornut
InputText: stb_textedit.h tentative fix for End key on multi-line fields (#275)
ocornut committed on 16 Jul 2015
2014-11-30
@ocornut
Fixed Clang -Weverything warnings + TODO list entries
ocornut committed on 30 Nov 2014
2014-08-20
@ocornut
stb_textedit 1.4 fix signed/unsigned warnings
ocornut committed on 20 Aug 2014
2014-08-10
@ocornut
Initial release
ocornut committed on 10 Aug 2014