Commit Graph

25 Commits

Author SHA1 Message Date
Maschell 9c1b9ba442
GuiImageData: Add option to load directly from a file (#19) 2022-02-05 14:47:17 +01:00
Maschell 4a0e27624b Format the code via clang-format 2022-02-05 14:31:43 +01:00
Maschell c905f4e361 Fix compiling with latest wut 2022-01-09 13:38:00 +01:00
Maschell f3a3492fcd Add more checks an mutexes 2020-08-16 14:14:00 +02:00
Maschell 3530a9bd36 Add mutextes to the FreeTypeGX 2020-08-13 14:20:50 +02:00
Maschell 64e2756b92 Calculate the width and height by the text width/height in GuIText 2020-08-13 14:12:08 +02:00
Maschell 022045a145 Add `getLineHeight` to GuIText 2020-08-13 14:11:18 +02:00
Maschell 545046971a Add a `getTextHeight` to the GuiText class 2020-08-13 14:08:23 +02:00
Maschell 85abf9a572 Add a mutex to GuiText 2020-08-13 14:05:28 +02:00
Maschell d932b58cc3 Remove the getOffset method from FreeTypeGX 2020-08-13 13:48:26 +02:00
Maschell 0e83927d4d Store the font size only once in GuiText 2020-08-13 13:41:03 +02:00
Maschell 427b511cb0 Do not cache the textWidth in GuiText 2020-08-13 13:39:17 +02:00
Maschell e8ee63068b Use a mutex to lock access to internal ist 2020-08-13 13:27:32 +02:00
Maschell 5b387ffec1 Implement the internal scaling as SSAA 2020-08-13 13:26:45 +02:00
Maschell 9494f515eb Use pragma once in FreeTypeGX instead of ifdef 2020-08-13 13:08:07 +02:00
Maschell e68bf558fd Add missing forward declaration in GuiTrigger 2020-08-13 13:07:31 +02:00
Maschell 9040d929fd Fix missing import in GuiTrigger 2020-08-13 13:07:16 +02:00
Maschell 482bf28a3a Force braces 2020-08-13 12:58:19 +02:00
Maschell 2b42bbd60f Formatting 2020-08-13 12:38:07 +02:00
GaryOderNichts 79675c9426 add state support for all 5 channels 2020-04-24 12:32:30 +02:00
Maschell 40d4391788 - Move lib from $(DESTDIR)$(DEVKITPRO)/wut/ to $(DESTDIR)$(DEVKITPRO)/wut/usr
- Remove fs dependencies
- Replace CMutex with std::recursive_mutex
- Remove the AsyncDeleter (dependency)
- memoryInitialize was renamed to libgui_memoryInialized and added to this lib (same for memoryRelease)
2020-02-22 23:24:10 +01:00
Maschell 4e23508b0e Fix compiling 2019-11-17 10:31:51 +01:00
orboditilt 21bb3b0417 Compatible with latest WUT 2019-08-14 23:24:55 +02:00
Maschell c9fc3c81ae Move defines to wut 2018-06-23 13:52:46 +02:00
Maschell e8f1942db4 Add first commit on wut branch 2018-06-21 20:44:58 +02:00