Commit Graph

17 Commits

Author SHA1 Message Date
Maschell
36bd8584c4 Format the code via clang-format 2022-02-03 17:08:07 +01:00
Maschell
02d34db212 Fix compiling with latest wut, formatting, remove hbl support 2022-01-09 13:37:16 +01:00
Maschell
3e37d5aa46 Add mutex to position vector 2020-02-22 22:49:06 +01:00
Maschell
fff867846d Add support to drag icons into empty spots 2020-02-22 22:25:27 +01:00
Maschell
c26ded08f6 Add game title when selected 2020-02-22 22:20:11 +01:00
Maschell
11c295b2b5 Drag&Drop support for multiple screens 2020-02-22 21:17:37 +01:00
Maschell
8a597a805d Add very basic drag & drop to move titles 2020-02-22 20:51:04 +01:00
Maschell
7ec159152c - Added support for multiple pages
- Added support for non touch controls
2020-02-21 20:17:24 +01:00
Maschell
d7ed76e9f6 Create a bunch of empty icons for later usage 2020-02-21 15:01:14 +01:00
Maschell
477efedf24 Allow a GuiImage in GameInfoContainer 2020-02-21 15:00:27 +01:00
Maschell
b4f5393906 - Use std::recursive_mutex instead of CMutex which is exactly the same
- Load icons in one async task instead of creating one task for each icon to improve stability with many icons
2020-02-21 14:22:36 +01:00
Maschell
72bb786fa2 Fix some compiler warning 2020-02-21 12:43:54 +01:00
Maschell
04810b3d8f Add inital buttons and images for pagination 2020-02-21 12:43:29 +01:00
Maschell
57a1a34bea Option to sort the game list by name 2020-02-20 11:12:50 +01:00
Maschell
0d19397664 Use the fancy 3d icons instead if just images 2020-02-20 11:09:29 +01:00
Maschell
d97d5ed325 - Actually displaying installed title now
- Try to clean up the async stuff when the vector gets bigger
2020-02-20 02:03:43 +01:00
Maschell
3d2ef7aa6a Add basic rendering of a screen with particles 2020-02-19 20:19:46 +01:00