This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
275093324feab04bf31f9fb031e594da94de8149
test
/
source
/
blender
/
editors
/
space_text
History
Campbell Barton
58587a3881
replace strncpy with BLI_strncpy, in some cases strncpy was being misused since it doesnt ensure \0 termination.
...
also dont call CTX_data_scene() twice when checking for function arguments.
2011-09-26 18:51:10 +00:00
..
CMakeLists.txt
cmake: cleanup include paths, some duplicates and going up some unneeded dirs.
2011-07-17 09:11:13 +00:00
SConscript
I swear, it was just an innocence change in guardedalloc!
2011-02-21 12:35:04 +00:00
space_text.c
Partial fix for
#28441
: Tab width in texteditor ignored if used tabs as spaces
2011-09-02 09:39:21 +00:00
text_draw.c
replace strncpy with BLI_strncpy, in some cases strncpy was being misused since it doesnt ensure \0 termination.
2011-09-26 18:51:10 +00:00
text_header.c
use BKE_area_find_region_type in place of inline loops (no functional changes).
2011-05-20 05:27:31 +00:00
text_intern.h
Partial fix for
#28441
: Tab width in texteditor ignored if used tabs as spaces
2011-09-02 09:39:21 +00:00
text_ops.c
/blender/editors: Removed final points in UI strings and messages.
2011-09-19 12:26:20 +00:00
text_python.c
Commented and tagged some unused vars (gcc warnings...). Also fixed some uninitialized warnings.
2011-09-26 13:24:42 +00:00