Commit Graph

49 Commits

Author SHA1 Message Date
Joel16
c21d474626 audio/mutex header: Minor consistency changes 2021-12-07 11:29:26 -05:00
Joel16
cf7454758a fs_driver: Extend functions and use fs_driver funcs with extended privileges 2021-12-06 20:14:52 -05:00
Joel16
9e7fa1658a utils: Remove unnecessary casting and start passing values by ref across src 2021-12-05 23:26:43 -05:00
Joel16
3c38798681 config: Do not log if config.json is not present 2021-12-05 21:23:30 -05:00
Joel16
63840f5bc1 fs: Sort extensions in alpha asc order and add text editing support for .conf 2021-12-05 21:16:10 -05:00
Joel16
2c90c72a05 audio: Reimplement audio player 2021-08-15 12:15:00 -04:00
Joel16
aa00afa2df display_driver: Remove unused functions 2021-08-11 22:45:23 -04:00
Joel16
24066f7c45 screenshots: Reimplement screenshot feature but using .PNG opposed to BMP in previous releases 2021-08-05 20:35:48 -04:00
Joel16
1e4afae771 imageviewer: Allow enter button to close image properties dialog as well 2021-08-05 20:35:00 -04:00
Joel16
a251af1a6b imageviewer: Display image properties and fix image scaling 2021-08-02 22:38:27 -04:00
Joel16
cd9052b6a7 g2d: Switch to new glib2d impl and remove stb_image and use libpng, turbojpeg, libnsbmp/libnsgif 2021-08-01 14:49:29 -04:00
Joel16
e207958d91 game_launcher: Allow exporting metadata from ISO/CSO files 2021-07-30 01:58:03 -04:00
Joel16
0904b1d6d8 game_launcher: Free allocated data after exit 2021-07-26 22:49:34 -04:00
Joel16
2327b1edda game_launcher: Clean-up and save new exported eboot metadata 2021-07-26 22:46:41 -04:00
Joel16
b7b2b04cc4 game_launcher: Allow exporting other eboot metadata 2021-07-26 19:49:52 -04:00
Joel16
e233e0f9fe texteditor: Display scroll bar 2021-07-26 16:55:14 -04:00
Joel16
a8a4c1f82b game_launcher: Reimplement game launcher for exporting eboot metadata 2021-07-17 13:02:27 -04:00
Joel16
9b67c18ecc g2d: Use std::memset for consistency 2021-07-09 16:17:23 -04:00
Joel16
2186d47dc8 impose: Kill impose driver and let user access home menu 2021-07-06 20:31:19 -04:00
Joel16
6c517c7aa4 app/launcher: Bump version for minor release fix 2021-06-12 17:43:51 -04:00
Joel16
acc0011728 gui: Do not fill storage bar unless device is internal/external storage 2021-06-12 17:42:59 -04:00
Joel16
66e2903314 options: Use enter button to accept 2021-06-12 17:35:50 -04:00
Joel16
b4a8c5d1dc gui: Fix percentage symbol not being displayed 2021-06-06 15:55:08 -04:00
Joel16
b922139f62 gui: Revert increasing string length in file browser 2021-06-06 15:30:07 -04:00
Joel16
88c167bb15 fs: Lock power when deleting recursively and fix compilation error 2021-06-06 15:27:55 -04:00
Joel16
59f0df0c45 fs: Lock power when copying data and allow cancel for recurisve delete 2021-06-06 15:23:26 -04:00
Joel16
e5c9f4a0a0 gui: Increase string limit for file browser 2021-06-06 15:21:58 -04:00
Joel16
b4a4e02762 archive_helper: Clean-up and lock power when extracting archives 2021-06-06 15:19:54 -04:00
Joel16
22dda101ec libarchive: Reimplement archive extraction support 2021-06-06 15:00:45 -04:00
Joel16
042a01fe0c gui: Cache all fonts 2021-06-06 14:59:50 -04:00
Joel16
f4130b20f2 fs: Export function to get basename from path 2021-06-05 17:34:58 -04:00
Joel16
e365cb36de gui: Refactor textures vars for dark theme and add icons for settings menu 2021-06-04 13:52:30 -04:00
Joel16
142d88ac77 TextEditor: Remove unused features 2021-06-03 14:42:57 -04:00
Joel16
77df7b8631 gui: Make DisplayStatusBar accessible and minor code style changes 2021-06-03 12:01:39 -04:00
Joel16
4586278b2d TextEditor: Initial implementation of a text editor (ported from VITAShell by TheOfficialFloW) 2021-06-03 02:37:37 -04:00
Joel16
3cd2f53d1d fs: Display empty directory message if user enters an empty folder 2021-05-31 16:22:39 -04:00
Joel16
f36ccd0d0e fs: Fix file path when trying to open a supported file format 2021-05-31 16:14:11 -04:00
Joel16
13dea6e3ab gui: Add helper function for intraFontPrintf to shorten args 2021-05-31 16:13:32 -04:00
Joel16
55e4eb4a52 fs: Clean-up paths and allow browsing flash0-3 and disc0 2021-05-31 14:53:17 -04:00
Joel16
b70052540a logs: Remove manual opening/closing of log file handles and minor printf modifier changes 2021-05-29 23:57:20 -04:00
Joel16
7a22cfea2f ftp: Fix devices not being listed and display flash if dev options are enabled 2021-05-29 23:54:49 -04:00
Joel16
1e2986dc88 app: Remove config/debug files from repo 2021-05-29 12:30:10 -04:00
Joel16
e30a038a04 gui: Refactor home menu dialog 2021-05-29 12:20:24 -04:00
Joel16
49a0d3b081 gui: Finish reimplementing settings ui 2021-05-28 17:41:57 -04:00
Joel16
1488463e8d gui: Remove redundant calls to G2D::FontSetStyle 2021-05-28 17:40:38 -04:00
Joel16
27a4bacf5f FTP: Bring back FTP in settings menu 2021-05-28 17:07:50 -04:00
Joel16
c0f921e69d gui: Display progress when copying files 2021-05-28 00:17:52 -04:00
Joel16
813c1758da gui: Reimplement properties dialog and add character limit to filenames being displayed 2021-05-27 23:11:43 -04:00
Joel16
f1bf39d6fe cmfilemanager-psp: Inital reimplementation in c++ 2021-05-27 02:26:39 -04:00