Maarten ter Huurne
aff5f53f7d
Don't pass around naked Surface pointers when drawing
...
Use references instead.
2014-08-10 04:26:59 +02:00
Maarten ter Huurne
902145b698
Removed Surface::write method
...
All it did was redirect to Font::write, so it's better to call that
method directly.
2014-07-31 23:16:51 +02:00
Maarten ter Huurne
71f4391cda
Moved all code for opening the context menu into the Menu class
...
All of the entries in the context menu affect sections and links, so
the context menu should be considered part of the main menu, not of
the global / background context.
2013-08-09 19:09:57 +02:00
Maarten ter Huurne
346067896a
Put background painting and global keys in new Background layer
...
The battery status was put into a separate class instead of directly
into the Background class.
2013-08-09 18:01:51 +02:00