|
|
b6d0daa9cb
|
utf8 editing for UI text input, this means backspace, delete, arrow keys properly move the cursor with multi-byte chars.
Note that this is only for the interface, text editor and python console still miss this feature.
|
2011-10-16 12:25:42 +00:00 |
|
|
|
2222f536f8
|
use replace 0 with NULL for pointers, set some functions static
also fixed own errors in recent static check commit.
|
2011-09-16 08:20:21 +00:00 |
|
|
|
d7160d082f
|
SVN maintenance.
|
2011-09-15 16:37:36 +00:00 |
|
|
|
e2818f1b92
|
- include enum names and descriptions in sphinx generated documentation
- add descriptions for operator bl_options
|
2011-09-15 16:15:24 +00:00 |
|
|
|
9648c6016b
|
fix [#28658] python can assign non utf8 and crash because of string lenth limits.
add BLI_strncpy_utf8() which which ensures there are no partially copied UTF8 characters, limited by the buffer size.
|
2011-09-15 11:49:36 +00:00 |
|
|
|
5ba213a424
|
move utf8 string.c functions into their own file, also add python tip for printing operators.
|
2011-09-15 08:07:42 +00:00 |
|