Joel16
|
ff6971ef1d
|
imGui: Update to v1.91.4
C/C++ CI / build (push) Has been cancelled
|
2024-10-18 21:17:40 -04:00 |
|
Joel16
|
d16d08e4b2
|
ci: Use GitHub Actions to build and deploy artifacts
C/C++ CI / build (push) Waiting to run
|
2024-10-18 17:00:56 -04:00 |
|
Joel16
|
ee0f37f58c
|
cmake: Remove duplicate libs and remove build status for README
|
2024-10-15 18:56:26 -04:00 |
|
Joel16
|
9780443e26
|
libs: Remove dr_pcx.h
|
2024-10-13 15:15:26 -04:00 |
|
Joel16
|
f6710038d9
|
textures: Switch to loading animated images and static images from sdl2_image and remove unused libs
|
2024-10-13 11:11:23 -04:00 |
|
Joel16
|
217bbc8299
|
imGui: Update to v1.91.3
|
2024-10-13 11:08:21 -04:00 |
|
Joel16
|
b521d46cd6
|
imGui: Update to v1.91.1 and display SDL version in settings
|
2024-09-11 21:45:31 -04:00 |
|
joel16
|
e310a44d2d
|
app: Switch to imgui_sdl2_renderer backend and minor stylistic changes
|
2023-10-18 17:20:51 -04:00 |
|
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 |
|