michi_cc
|
1a35644033
|
(svn r26758) -Fix [FS#5972]: [OSX] Implement more of the text editing API to prevent crashes and improve IME support.
|
2014-08-24 10:34:43 +00:00 |
|
rubidium
|
b886c8db8c
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
fonsinchen
|
95acb33afb
|
(svn r25708) -Fix: don't return NULL as bool
|
2013-08-10 12:47:11 +00:00 |
|
michi_cc
|
164aba8732
|
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
|
2013-08-05 20:37:57 +00:00 |
|
michi_cc
|
d442d97cf1
|
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
|
2013-08-05 20:37:25 +00:00 |
|
michi_cc
|
931bbd7191
|
(svn r25683) -Add: Support for a marked/selected range to the textbuf.
|
2013-08-05 20:37:22 +00:00 |
|
michi_cc
|
1880c36405
|
(svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system.
|
2013-08-05 20:37:06 +00:00 |
|
michi_cc
|
d5590fa8f2
|
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
|
2013-08-05 20:36:32 +00:00 |
|
michi_cc
|
42105d87ff
|
(svn r25654) -Fix: Improve character and word deletion for CJK languages and complex scripts.
|
2013-08-05 20:35:35 +00:00 |
|
michi_cc
|
e6096cb8af
|
(svn r25653) -Add: Caret movement by words for CJK languages.
|
2013-08-05 20:35:31 +00:00 |
|
michi_cc
|
4248d90937
|
(svn r25652) -Fix: Improve text caret movement for complex scripts.
|
2013-08-05 20:35:27 +00:00 |
|
michi_cc
|
82d6d4be3d
|
(svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil).
|
2013-08-05 20:35:23 +00:00 |
|
frosch
|
337460249d
|
(svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes.
|
2013-03-17 13:05:45 +00:00 |
|
frosch
|
b83cadfc49
|
(svn r25091) -Codechange: Call keycodes by their name.
|
2013-03-17 13:05:18 +00:00 |
|
frosch
|
c8e56b4d03
|
(svn r25090) -Fix: Make editbox character filters also apply to pasted content from clipboard.
|
2013-03-17 13:04:48 +00:00 |
|
frosch
|
9c23446b2b
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
0ab8e7939b
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +00:00 |
|
frosch
|
e507e2fafa
|
(svn r24737) -Add: Textbuf::Assign and Textbuf::Print.
|
2012-11-14 22:50:11 +00:00 |
|
zuu
|
af4529bdaa
|
(svn r24530) -Fix [#5203] (r24521): Ctrl+backspace/delete could remove too many characters (sbr)
|
2012-09-17 15:17:13 +00:00 |
|
zuu
|
9966ebf3c9
|
(svn r24521) -Feature [FS#5203]: Ctrl + Backspace/Delete to remove characters up to next word beginning in text edit boxes
|
2012-09-10 18:47:13 +00:00 |
|
zuu
|
072fdc43a0
|
(svn r24520) -Feature [FS#5203]: Ctrl + Arrow keys to move entire words in text edit boxes (sbr)
|
2012-09-10 18:45:29 +00:00 |
|
zuu
|
6556e04234
|
(svn r24519) -Codechange [FS#5203]: Refactor character removal code of text edit
|
2012-09-10 18:42:34 +00:00 |
|
zuu
|
2314f6a078
|
(svn r24518) -Codechange [FS#5203]: Refactor arrow key text edit movement code (sbr)
|
2012-09-10 18:40:54 +00:00 |
|
frosch
|
9b196d0fb4
|
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
|
2012-06-04 15:30:29 +00:00 |
|
frosch
|
755b52dcc0
|
(svn r24323) -Codechange: Split Textbuf and associated functions to separate files.
|
2012-06-04 15:29:37 +00:00 |
|