This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
40e3dfd3bd1ff22d293df1d9d7b1b9b90d9bd708
test2
/
source
/
blender
/
editors
/
screen
History
Campbell Barton
32cf7fcdb1
code cleanup: spelling
2012-07-16 23:23:33 +00:00
..
area.c
minor refactor for rect functions. more consistent naming.
2012-07-15 00:29:56 +00:00
CMakeLists.txt
Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERNATIONAL everywhere TIP_/IFACE_ macros are used (else, we get non-international, dummy NOP macros instead!).
2012-03-17 12:07:58 +00:00
glutil.c
style cleanup: screen
2012-05-08 15:43:59 +00:00
SConscript
Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications.
2012-04-24 12:57:58 +00:00
screen_context.c
- dont create scene.sequence_editor on read, means data-browser or autocomplete will allocate a sequencer.
2012-05-11 10:04:55 +00:00
screen_edit.c
vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)
2012-07-11 18:17:48 +00:00
screen_intern.h
vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)
2012-07-11 18:17:48 +00:00
screen_ops.c
code cleanup: spelling
2012-07-16 23:23:33 +00:00
screendump.c
code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars.
2012-05-19 13:28:19 +00:00