Usermode/AxWin3 - Added delete support to text input
authorJohn Hodge <[email protected]>
Mon, 21 Nov 2011 04:38:18 +0000 (12:38 +0800)
committerJohn Hodge <[email protected]>
Mon, 21 Nov 2011 04:38:18 +0000 (12:38 +0800)
commitf0c407e7d468bc5acfd8d436be7f79f6e6248421
tree96df904114a4605f67fea5a637aac59a5188cc03
parent8b0bac226378940df6cb56e5112b447570c3a39d
Usermode/AxWin3 - Added delete support to text input

- Moved UTF-8 code out from wm_render_text.c
- Added max bytes to text render functions
 > Note: They have a Feature-Bug where it will over-read by up to 3 bytes
 > Due to the UTF-8 parsing code, and is useful in some cases.
- Added INT_MIN and INT_MAX
12 files changed:
Usermode/Applications/axwin3_src/WM/Makefile
Usermode/Applications/axwin3_src/WM/decorator.c
Usermode/Applications/axwin3_src/WM/include/utf8.h [new file with mode: 0644]
Usermode/Applications/axwin3_src/WM/include/wm.h
Usermode/Applications/axwin3_src/WM/input.c
Usermode/Applications/axwin3_src/WM/renderers/menu.c
Usermode/Applications/axwin3_src/WM/renderers/widget/disptext.c
Usermode/Applications/axwin3_src/WM/renderers/widget/textinput.c
Usermode/Applications/axwin3_src/WM/utf-8.c [new file with mode: 0644]
Usermode/Applications/axwin3_src/WM/wm_input.c
Usermode/Applications/axwin3_src/WM/wm_render_text.c
Usermode/include/stdint.h

UCC git Repository :: git.ucc.asn.au