| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | math_util: Always initialize members of Rectangle | 2018-08-02 | 1 | -5/+5 | |
| | | | | | Prevents potentially using the members uninitialized. | ||||
| * | math_util: Remove the Clamp() function | 2018-04-20 | 1 | -5/+0 | |
| | | | | | | C++17 adds clamp() to the standard library, so we can remove ours in favor of it. | ||||
| * | MathUtil: add PI constant | 2016-12-26 | 1 | -0/+2 | |
| | | |||||
| * | Round the rectangle size to prevent float to int casting issues | 2016-11-12 | 1 | -2/+2 | |
| | | | | | And other minor style changes | ||||
| * | Add default hotkey to swap primary screens. | 2016-11-05 | 1 | -4/+2 | |
| | | | | | Also minor style changes | ||||
| * | Rework frame layouts to use a max rectangle instead of hardcoded calculations | 2016-11-05 | 1 | -0/+12 | |
| | | |||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -4/+2 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -14/+19 | |
| | | |||||
| * | Render-to-texture flush, interval math fix | 2015-06-08 | 1 | -1/+1 | |
| | | |||||
| * | OpenGL renderer | 2015-05-22 | 1 | -0/+4 | |
| | | |||||
| * | Common: Remove unused cruft from math_util, and remove a duplicated Rect ↵ | 2015-05-14 | 1 | -171/+3 | |
| | | | | | class in common_types. | ||||
| * | Common: Remove common.h | 2015-05-07 | 1 | -1/+1 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | MathUtil: Make Rectangle work with unsigned types. | 2014-11-18 | 1 | -4/+5 | |
| | | |||||
| * | Common: Add a clamp function to math_utils.h | 2014-08-19 | 1 | -0/+7 | |
| | | |||||
| * | Common: Move header guards over to pragma once | 2014-08-17 | 1 | -5/+1 | |
| | | | | | Also replaced C headers with the C++ equivalent ones | ||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -1/+1 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+200 | |