Commit Graph

98 Commits

Author SHA1 Message Date
Joel16
c5665cd892 applist: Use cosnt where necessary 2022-06-07 09:31:22 -04:00
Joel16
c6ed4ac5d7 cmake: Remove unused definition 2022-06-07 09:30:08 -04:00
Joel
f7fa3fb5fc
readme: Update main screenshot 2022-06-06 12:00:49 -04:00
Joel16
e84723abd5 applist: Add option to sort apps inside folders/outside only and introduce new settings menu to access beta features 2022-06-06 09:46:51 -04:00
Joel16
2c3ddf9cfe app: Clean-up unused imports and make use of std::unique_ptr 2022-02-25 11:04:14 -05:00
Joel16
6537bf7608 sqlite: Clean-up vita impl and support sync 2022-02-24 10:38:03 -05:00
Joel16
28cfa5a63c imGui: Add full gamepad support using io.AddKeyEvent() and fix includes 2022-02-08 11:00:50 -05:00
Joel16
8bdd30672a imGui: Update to v1.87 2022-02-07 22:47:46 -05:00
Joel16
7aa6058502 imGui: Fixed early out on empty clip rect and added more explicit asserts 2022-01-29 14:05:12 -05:00
Joel16
f92dbe59ac applist: Do not sort on copied app.db, instead sort and replace existing tbl_appinfo_icon if successful 2022-01-28 00:53:25 -05:00
Joel
ac6caf59a1
ci: Point artifact to build directory 2022-01-27 22:07:21 -05:00
Joel16
e4b05446eb sqlite: Use constexpr db_path and log errors if sqlite3_open_v2 failed 2022-01-27 22:05:39 -05:00
Joel
6c3f87aff2
ci: Use GitHub Actions to build and deploy artifacts 2022-01-27 14:10:38 -05:00
Joel16
211a425eb7 Merge remote-tracking branch 'origin/imgui_submodule' into main 2022-01-27 00:34:02 -05:00
Joel16
12c1b4d081 imGui: Use imGui as a git submodule for easier updates 2022-01-27 00:29:24 -05:00
Joel16
d6ce91ec24 applist: Fix titles with single quotes not being parsed correctly 2022-01-12 11:49:51 -05:00
Joel16
29110f5bc7 imGui: Fix mishandling of the ImDrawCmd::IdxOffset field 2022-01-12 11:49:33 -05:00
Joel16
71d8d8042e applist: Fix titles with single quotes not being parsed correctly 2022-01-10 00:12:33 -05:00
Joel16
6b0c65bae3 imGui: Fix mishandling of the ImDrawCmd::IdxOffset field 2022-01-10 00:11:35 -05:00
Joel16
ffb34be7e8 upstream-sqlite: Update sqlite to version 3.37.1 2022-01-01 01:31:38 -05:00
Joel16
4169489865 gui: Disable loadouts tab instead of just hiding it 2021-12-30 13:26:43 -05:00
Joel16
5950cbea73 applist: Use sceClibSnprintf instead of sceClibStrncpy 2021-12-30 13:26:11 -05:00
Joel16
131a28b846 sqlite3: Fix sqlite3_column_text api and include more errors/result codes and modes 2021-12-30 13:13:42 -05:00
Joel16
324f9e9005 imGui: Fix ImGuiCol_ModalWindowDimBg colour 2021-12-30 13:12:12 -05:00
Joel16
900cdd2399 applist: Create new table with sorted values and replace old one instead of hacky reset 2021-12-30 01:44:42 -05:00
Joel16
5a1a18cef4 gui: Hide loadouts tab for now 2021-12-30 01:04:06 -05:00
Joel16
05af596590 applist: Do not free error if sqlite3_exe doesn't fail 2021-12-29 14:44:00 -05:00
Joel16
7bbee0329c applist: Properly log sqlite3_exec errors 2021-12-29 14:23:21 -05:00
Joel16
02d52933aa applist: Use icon0Type instead of reserved02 to handle icons with no title or titleID 2021-12-29 00:58:27 -05:00
Joel16
f047f8a520 imGui: Update to v1.86 2021-12-29 00:56:41 -05:00
Joel16
d43eb74f5a imGui: Clean up vitaGL impl and use c++ type casting 2021-11-21 00:40:16 -05:00
Joel16
c9d0ccab99 loadouts: Backup iconlayout.ini along with DB 2021-09-02 00:22:56 -04:00
Joel16
be42eab82d gui: Clean-up compiler flags/fix warnings and use start to exit application 2021-09-01 18:43:44 -04:00
Joel
14248547db
Update README.md 2021-09-01 12:50:45 -04:00
Joel16
acdb023e83 loadouts: Allow user to delete selected loadout using a delete image button 2021-09-01 00:46:51 -04:00
Joel16
a4ea703a19 logs: Use a const path variable incase of later log file path changes 2021-09-01 00:45:42 -04:00
Joel16
c606f51477 logs: Move dir creation outside of Log::Init 2021-08-27 20:10:16 -04:00
Joel16
dab43184c8 power: Don't block PS button input 2021-08-27 20:02:51 -04:00
Joel16
415c2a4d53 power: Lock power during the sorting process (prevent auto-suspend) 2021-08-27 19:50:35 -04:00
Joel16
647335c216 gui: Consistency changes and reorganize UI tabs into seperate functions 2021-08-27 00:18:04 -04:00
Joel16
5b19320046 gui: Add an about page(tab) that displays library versions as well as some basic application usage information 2021-08-24 19:40:48 -04:00
Joel16
c493e7870a core: Pass value by reference instead of pointer 2021-08-24 18:56:47 -04:00
Joel16
a4c03ae76a gui: Clean up app counter and also apply sort to child apps 2021-08-24 18:39:30 -04:00
Joel16
7f228744a8 gui: Display child apps as nodes under their parent app trees 2021-08-24 01:11:44 -04:00
Joel16
351c2142cf CMakeLists.txt: Remove whitespace 2021-08-23 19:45:22 -04:00
Joel16
ab7051c1d2 imGui: Update to v1.84.2 2021-08-23 19:14:57 -04:00
Joel16
03fbd3a021 imGui: Clean up backend impl (make it more closely related to offical opengl2 impl) 2021-07-22 17:47:38 -04:00
Joel16
01201a0548 applist/sqlite/utils: Make use of sceClib 2021-07-20 19:54:31 -04:00
Joel16
17c4640052 fs: Cleanup FS::GetDirList implementation 2021-07-20 19:53:50 -04:00
Joel16
31b947af8f sqlite: Clean-up sqlite implementation use c++ stlyle casting and std::* funcs for consistency 2021-07-20 19:29:32 -04:00