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 (
Collapse
)
Author
2013-03-17
(svn r25092) -Codechange: Deduplicate keyboard handling between console and ↵
frosch
editboxes.
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 ↵
frosch
content from clipboard.
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 ↵
planetmaker
Eagle_rainbow)
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 ↵
zuu
many characters (sbr)
2012-09-10
(svn r24521) -Feature [FS#5203]: Ctrl + Backspace/Delete to remove ↵
zuu
characters up to next word beginning in text edit boxes
2012-09-10
(svn r24520) -Feature [FS#5203]: Ctrl + Arrow keys to move entire words in ↵
zuu
text edit boxes (sbr)
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 ↵
zuu
code (sbr)
2012-06-04
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member ↵
frosch
functions.
2012-06-04
(svn r24323) -Codechange: Split Textbuf and associated functions to separate ↵
frosch
files.