tornavis/source/blender/editors/space_graph
Campbell Barton f6b37f34ec code cleanup:
- add missing headers from cmake (own omission)
- quiet rna_test.c unused define warnings.
- minor style edits
- spelling corrections and ignore all uppercase words with spell checking script.
2013-09-05 19:56:49 +00:00
..
CMakeLists.txt move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
SConscript move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
graph_buttons.c display an error with python driver expressions when script execution is disabled. 2013-08-11 08:29:56 +00:00
graph_draw.c minor change for high res displays, scale fcurve handles and view3d axis size. 2013-06-30 21:41:06 +00:00
graph_edit.c code cleanup: 2013-09-05 19:56:49 +00:00
graph_intern.h correct enums which were in fact variables defined in headers. 2013-03-22 05:46:39 +00:00
graph_ops.c only use OSKEY as a replacement for CTRL on Apple (was already the case in many areas). 2013-05-11 01:12:29 +00:00
graph_select.c Graph Editor: Preserve active curve when using AKEY to toggle selection status 2013-09-02 23:32:21 +00:00
graph_utils.c code cleanup: remove references to BLI_rand.h 2013-05-08 12:59:35 +00:00
space_graph.c code cleanup: add break statements in switch ()'s, (even at the last case). 2013-07-21 08:16:37 +00:00