Commit Graph

68 Commits

Author SHA1 Message Date
Joel16
48995f634f ftp: Move net init/exit/dialog into a separate source file and add more error checking 2021-12-10 13:52:07 -05:00
Joel16
bb824a3071 logs: Sanitize error codes 2021-12-09 22:46:56 -05:00
Joel16
f0b9d624c5 settings: Fix xmb net dialog glitching with g2d's background 2021-12-09 22:19:01 -05:00
Joel16
45f2741820 ftp/game: Use c++ type casting 2021-12-09 21:52:46 -05:00
Joel16
d32445bba2 ftp: Use c++ style casting and fix device name not showing up properly 2021-12-07 20:23:03 -05:00
Joel16
4598f4dc90 app: Clean-up makefile and remove unused libs 2021-12-07 20:22:21 -05:00
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
dfef7f0970 readme: Clarify screenshot extension 2021-12-05 23:29:35 -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
c6b8010bb6 ci: Replace travis with GitHub Actions 2021-12-05 21:10:12 -05:00
Joel
dd1494787a
ci: Start uploading build artifacts 2021-12-05 21:02:30 -05:00
Joel
1d3cc2c1c1
ci: Build application with each commit 2021-12-05 20:52:46 -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
Joel
3391c80dc9
README.MD: Display screenshot 2021-08-05 20:39:21 -04:00
Joel16
0a9b8121c9 README.MD: Reflect new changes 2021-08-05 20:36:51 -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
a494cfd4bd libs: Remove makefiles from pre-compiled libvorbis headers 2021-06-08 13:15:32 -04:00
Joel16
1e3e157e9e launcher: Bump version 2021-06-06 16:08:14 -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
48fa81e646 libs: Update libvorbis to 1.37 and remove libogg (included with psptoolchian) 2021-06-05 17:32:48 -04:00
Joel16
87d72d9b59 libs: Update dr_libs 2021-06-04 14:00:04 -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