Commit Graph

168 Commits

Author SHA1 Message Date
Joel16
1c12b83a72 net: Initial net code impl using curl for self-updater 2020-09-13 00:00:03 -04:00
Joel16
7ffb10b724 textures: Center image in image viewer 2020-09-12 17:10:10 -04:00
Joel16
248191ca82 gui: Declare enum for KEY_* mappings and minor consistency changes 2020-09-07 15:12:44 -04:00
Joel16
46af68893b Bump version for release 2020-09-06 13:29:50 -04:00
Joel16
94102ad317 delete: Terminate and re-initalize log to allow the log file to be deleted 2020-09-06 13:25:10 -04:00
Joel16
73c8348980 textreader: Initial implementation of a text reader for reading logs/configs (eventually leading to an editor) 2020-09-06 12:07:28 -04:00
Joel16
8da8375d9e archive: Display 'Extracting' instead of 'Copying' 2020-09-05 23:50:06 -04:00
Joel16
cbb3f6a866 delete: Remove unused SetItemDefaultFocus call 2020-09-05 23:45:51 -04:00
Joel16
9157dc981f archive: Remove unused SetItemDefaultFocus and do not log recursive folder creation 2020-09-05 23:45:14 -04:00
Joel16
492f4ca450 archive: Enable logs if zzip*/FS functions fail 2020-09-03 15:41:02 -04:00
Joel16
b7467ef73d keyboard: Log failed swkbd functions 2020-09-03 02:19:49 -04:00
Joel16
f7e629df19 textures: Log failed FS functions 2020-09-03 02:19:14 -04:00
Joel16
972e25ca41 fs: Start logging failed FS functions 2020-09-02 17:36:54 -04:00
Joel16
b9431dd981 log: Initial implementation of error logging mechanism 2020-09-02 16:49:58 -04:00
Joel16
97d7424e95 settings: Implement toggle for enabling logs (Developer Options -> Enable logs) 2020-08-31 20:27:09 -04:00
Joel16
e583a1accf settings: Add option to toggle filename display when viewing images 2020-08-31 14:37:50 -04:00
Joel16
9d38f0ca12 utils: Consistency changes 2020-08-31 14:15:46 -04:00
Joel16
9ab07ee5a0 fs: Fix format-truncation warnings 2020-08-30 21:53:53 -04:00
Joel16
00ce2939d6 travis: Explicitly remove files not required for deployment 2020-08-30 16:09:20 -04:00
Joel16
e0a42c5141 travis: Fix travis-ci builds and use branch:next for deployment 2020-08-30 15:13:20 -04:00
Joel16
de21d4864a fs: No need to close handles if fsFsOpenFile failed 2020-08-30 12:12:34 -04:00
Joel16
3ff437261e windows: Windows::CloseWindow() -> Windows::ExitWindow 2020-08-30 11:51:50 -04:00
Joel16
b488cb1238 popups: Use inline wrapper for closing popups 2020-08-30 02:51:16 -04:00
Joel16
771cf97ffb popups: Add image properties popup for viewing filename, width and height 2020-08-30 02:45:35 -04:00
Joel16
798a0f4f22 windows: Fix indentation on ImageWindow 2020-08-30 00:03:40 -04:00
Joel16
0721086fb7 windows: Disable window padding and titlebar when displaying images 2020-08-29 23:59:40 -04:00
Joel16
36fea53a33 windows: Use inline wrapper for closing windows 2020-08-29 23:56:20 -04:00
Joel16
e5c98b138f textures: Use libnsbmp to decode BMP 2020-08-29 23:35:57 -04:00
Joel16
aa00b24c76 imgui: Move from libs/<source/include> to libs/imgui 2020-08-29 23:34:16 -04:00
Joel16
d0ff5cfb9a gui: Add texture data into MenuItem struct and load directly from imgui's selectable functionality 2020-08-29 17:10:27 -04:00
Joel16
668ec394b4 textures: Fix unaligned access when loading image path data 2020-08-29 16:01:58 -04:00
Joel16
607f7a91ce archive: Cleanup indentation 2020-08-28 22:41:09 -04:00
Joel16
0726711226 fs: No need to close handles if they failed to open 2020-08-28 22:34:49 -04:00
Joel16
9b69d2aed9 archive: Initial unzip archive implementation using libzzip 2020-08-28 22:32:56 -04:00
Joel16
9750349875 Remove debug flag for release 2020-08-24 18:59:26 -04:00
Joel16
346ca979ec Bump version for release 2020-08-24 17:39:22 -04:00
Joel
4b3d19df78
Update README.md to reflect recent changes 2020-08-24 17:21:59 -04:00
Joel16
cd10f8cbbe gui: Fix copy/move logic when multiple files selected in a different folder 2020-08-24 17:08:50 -04:00
Joel16
8397602ae9 utils: Fix indentation 2020-08-24 12:22:23 -04:00
Joel16
6a530a43b2 gui: MenuItem does not need to be passed as an argument since it is a global var 2020-08-24 12:12:46 -04:00
Joel16
4d68e1cc16 gui: Display progress bar popup when copying files 2020-08-24 11:59:33 -04:00
Joel16
d031a6dbb8 gui: Add clear clipboard functionality to cancel copy/move as opposed to 'Clear all' used for clearing checkboxes 2020-08-23 21:42:48 -04:00
Joel16
05c7d74b10 gui: Add option to select/clear all items in the current directory from the options popup 2020-08-23 14:36:54 -04:00
Joel16
84863b91b3 textures: Use texture width/height directly from the texture struct 2020-08-23 12:10:35 -04:00
Joel16
3e78a26b5d textures: Add support for loading webp and use libpng for png decoding, turbojpeg for jpeg 2020-08-21 16:28:15 -04:00
Joel16
89395cb61f gui: No need to hard code enumuerator values 2020-08-19 17:40:15 -04:00
Joel16
f4971bdd61 Silence warnings on stb_image.h and minor makefile changes 2020-08-18 22:31:51 -04:00
Joel16
507dff61ff imGui: Update to v1.78 2020-08-18 13:52:56 -04:00
Joel
f9b43d66a8
Create LICENSE 2020-08-16 17:29:39 -04:00
Joel16
9b02f6661a gui: Remove unused FileTypeBinary and use an array of textures for file icons 2020-08-11 21:48:10 -04:00