Commit Graph

146 Commits

Author SHA1 Message Date
joel16
105de9ace0 imGui: Update to v1.89.9 2023-10-18 17:19:07 -04:00
joel16
2e6af3f309 imGui: Cleanup imgui impl 2023-02-21 23:25:27 -05:00
joel16
4858b3d72a libs: Update various libraries 2023-02-21 23:04:22 -05:00
Joel16
1f528581c5 LibTIFF: Update to v4.3.0 2022-03-21 12:17:48 -04:00
Joel16
17feca7efd textures: Only store the first texture's width/height for textures with multiple frames 2022-03-13 12:38:14 -04:00
Joel16
03c6b9fcf0 settings: Save config on display filename toggle 2022-03-13 12:36:06 -04:00
Joel16
4b15500891 imGui: Add full gamepad support using io.AddKeyEvent(), io.AddKeyAnalogEvent(), stopped writing to io.NavInputs[] 2022-02-07 21:50:07 -05:00
Joel16
e723b31d0d imGui: Update to v1.87 and remove unnecessary headers 2022-02-07 13:10:50 -05:00
Joel16
6510aa29a9 textures: Remove unnecessary static_cast 2022-02-06 14:39:24 -05:00
Joel16
f4fd69ddc1 config: Use std::unique_ptr 2022-02-06 14:38:54 -05:00
Joel16
f369d2313e textures: Remove free_func* argument from Textures::Create and make use of std::unique_ptrs 2022-02-06 13:49:42 -05:00
Joel16
90efecf12b textures: Use giflib instead of libnsgif for decoding gifs 2022-02-06 01:35:08 -05:00
Joel16
705eaa677c settings: Use ImGui::Indent instead of nodes 2022-01-29 22:23:05 -05:00
Joel16
c2cdfda08e filebrowser: Increase size column width and remove unused sort function 2022-01-29 22:10:19 -05:00
Joel16
f22e1046bf app: Clean-up warnings 2022-01-29 20:24:01 -05:00
Joel16
3b5bfdaace image: Enable horizantal scroll flag instead of making a unnecessary patch to imgui.cpp 2022-01-29 20:23:30 -05:00
Joel16
bc0d40fb9a imGui: Use imGui as a git submodule for easier updates 2022-01-29 20:21:24 -05:00
Joel16
c7b7bc0ff0 ci: Remove travis build config 2022-01-29 14:19:48 -05:00
Joel16
38011e534a imGui: Fixed early out on empty clip rect and added more explicit asserts 2022-01-29 14:14:16 -05:00
Joel16
096438de90 cmake: Remove comments and make indentation consistent with rest of the project 2022-01-29 14:13:44 -05:00
Joel16
64d2a8e8dc filebrowser: Use a fixed width of 100.f for size column 2022-01-17 17:18:28 -05:00
Joel16
d6f2159d6f README: Reflect new changes 2022-01-16 12:43:32 -05:00
Joel16
fa7e3fde54 filebrowser: Add ability to browse other devices (ur0, sd0 etc) 2022-01-16 12:38:03 -05:00
Joel16
8ecfd83057 nanosvg: Update headers 2022-01-13 19:57:23 -05:00
Joel16
be498ccad4 stb_image.h: Update to v2.27 2022-01-13 19:54:46 -05:00
Joel16
977ea941fe webp: Add support for animated webp 2022-01-12 23:49:19 -05:00
Joel16
f6681ffed6 imGui: Update to v1.86 2022-01-11 00:35:09 -05:00
Joel16
147e65e488 imGui: Fix mishandling of the ImDrawCmd::IdxOffset field 2022-01-11 00:18:03 -05:00
Joel16
4578cb0b18 fs: Clean-up dir listing impl and fix imgui table sorting column index 2021-11-21 15:31:07 -05:00
Joel16
26c4b23040 textures: Clean up texture loading impl 2021-11-21 15:05:12 -05:00
Joel16
b78337b08d main.cpp: Fix indentation 2021-11-21 14:51:46 -05:00
Joel16
6e0be931c2 gui: Use tabs for filebrowser/settings and use table impl for file management 2021-11-21 14:48:19 -05:00
Joel16
72f50c05f1 imGui: Clean up vitaGL impl and use c++ type casting 2021-11-21 00:32:53 -05:00
Joel16
f64499adc5 imGui: Update to v1.84.2 and clean up backend impl (make it more closely related to offical opengl2 impl) 2021-08-23 19:54:06 -04:00
Joel16
1bf9ad2488 fs: Clean up FS::GetDirList and fix compile errors 2021-07-18 21:31:33 -04:00
Joel16
e9bec24c2c imGui: Update to v1.83 2021-07-04 14:24:02 -04:00
Joel16
73180176bc imGui: Update and use freetype 2021-07-03 14:22:29 -04:00
Joel16
1d15de94c5 vitaGL: Fix for latest vitaGL changes and remove libwebp since its included with vdpm 2021-03-15 18:25:51 -04:00
Joel16
d58108a650 Bump version for release 2020-12-31 13:14:00 -05:00
Joel16
51e7c6aa78 gui: Use L stick to zoom in/out of image 2020-12-31 12:55:47 -05:00
Joel16
22d281cd71 gui: Add a delay when scrolling through images to fix display glitches 2020-12-31 00:28:00 -05:00
Joel16
eb2bcd914c settings: Display libjpeg-turbo version 2020-12-30 17:47:01 -05:00
Joel16
cc1c574491 settings: Display LibTIFF version 2020-12-29 23:36:27 -05:00
Joel16
a89317235f gui: Disable start to exit since ImGui_ImplVitaGL_Shutdown causes a data abort 2020-12-29 23:35:27 -05:00
Joel16
f8168764c2 gui: Use right-stick to move around image if bigger than 960x544 2020-12-29 23:18:05 -05:00
Joel16
aa5654dcce gui: Allow the use of L/R triggers to scroll through images in a directory 2020-12-29 17:17:04 -05:00
Joel16
36e3975e51 LibTIFF: Read RBBA image from top-left orientation 2020-12-29 17:05:55 -05:00
Joel16
a988bd147b libjpeg-turbo: Update to v2.0.6 2020-12-28 22:20:58 -05:00
Joel16
7b4a489da0 LibTIFF: Update to v4.2.0 2020-12-28 22:19:35 -05:00
Joel16
43da76a316 textures: Move the complexity of handling different file formats to textures.cpp 2020-11-05 17:53:43 -05:00