summaryrefslogtreecommitdiff
path: root/scene/gui/texture_rect.cpp
AgeCommit message (Collapse)Author
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
2017-01-14Finish renaming *Frame GUI classes to *RectRémi Verschelde
ReferenceFrame had been overlooked, and the cpp files still used the old names. Also ripgrep'ed it all to find some forgotten references.