ocornut
|
61b8197942
Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds.
|
1 year ago |
ocornut
|
d8ef864b02
InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer. (#6783, #6000)
|
1 year ago |
ocornut
|
57a5b73a4c
InputText: fixed cursor navigation when pressing Up Arrow on the last character of a multiline buffer which doesn't end with a carriage return. (#6000)
|
2 years ago |
ocornut
|
de451d4474
Updated stb_textedit.h from 1.13 to 1.14. (#5075)
|
3 years ago |
ocornut
|
d9b606672a
InputText: Fix handling of paste failure (buffer full) which in some cases could corrupt the undo stack. (#4038)
|
4 years ago |
ocornut
|
327a5d8253
Fix warning + apply trailing whitespaces in stb_ libs (as applied on nothings/stb on 2020/02/02, facilitating further diffs)
|
4 years ago |
Louis Schnellbach
|
ec945f44b5
InputText: Added support for Page Up/Down in InputTextMultiline. (#3430)
|
4 years ago |
Louis Schnellbach
|
fbf70070bb
InputText: Fixed minor inconsistency when pressing Down on the last line when it doesn't have a carriage return (it used to move to the end of the line)
|
4 years ago |
omar
|
23c1ff4907
Removed redirecting functions/enums names that were marked obsolete in 1.52 (October 2017).
|
5 years ago |
omar
|
539f69b950
Updated STB libraries to latest (drift has been reduced with nothings/stb as most of our changes were merged). Using [DEAR IMGUI] markers when changed.
|
6 years ago |
omar
|
c59611a3b3
InputText: Fixed redo buffer exhaustion handling (rare) which could corrupt the undo character buffer. (#2333)
|
6 years ago |
omar
|
c3c2cd1e82
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
|
6 years ago |
omar
|
5a679a45cc
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
|
7 years ago |