Sean Barrett
1ee679ca2e
update version numbers
ago%!(EXTRA string=4 years)
ocornut
44f046af0c
stb_textedit: Fix paste failure handling breaking undo stack
...
Could lead to freezes.
Fixes issue #734 .
ago%!(EXTRA string=4 years)
Fabian Giesen
eb677dda6e
stb_textedit: Update credit, version history
ago%!(EXTRA string=4 years)
Louis Schnellbach
85bc8060be
Support for Page Up/Down
...
(changes from ocornut/imgui/commit/ec945f44)
ago%!(EXTRA string=4 years)
Fabian Giesen
a49749a57d
stb_textedit: Docs fix.
...
Fixes issue #1041 .
ago%!(EXTRA string=4 years)
Fabian Giesen
1cacac09ed
stb_textedit: Docs fix.
...
Fixes issue #1041 .
ago%!(EXTRA string=4 years)
Sean Barrett
2bb4a0accd
Fix trailing whitespace
ago%!(EXTRA string=5 years)
Martin Stensgård
6bde00651c
stb_textedit: fix typo: STB_TEXTED_K_RIGHT
ago%!(EXTRA string=6 years)
Sean Barrett
63b59b46b0
update version numbers
ago%!(EXTRA string=6 years)
Omar
94e418bb7b
stb_textedit: fixed undo/redo after pasting large amount of text (over 32 kb). Redo will still fail when undo buffers are exhausted, but text won't be corrupted. Fix #620 .
ago%!(EXTRA string=7 years)
Martin Stensgård
ebcae5b130
stb_textedit: remove double initialization
...
`clang-scan` found this
ago%!(EXTRA string=7 years)
luz.paz
622b3adad3
Misc. comment typos
...
Found via `codespell -q 3`
ago%!(EXTRA string=7 years)
Sean Barrett
3025377f4a
fix stb_textedit redo, from omar cornut
ago%!(EXTRA string=7 years)
Sean Barrett
3f01acced4
stb_textedit: allow overriding key-input typedef
ago%!(EXTRA string=7 years)
Sean Barrett
def6a1898c
version number
ago%!(EXTRA string=8 years)
Sean Barrett
d052909923
better handle dragging mouse in single-line mode
ago%!(EXTRA string=8 years)
Sean Barrett
e248e30954
change license to public-domain AND mit (based on twitter vote)
ago%!(EXTRA string=8 years)
Sean Barrett
996ccf2159
update version numbers
ago%!(EXTRA string=9 years)
Sean Barrett
5d9423f8fd
fix -Wcast-qual in stb_rect_pack, stb_textedit, stb_truetype
ago%!(EXTRA string=9 years)
ocornut
847d288152
stb_textedit: fix LINESTART when cursor is at end of buffer and no trailing newline. Stopped using find_charpos(), simpler and faster.
ago%!(EXTRA string=9 years)
Sean Barrett
6f72440159
bump version numbers
ago%!(EXTRA string=9 years)
Sean Barrett
19c9615e90
rect_pack patch;
...
fix typo in stb_textedit
ago%!(EXTRA string=9 years)
Sean Barrett
bde8f7c102
tweaks to stb_textedit custom-move-by-word patch
ago%!(EXTRA string=9 years)
Hansi Raber
f710c23bf7
stb_textedit/stb_text_locate_coord:
...
fix cursor position in the "shouldn't happen, but if it does, fall through to end-of-line case" case (`i=0` causes problems with the return values in this case)
ago%!(EXTRA string=9 years)
ocornut
75ce29fe0b
stb_textedit: Add support for custom move word left/right handlers
ago%!(EXTRA string=9 years)
Sean Barrett
6e4154737c
update version numbers, documentation, and contributors
ago%!(EXTRA string=9 years)
Craig Donner
ee6978cb68
Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.
ago%!(EXTRA string=9 years)
Craig Donner
49b65c0873
Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.
ago%!(EXTRA string=9 years)
ocornut
9dc860b7cc
stb_textedit: better support for keying while holding mouse drag button
ago%!(EXTRA string=10 years)
Sean Barrett
4de75eb0cc
stb_textedit: better support for baseline at bottom
...
stb_textedit: end-of-line handling places cursor before newline
stb_truetype: avoid compiler warning due to local vars hiding local vars
readme: add list of one-file libs
ago%!(EXTRA string=10 years)
Ryan Whitworth
76edb4ec4e
Added public domain license text
ago%!(EXTRA string=10 years)
Sean Barrett
9487a59c14
STB_TEXTEDIT_memmove
ago%!(EXTRA string=10 years)
unknown
198ee828ca
Allow to replace memmove function with custom implementation
ago%!(EXTRA string=10 years)
nothings
87b7e3db41
update version number
ago%!(EXTRA string=11 years)
Fabian Giesen
40cc1c59b2
Add support for alternative keyboard shortcuts for text/line start/end.
ago%!(EXTRA string=11 years)
Sean Barrett
492e3f3463
update version numbers
ago%!(EXTRA string=11 years)
Sean Barrett
45469cfa27
fix warnings
ago%!(EXTRA string=11 years)
Sean Barrett
d4d046be09
update version number
ago%!(EXTRA string=11 years)
Scott Graham
339beafc12
Clicking on left half of character selects before, and right half after
ago%!(EXTRA string=11 years)
Scott Graham
c4530794fb
cursor should move on shift-home and shift-end
ago%!(EXTRA string=11 years)
Sean Barrett
e63b3e0702
fix some stuff that used RAD types and so were totally broken, add a compile test/sample
ago%!(EXTRA string=11 years)
Sean Barrett
e2caccb811
initial checkin
ago%!(EXTRA string=11 years)