Commit Graph

  • 39e05aa41d
    Merge 3c44ca81ad into 62e2655b72 #20 Lars Gohr 2023-03-30 21:54:43 +0200
  • 3c44ca81ad
    Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) #20 Lars Gohr 2023-03-30 21:54:40 +0200
  • 62e2655b72
    GuiSwitch: Do not draw onImg and offImg when not visible (#11) master GaryOderNichts 2022-02-05 14:50:09 +0100
  • 9c1b9ba442
    GuiImageData: Add option to load directly from a file (#19) Maschell 2022-02-05 14:47:17 +0100
  • 0f1ae4c77a Fix formatting. #11 Maschell 2022-02-05 14:46:44 +0100
  • b2724122a3 GuiSwitch: Do not draw onImg and offImg when not visible GaryOderNichts 2020-05-02 01:52:48 +0200
  • d337c113c3 GuiImageData: Add option to load directly from a file #19 Maschell 2022-02-05 14:23:23 +0100
  • 4a0e27624b Format the code via clang-format #16 Maschell 2022-02-05 14:28:08 +0100
  • 0cad1032e7 Format the code via clang-format #18 Maschell 2022-02-05 14:28:08 +0100
  • 7895e05264 Update Dockerfile, use github actions Maschell 2022-01-09 13:45:55 +0100
  • c905f4e361 Fix compiling with latest wut Maschell 2022-01-09 13:38:00 +0100
  • f3a3492fcd Add more checks an mutexes fixes_installer Maschell 2020-08-16 14:14:00 +0200
  • b00fa46da6 [FreeTypeGX] Fix using the corrent font size when caching the glyhData Maschell 2020-08-16 11:58:01 +0200
  • 858688704b Fix the text height calculation in FreeTypeGX Maschell 2020-08-13 14:21:23 +0200
  • 3530a9bd36 Add mutextes to the FreeTypeGX Maschell 2020-08-13 14:20:50 +0200
  • 6f91796cfc Calucate the textWidth by using the CharWidth method in FreeTypeGX Maschell 2020-08-13 14:14:26 +0200
  • 92cd5c34fc Fix `toUTF8` in FreeTypeGX Maschell 2020-08-13 14:13:16 +0200
  • e6b07f9e67 Fix `charToWideChar` in FreeTypeGX Maschell 2020-08-13 14:13:01 +0200
  • d89093de78 Gix the alignment in GuiText Maschell 2020-08-13 14:12:26 +0200
  • 64e2756b92 Calculate the width and height by the text width/height in GuIText Maschell 2020-08-13 14:12:08 +0200
  • 022045a145 Add `getLineHeight` to GuIText Maschell 2020-08-13 14:11:18 +0200
  • 545046971a Add a `getTextHeight` to the GuiText class Maschell 2020-08-13 14:08:23 +0200
  • 85abf9a572 Add a mutex to GuiText Maschell 2020-08-13 14:05:28 +0200
  • d932b58cc3 Remove the getOffset method from FreeTypeGX Maschell 2020-08-13 13:48:26 +0200
  • 01d4b80338 Reimplement the method getHeight in FreeTypeGX Maschell 2020-08-13 13:46:50 +0200
  • 0e83927d4d Store the font size only once in GuiText Maschell 2020-08-13 13:41:03 +0200
  • 427b511cb0 Do not cache the textWidth in GuiText Maschell 2020-08-13 13:39:17 +0200
  • e8ee63068b Use a mutex to lock access to internal ist Maschell 2020-08-13 13:27:32 +0200
  • 5b387ffec1 Implement the internal scaling as SSAA Maschell 2020-08-13 13:26:45 +0200
  • 9494f515eb Use pragma once in FreeTypeGX instead of ifdef Maschell 2020-08-13 13:08:07 +0200
  • e68bf558fd Add missing forward declaration in GuiTrigger Maschell 2020-08-13 13:07:31 +0200
  • 9040d929fd Fix missing import in GuiTrigger Maschell 2020-08-13 13:07:16 +0200
  • 482bf28a3a Force braces Maschell 2020-08-13 12:58:19 +0200
  • 2b42bbd60f Formatting Maschell 2020-08-13 12:38:07 +0200
  • b1ab85ab41
    Merge 66794338cb into 61917ce2a4 #4 V10lator 2020-07-21 04:07:57 +0200
  • d4b16071d7
    Merge 0fb52cebc7 into 61917ce2a4 #5 V10lator 2020-07-15 21:19:49 +0200
  • bea847f02e
    Merge 9f31af87f8 into 61917ce2a4 #12 V10lator 2020-07-15 21:19:34 +0200
  • 68732fdf9f
    Merge 1e9bdc6423 into 61917ce2a4 #13 V10lator 2020-07-15 21:19:13 +0200
  • b3b3fa1715
    Merge 69802b6d60 into 61917ce2a4 #14 V10lator 2020-07-15 21:18:54 +0200
  • 61917ce2a4 Update the Dockerfile Maschell 2020-06-27 12:43:40 +0200
  • cf34980be5 Update the .gitignore Maschell 2020-06-27 12:43:20 +0200
  • 92c50f8a80 Add dependencies to the readme Maschell 2020-06-27 12:43:08 +0200
  • 69802b6d60 Remove unused variables #14 Thomas Rohloff 2020-05-17 07:48:32 +0200
  • 5a19ff0d0f Disable HyperZ Thomas Rohloff 2020-05-16 13:43:42 +0200
  • 1e9bdc6423 Allow 0 SSAA value #13 Thomas Rohloff 2020-05-15 11:59:29 +0200
  • fea73ae1d3 Introduce Supersampling Anti-Aliasing Thomas Rohloff 2020-05-15 11:12:16 +0200
  • 9f31af87f8 Fix stereo downmixing. #12 Thomas Rohloff 2020-05-06 18:40:24 +0200
  • f3f369029c Render font in requested size #10 Thomas Rohloff 2020-04-30 18:32:03 +0200
  • 0fb52cebc7 GuiText: Fix color preset. #5 Thomas Rohloff 2020-04-28 17:18:39 +0200
  • 66794338cb Remove useless codes #4 Thomas Rohloff 2020-04-26 15:06:34 +0200
  • e049594552 Fix #3 Thomas Rohloff 2020-04-26 14:43:01 +0200
  • 45bad52a0c
    Merge pull request #1 from GaryOderNichts/wiiu-env-master Maschell 2020-04-24 17:46:57 +0200
  • 79675c9426 add state support for all 5 channels #1 GaryOderNichts 2020-04-24 12:32:30 +0200
  • 3597fdcd22 Use chanIdx instead of chan for State GaryOderNichts 2020-04-24 12:29:52 +0200
  • 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) Maschell 2020-02-22 23:24:10 +0100
  • 886ae7e19b Fix the Shader3D libgui-1.0.0-1 Maschell 2020-02-18 19:48:23 +0100
  • c9ae9cf218 Allow jpg, bmp and tga files libgui-1.0.0 Maschell 2020-02-18 00:45:08 +0100
  • 4e23508b0e Fix compiling Maschell 2019-11-17 10:31:51 +0100
  • 9a3811194d Merge branch 'wut' orboditilt 2019-08-14 23:28:23 +0200
  • 21bb3b0417 Compatible with latest WUT orboditilt 2019-08-14 23:24:55 +0200
  • 99b87bc3ed Fix travis #2 Maschell 2019-05-14 22:32:41 +0200
  • 789f441cca Fix travis script Maschell 2019-05-14 22:27:05 +0200
  • 1c2c30f1e3 Fix command in readme Maschell 2019-05-14 22:26:53 +0200
  • bb8331e3c5 Get rid of the portlibs.zip Maschell 2019-05-14 22:01:01 +0200
  • f03db948ff Add Dockerfile and update the README v0.1 Maschell 2018-09-22 17:44:39 +0200
  • 03ad816adc Remove libz from portlibs folder Update readme Rename library to guiwut wut Maschell 2018-06-23 16:05:07 +0200
  • 5fd8c7c0f6 Fix cmake file to use libutils instead of libutilswut Maschell 2018-06-23 13:53:21 +0200
  • c9fc3c81ae Move defines to wut Maschell 2018-06-23 13:52:46 +0200
  • e8f1942db4 Add first commit on wut branch Maschell 2018-06-21 20:44:58 +0200
  • 21d120bc82 [Travis] Only reinstall packages if updated. Maschell 2018-05-26 16:28:29 +0200
  • 98863c56f5 [Travis] Fixed the building Maschell 2018-05-26 13:08:30 +0200
  • bfc5532b4e Merge branch 'master' of https://github.com/Maschell/libgui Maschell 2018-05-26 12:54:34 +0200
  • 8a32e357f5 [Travis] Updated the script to now use pacman, caching optimization Maschell 2018-05-26 12:54:30 +0200
  • 372c927875
    Merge pull request #1 from Crayon2000/patch-1 Maschell 2018-03-02 07:20:20 +0100
  • 413394095b
    Add syntax highlighting to readme file Crayon 2018-03-01 19:57:34 -0500
  • dacc8044c6 Using github instead of sourceforge Maschell 2018-02-25 13:53:29 +0100
  • 245074ea28 Fix for the travis build script Maschell 2017-12-16 11:30:01 +0100
  • f558cf369b Optimized travis build script Maschell 2017-12-16 11:27:22 +0100
  • 4cae0927c1 Added the build status to the readme Maschell 2017-11-19 11:13:38 +0100
  • 8d4106c0d3 Added travis script Maschell 2017-11-19 11:08:20 +0100
  • 1dfdde44f3 Added info to the makefile Maschell 2017-11-11 16:18:13 +0100
  • ebc9936a7c Disable Logging Maschell 2017-11-11 16:10:02 +0100
  • 90ff87fd12 Removed some hardcoded frm the GuiParticleImage Maschell 2017-11-11 13:38:50 +0100
  • b783255b2d Removed hardcoded values from the GuiSrollbar class Maschell 2017-10-31 19:48:27 +0100
  • 2db871522d Some small tweaks Maschell 2017-10-31 17:18:42 +0100
  • 9c4efe8b71 Remove hardcoded values from the GuiSelectBox Class Maschell 2017-10-29 16:03:33 +0100
  • 345bb53c6a First commit, have fun! Maschell 2017-10-29 10:28:14 +0100
  • c16417d3f9 🎪 Added .gitattributes & .gitignore files Maschell 2017-10-29 10:26:56 +0100