| Age | Commit message (Collapse) | Author |
|
Since C++20 (a != b) get automatically rewritten as !(a == b) if
the != operator does not exist.
|
|
We call it from a constexpr constructor, so it needs to be constexpr itself.
Fixes #4544.
|
|
This makes it easier to define faces that lighten/darken whatever
they apply on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::hash specialization is a pain to work with, stop using that, and
just specialize a 'size_t hash_value(const T&)' free function.
|
|
|
|
|
|
Face also stores the attributes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
colalias command permits to define names for color pairs
|