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
702e85ef849a2ad0a34ef0bd2d9f021e4a6e773f
test
/
source
/
blender
/
editors
/
space_text
History
Campbell Barton
702e85ef84
picky changes to mouse cursor text selection behavior, previously as soon as the mouse was before a character it would select the previous, even if the cursor was closer to the space between the next 2 chars.
...
now find the closest point inbetween both chars.
2012-03-09 23:10:07 +00:00
..
CMakeLists.txt
remove $Id: tags after discussion on the mailign list:
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
SConscript
I swear, it was just an innocence change in guardedalloc!
2011-02-21 12:35:04 +00:00
space_text.c
style cleanup - use aligned * prefixed blocks for descriptive comments (was already used a lot and part of proposed style guide).
2012-03-03 16:31:46 +00:00
text_draw.c
style cleanup - spelling.
2012-03-08 04:12:11 +00:00
text_header.c
prefix common internal operator function names so its possible to assign them breakpoints.
2011-10-28 03:02:09 +00:00
text_intern.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
text_ops.c
picky changes to mouse cursor text selection behavior, previously as soon as the mouse was before a character it would select the previous, even if the cursor was closer to the space between the next 2 chars.
2012-03-09 23:10:07 +00:00
text_python.c
style cleanup, brackets in else/if, some indentation.
2012-03-06 18:40:15 +00:00