Commit Graph

19 Commits (8c4d779ff193140097418a2de6cf48066d675a9d)

Author SHA1 Message Date
michi_cc 164aba8732 (svn r25692) -Add: Replacement of a part of the edit box text with a new string. 11 years ago
michi_cc d442d97cf1 (svn r25684) -Change: [Win32] Draw the composition string ourselves if possible. 11 years ago
michi_cc 931bbd7191 (svn r25683) -Add: Support for a marked/selected range to the textbuf. 11 years ago
michi_cc 1880c36405 (svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system. 11 years ago
michi_cc d5590fa8f2 (svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler. 11 years ago
michi_cc 42105d87ff (svn r25654) -Fix: Improve character and word deletion for CJK languages and complex scripts. 11 years ago
michi_cc e6096cb8af (svn r25653) -Add: Caret movement by words for CJK languages. 11 years ago
michi_cc 4248d90937 (svn r25652) -Fix: Improve text caret movement for complex scripts. 11 years ago
michi_cc 82d6d4be3d (svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil). 11 years ago
frosch 337460249d (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 11 years ago
frosch b83cadfc49 (svn r25091) -Codechange: Call keycodes by their name. 11 years ago
frosch 9c23446b2b (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. 11 years ago
frosch 0ab8e7939b (svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor. 12 years ago
frosch e507e2fafa (svn r24737) -Add: Textbuf::Assign and Textbuf::Print. 12 years ago
zuu 9966ebf3c9 (svn r24521) -Feature [FS#5203]: Ctrl + Backspace/Delete to remove characters up to next word beginning in text edit boxes 12 years ago
zuu 6556e04234 (svn r24519) -Codechange [FS#5203]: Refactor character removal code of text edit 12 years ago
zuu 2314f6a078 (svn r24518) -Codechange [FS#5203]: Refactor arrow key text edit movement code (sbr) 12 years ago
frosch 9b196d0fb4 (svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions. 12 years ago
frosch 755b52dcc0 (svn r24323) -Codechange: Split Textbuf and associated functions to separate files. 12 years ago