e12c08e8d1
ClangFormat: apply to source, most of intern
...
Apply clang format as proposed in T53211.
For details on usage and instructions for migrating branches
without conflicts, see:
https://wiki.blender.org/wiki/Tools/ClangFormat
2019-04-17 06:21:24 +02:00
de13d0a80c
doxygen: add newline after \file
...
While \file doesn't need an argument, it can't have another doxy
command after it.
2019-02-18 08:22:12 +11:00
eef4077f18
Cleanup: remove redundant doxygen \file argument
...
Move \ingroup onto same line to be more compact and
make it clear the file is in the group.
2019-02-06 15:45:22 +11:00
65ec7ec524
Cleanup: remove redundant, invalid info from headers
...
BF-admins agree to remove header information that isn't useful,
to reduce noise.
- BEGIN/END license blocks
Developers should add non license comments as separate comment blocks.
No need for separator text.
- Contributors
This is often invalid, outdated or misleading
especially when splitting files.
It's more useful to git-blame to find out who has developed the code.
See P901 for script to perform these edits.
2019-02-02 01:36:28 +11:00
b8e8c0e325
Cleanup: comment line length (editors)
...
Prevents clang-format wrapping text before comments.
2019-01-15 23:30:31 +11:00
44505b38df
Cleanup: strip trailing space in editors
2018-06-04 09:31:30 +02:00
d6b21df2e6
correct include guards and add checks in check_style_c.py for them.
2013-09-19 23:17:52 +00:00
d45612aa41
fix [ #34279 ] Python console: Selected region is not highlighted when using white background color
2013-02-18 02:36:36 +00:00
30c365908a
code cleanup: minor edits to the console.
2012-12-14 05:27:53 +00:00
4a04f72069
remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
Nathan Letwory
95100afc12
doxygen: blender/editors tagged.
2011-02-27 20:29:51 +00:00
Nathan Letwory
5b607701a7
doxygen: prevent GPL license block from being parsed as doxygen comment.
2011-02-23 10:52:22 +00:00
287325af35
fix [ #24586 ] Report mode of console does not show proper cariage returns.
...
use the line iterator to split up newlines.
2010-12-02 21:48:46 +00:00
a5cac5434a
bugfix [ #24969 ] Python Console bug: inserting a large text leads to strange caret behavior
...
Caret wasn't wrapping.
2010-11-29 20:42:03 +00:00
80a650dfb1
BLF_draw functions take an extra length argument, so the console drawing doenst need to swap in NULL chars to draw word wrapping.
2010-11-11 06:35:45 +00:00
85ac881d31
SVN maintenance.
2010-11-11 06:03:41 +00:00
e47d84026d
make console wrapped text drawing into its own function in preparation to move report view out of the console space type. (no functional changes)
...
also remove incorrect messages about the original copyright in the GPL headers.
2010-11-11 05:45:55 +00:00