Commit Graph

66 Commits

Author SHA1 Message Date
Joel16
349f234c24 Bump version for release 2020-09-18 21:35:17 -04:00
Joel16
02f77c0c68 textures: Display file name based on config 2020-09-18 15:44:08 -04:00
Joel16
cb73f929f9 FS: Make use of c++ type casting in FS::Sort 2020-09-18 15:38:10 -04:00
Joel16
53d6ec078c popups: Remove unused function declaration 2020-09-18 15:34:28 -04:00
Joel16
befd8abf7d FS: Implement other sorting options 2020-09-18 15:33:59 -04:00
Joel16
778acb0bfd README.md: Reflect new changes 2020-09-18 14:04:43 -04:00
Joel16
41d6fb5abb settings: Free entires and refresh directory listing after exiting settings window 2020-09-18 14:02:31 -04:00
Joel16
da2a8e3efb gui: Fix checkbox and radio button colour scheme 2020-09-18 14:01:32 -04:00
Joel16
8bb2c08704 settings: Implement settings window for toggling/setting application config values 2020-09-18 13:31:00 -04:00
Joel16
28a0f1ae08 windows: Include headers before imgui_internal 2020-09-18 13:13:28 -04:00
Joel16
3032617c9f gui: Split windows/popups into separate source files and use a local menu_item struct to hold data 2020-09-18 13:03:37 -04:00
Joel16
c05a89c5df textures: Log errors/failures 2020-09-17 22:50:11 -04:00
Joel16
25c1b193d7 vitagl: Use 4x multi-sampling and manually set heap size to fix crashes on some images 2020-09-17 21:54:27 -04:00
Joel16
42f0dc14f6 fs: Log any sceIo* failures 2020-09-17 19:38:37 -04:00
Joel16
321f2769fa keyboard: Log sceImeDialogInit error 2020-09-17 19:38:13 -04:00
Joel16
01528a678d utils: Log errors 2020-09-17 19:37:36 -04:00
Joel16
f658451397 log: Initalize before appUtil so that we can log errors incase appUtil fails 2020-09-17 19:35:45 -04:00
Joel16
02bf1f8985 log: Refactor logging mechanism to log only if dev options are enabled 2020-09-17 19:11:08 -04:00
Joel16
aaa411454d config: Implement config mechanism to save list visited diretory + some other options/toggles 2020-09-16 22:50:50 -04:00
Joel16
a2140f2044 gui: Slightly increase global font scaling and increase texture size 2020-09-16 21:37:39 -04:00
Joel16
568fa01453 imGui: Disable IniFilename 2020-09-16 21:27:47 -04:00
Joel16
36046f744a gui: Do not increment frame_counter until after the first frame is displayed 2020-09-16 21:27:18 -04:00
Joel16
a6139b45a4 gui: Fix texture variable for setting cursor position for gif window 2020-09-13 21:18:31 -04:00
Joel16
f1dcf92a63 Bump version for release 2020-09-13 21:13:35 -04:00
Joel16
c5cd90246e gui: Only center the image if width and height is <= 960x544 2020-09-13 21:10:14 -04:00
Joel16
109f54ff04 properties: Fix popup not being centered 2020-09-13 21:07:06 -04:00
Joel16
0a6294f91e gui: Allow properties to work on gif window 2020-09-13 20:33:51 -04:00
Joel
f2528dfcb3
Update README.md to reflect recent changes 2020-09-13 17:27:41 -04:00
Joel16
e22a9ffe58 textures: Implement animated gif decoding using libnsgif 2020-09-13 17:24:34 -04:00
Joel16
102c7c0154 utils: Minor consistency changes 2020-09-13 12:45:57 -04:00
Joel16
677dfb6369 textures: Minor consistency changes 2020-09-13 12:45:44 -04:00
Joel16
8416ac0119 gitignore: Ignore cmake generated files and other binaries 2020-09-13 12:37:44 -04:00
Joel16
9003f167c1 imGui: Update to v1.78 2020-09-13 12:28:44 -04:00
Joel16
c2efc3cb1b Make use of c++ type casting & minor clean up 2020-08-23 12:40:18 -04:00
Joel16
969cd2be6e textures: Use texture width/height directly from the texture struct 2020-08-23 12:22:13 -04:00
Joel16
f8471b6eed Bump version and hide resize button until the feature is ready 2020-07-30 22:31:10 -04:00
Joel16
457df8d0c6 Update stb_image.h 2020-07-30 21:57:08 -04:00
Joel16
3d8d265153 Finalize sceImeDialog implementation 2020-07-30 20:15:40 -04:00
Joel16
e2804b2961 Fully implement osk using sceImeDialog 2020-07-30 16:35:32 -04:00
Joel16
8130319e50 Fix indentation in CMakeLists.txt 2020-07-28 16:17:26 -04:00
Joel16
bc18359f78 Fix compilation with latest vitaGL changes 2020-07-28 16:15:40 -04:00
TheIronUniverse
8c1209d5f7
Tweak LiveArea Assets (#8) 2020-07-14 10:46:29 -04:00
Joel16
88e9857e65 Include giflib's copyright notice 2020-07-13 15:19:30 -04:00
Joel
2f2c48b364
Update README.md to reflect change to giflib 2020-07-13 15:15:53 -04:00
Joel16
b92908be0e Use giflib instead of libnsgif 2020-07-13 15:12:56 -04:00
Joel16
623c116e9f Use GL_RGB instead of RGBA for JPG/JPEG 2020-07-12 01:52:23 -04:00
Joel16
c6d4d0bfeb Include turbojpeg's license 2020-07-11 17:01:27 -04:00
Joel
b738739c0b
Update credits for new libraries/tools used 2020-07-11 16:57:44 -04:00
Joel16
f99148f1c1 Enable STBI_NO_JPEG and use turbojpeg 2020-07-11 16:54:53 -04:00
Joel16
992e6e25fa Remove STBI_ONLY_PNG 2020-07-11 16:01:49 -04:00