index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
textbuf.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2014-08-24
(svn r26758) -Fix [FS#5972]: [OSX] Implement more of the text editing API to ...
michi_cc
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-08-10
(svn r25708) -Fix: don't return NULL as bool
fonsinchen
2013-08-05
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
michi_cc
2013-08-05
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
michi_cc
2013-08-05
(svn r25683) -Add: Support for a marked/selected range to the textbuf.
michi_cc
2013-08-05
(svn r25679) -Codechange: [Win32] Get the result string of an IME input direc...
michi_cc
2013-08-05
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
michi_cc
2013-08-05
(svn r25654) -Fix: Improve character and word deletion for CJK languages and ...
michi_cc
2013-08-05
(svn r25653) -Add: Caret movement by words for CJK languages.
michi_cc
2013-08-05
(svn r25652) -Fix: Improve text caret movement for complex scripts.
michi_cc
2013-08-05
(svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil).
michi_cc
2013-03-17
(svn r25092) -Codechange: Deduplicate keyboard handling between console and e...
frosch
2013-03-17
(svn r25091) -Codechange: Call keycodes by their name.
frosch
2013-03-17
(svn r25090) -Fix: Make editbox character filters also apply to pasted conten...
frosch
2013-03-17
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-11-14
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
frosch
2012-11-14
(svn r24737) -Add: Textbuf::Assign and Textbuf::Print.
frosch
2012-09-17
(svn r24530) -Fix [#5203] (r24521): Ctrl+backspace/delete could remove too ma...
zuu
2012-09-10
(svn r24521) -Feature [FS#5203]: Ctrl + Backspace/Delete to remove characters...
zuu
2012-09-10
(svn r24520) -Feature [FS#5203]: Ctrl + Arrow keys to move entire words in te...
zuu
2012-09-10
(svn r24519) -Codechange [FS#5203]: Refactor character removal code of text edit
zuu
2012-09-10
(svn r24518) -Codechange [FS#5203]: Refactor arrow key text edit movement cod...
zuu
2012-06-04
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu...
frosch
2012-06-04
(svn r24323) -Codechange: Split Textbuf and associated functions to separate ...
frosch