Commit Graph

12 Commits (master)

Author SHA1 Message Date
Andrei Kortunov 377d8c905c Fix TrueType fonts scaling 1 year ago
Bret Curtis 589a27d09c additional clean up for clang 1 year ago
Bret Curtis e97b07b6a4 additional cleanup 1 year ago
Evil Eye a0127dd7e4 Allow compilation with MYGUI_DONT_USE_OBSOLETE 1 year ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
Bret Curtis 5a824d0333 components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
elsid 650f429ff5
Add final modifier to fix warnings 5 years ago
Andrei Kortunov 276b7830a9 Mass potion creation (feature #4642) 6 years ago
Andrei Kortunov adbaeb7cca Improve GUI scaling (bug #3288) 6 years ago
scrawl 76ddf8d794 Support Up/DownArrow keys to change NumericEditBox value 7 years ago
Thoronador 4d62541b62 fix usage of numeric_limits static functions min() and max()
Functions min() and max() of std::numeric_limits<T> are static
and can therefore be accessed via class name and :: operator.
10 years ago
scrawl 0bc840aadd Add NumericEditBox widget 10 years ago