ocornut
|
f36c65661c
InputText: fixed pressing End (without Shift) in a multi-line selection from mistakenly moving cursor based on selection start.
|
2 weeks ago |
ocornut
|
013c4ed476
InputText: fixed gross buffer underflow introduced by a82f66a. (#3237, #952, #1062, #7363)
|
2 weeks ago |
ocornut
|
985723ed94
InputText: Word-Wrap: mouse clicks on word-wrapping points set cursor side correctly. (#3237, #952, #1062, #7363)
|
1 month ago |
ocornut
|
a82f66a9b0
InputText: Word-Wrap: added ImGuiInputTextFlags_WordWrap support. (#3237, #952, #1062, #7363)
|
4 weeks ago |
ocornut
|
a9945899c6
stb_textedit: extracted stb_textedit_move_line_start()/stb_textedit_move_line_end(), adding STB_TEXTEDIT_MOVELINESTART,STB_TEXTEDIT_MOVELINEEND support. (#3237, #952, #1062, #7363)
|
1 month ago |
ocornut
|
0ef9610e70
InputText, stb_textedit: Revert special handling when pressing Down/PageDown on last line of a buffer without a trailing carriage return.
|
4 weeks ago |
ocornut
|
5c92699f5f
stb_textedit: trim trailing blanks for simplicity.
|
1 month ago |
ocornut
|
9f969944d5
stb_textedit: fixed misleading cursor-1 in STB_TEXTEDIT_K_LINESTART handlers. (#7925)
|
1 month ago |
ocornut
|
4e487cfa99
stb_textedit: subsequent comments to match ocornut/stb branch. (#8635, #7925)
|
4 months ago |
ocornut
|
1387d356aa
stb_textedit: subsequent fixes for next/prev word impl (not used by imgui) + PageUp/Home/End (no side effect but more correct) (#8635, #7925)
|
4 months ago |
ocornut
|
5c3ac93335
stb_textedit: minor edits to match PR submitted upstream.
|
4 months ago |
ocornut
|
61242e2e6a
InputText: fixed cursor positioning issue using up/down keys on non-ASCII text. (#8635, #7925)
|
4 months ago |
ocornut
|
1674fe96ff
InputText: amends: add stb_textedit_text() api. (#7925)
|
1 year ago |
ocornut
|
d1b7817959
InputText: amends: renames, coding style. (#7925)
|
1 year ago |
alektron
|
abd07f6d30
InputText: added native support for UTF-8 text editing and god rid of the wchar buffer. (#7925)
|
1 year ago |
ocornut
|
15cb7d61f9
InputText: moved imstb_textedit.h include to imgui_widgets.cpp
|
1 year ago |
Hubert Maier
|
07dbcf1f70
Fixed typos. (#7593)
|
1 year ago |
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)
|
2 years 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)
|
5 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)
|
5 years ago |
omar
|
23c1ff4907
Removed redirecting functions/enums names that were marked obsolete in 1.52 (October 2017).
|
6 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 |