Joel16
ee4fbc8a31
textures: Cleanup and remove free function param
2021-09-13 17:02:45 -04:00
Joel16
fad77d8785
Clean up various messed up indentation throughtout souce
2021-09-12 19:54:27 -04:00
Joel16
e6e82836bc
NX-Shell(Deko3D): Initial commit
2021-09-12 17:08:02 -04:00
Chris Butler
097ac8225c
Fixed crash when pressing Y in an empty directory ( #102 )
2021-08-04 22:21:08 -04:00
Joel16
c36f52cd18
imGui: Use freetype2 to cut down boot time
2021-04-20 16:52:13 -04:00
Joel16
8805b42ef9
imGui: Update to v1.8.2
2021-04-12 20:09:18 -04:00
joel16
cf0567a020
textures: Add support for zooming into images using left stick and movement with right
2021-01-24 16:39:35 -05:00
joel16
ffb5e812a7
gui: Do not overwrite vector(copy) when multiple files are selected
2021-01-23 22:14:25 -05:00
joel16
a8a7c3b9e5
imGui: Update to v1.8.0
2021-01-21 20:27:40 -05:00
Joel16
943f245366
lang: Use offical system font
2020-11-27 12:48:52 -05:00
Joel16
7374cc02e1
Merge branch 'next' of https://github.com/joel16/NX-Shell into next
2020-11-02 15:08:32 -05:00
Joel16
2b2150967d
fs: Do not check if file exists before creating
2020-11-02 15:08:21 -05:00
HookedBehemoth
58bb206206
lang: Add localization support for German ( #92 )
...
* add german translation
2020-10-26 11:13:38 -04:00
cucholix
4e41fb2f4a
lang: Update Spanish translation ( #91 )
...
* Spanish language
Spanish language, left untouched certain words like "banner" and "logs" that doesn't have a precise translation, they are anglicism.
* Small correction in TODO line
Small correction in TODO line
* Spanish language update
Fixed a “Sort settings” to something that actually makes sense
2020-10-26 09:21:36 -04:00
cucholix
4b0bee9e8e
lang: Add localization support for Spanish ( #90 )
2020-10-25 22:38:08 -04:00
invoker__qq
10c6a8da96
lang: Add localization support for Traditional Chinese ( #89 )
2020-10-25 22:05:37 -04:00
invoker__qq
521bd6e58d
lang: Add localization support for Simplified Chinese ( #88 )
2020-10-25 21:17:30 -04:00
Joel16
61fbae92a8
lang: Add entry for empty string error message when using OSK
2020-10-25 17:49:00 -04:00
Joel16
0b7270016b
lang: Allow user to select language under settings
2020-10-25 17:40:24 -04:00
Joel16
1bddd7529b
lang: Initial localization impl (WIP)
2020-10-25 14:35:16 -04:00
Joel16
79850fb5b6
imGui: Add support for Chinese, Japanese and Korean language support by Noto-Sans CJK
2020-10-24 14:53:21 -04:00
Joel16
6de0623826
gui: Fix selected entry indicator being reset to 0 when opening a file
2020-10-23 01:36:55 -04:00
Joel16
6efcc03500
textures: Add support viewing animated/non-animated gifs
2020-10-22 12:17:10 -04:00
Joel16
36b73ed30d
gui: Set storage bar text to empty string
2020-10-20 17:15:17 -04:00
Joel16
29ef47d6fd
gui: Remove some redundant/unnecessary entries from MenuItem structure
2020-10-14 21:16:15 -04:00
Joel16
438f39ab85
fs: Use std::vectors instead of array pointers for holding fs entries
2020-10-13 01:48:17 -04:00
Joel16
d340a6a0dd
imGui: Fix misplaced enter button after updating to imGui v1.79
2020-10-12 22:32:53 -04:00
Joel16
047111c1ef
imGui: Update to v1.79
2020-10-09 12:40:11 -04:00
Joel16
410e397e3e
updates: Implement update popup and fix installation process
2020-09-28 15:52:54 -04:00
Joel16
c1addf2a5e
net: Use const char path variable to set download path
2020-09-21 17:45:50 -04:00
Joel16
36dd259487
net: Use fsFile* functions for writing data from curl
2020-09-21 17:18:33 -04:00
Joel16
19f1fa2adb
gui: Set state back to MEN_STATE_HOME after exiting settings window
2020-09-21 17:13:18 -04:00
Joel16
e053de94b1
Windows: Remove unused function declaration
2020-09-20 21:31:05 -04:00
Joel16
580b6d151a
fs: Remove FS::WriteFile function and use it in Config::Save directly
2020-09-20 21:24:37 -04:00
Joel16
dff3a6ed5e
settings: Only save config and refresh dir entries after settings is closed
2020-09-18 13:37:52 -04:00
Joel16
4cececbfb9
textures: Minor consistency changes
2020-09-14 22:08:56 -04:00
Joel16
913e9073e7
textures: No need to pass a pointer to a texture in image window
2020-09-14 22:08:23 -04:00
Joel16
3c0cdaac9c
popups: Fix popups not always being centered
2020-09-13 21:50:59 -04:00
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
3.20
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