Commit Graph

  • ec048686a3 added replaced nanojpeg with turbojpeg and attempting a rebase NightlyFox 2018-09-29 12:46:22 -0500
  • 69e11599f4 Moved string for default-theme-name into language.c, and fixed language.c whitespace. yellows8 2018-09-29 12:07:34 -0400
  • a9d7a47f2e Removed removeDriveFromPath() and store the theme filename in settings.cfg instead of the absolute path. yellows8 2018-09-29 11:58:29 -0400
  • 6105fe1ada trying to get rid of the weird merge conflict text NightlyFox 2018-09-29 06:44:01 -0500
  • bf01ed1d39 merged from nx-hbmenu master NightlyFox 2018-09-29 06:35:59 -0500
  • 4edc1da688 changed flag to accurate, it now loades all icons correctly NightlyFox 2018-09-29 06:31:34 -0500
  • f9a1dd8a72 removed nanojpeg library and changed to turboJpeg library NightlyFox 2018-09-29 06:27:51 -0500
  • 5b35642de7 Fixed default theme handling in themeMenuScan(). yellows8 2018-09-28 23:35:31 -0400
  • 992c4c482b Implemented a theme switcher feature (#62) NightlyFox 2018-09-28 22:20:24 -0500
  • 096b283fe4 got rid of extra newline before themeMenuScan NightlyFox 2018-09-28 21:44:05 -0500
  • c6716a09ea got rid of newline NightlyFox 2018-09-28 21:35:00 -0500
  • 3c4f483d8b commented out prompt to press - button to open theme menu NightlyFox 2018-09-28 21:08:02 -0500
  • de42849f9d added correct unicode for switch characters + and - for light theme NightlyFox 2018-09-28 21:02:14 -0500
  • 253ef7c840 took repeated code out of if/else statements NightlyFox 2018-09-28 20:00:22 -0500
  • dab82dcd7d added code for + and - button, using - button for theme menu now, corrected code spacing NightlyFox 2018-09-28 19:58:46 -0500
  • 8f01f594f9 added correct punctuation to the end of StrId_ThemeNotApplied languages NightlyFox 2018-09-28 18:40:13 -0500
  • 0cfaa79b79 added Default theme entry that will always insert itself at the front of the list of themes NightlyFox 2018-09-28 18:37:20 -0500
  • 3b400975bf made some final changes, cleaned up code NightlyFox 2018-09-28 18:10:39 -0500
  • a5279c8e92 passed in size NightlyFox 2018-09-27 23:55:25 -0500
  • 3c548f6621 changed hbmenuConfig to settings NightlyFox 2018-09-27 23:46:16 -0500
  • 56f495f8fc final changed to make and gitignore file NightlyFox 2018-09-27 23:36:56 -0500
  • a7767685ca added newline NightlyFox 2018-09-27 23:28:14 -0500
  • 1c156057a4 i swear if this adds two newlines! NightlyFox 2018-09-27 23:27:05 -0500
  • cd8698c4b0 added null checks to theme.c, removed and added newline in language.c NightlyFox 2018-09-27 23:25:07 -0500
  • 624fbed1fd added check for empty themePath, added check for existing settings config, changed ptr to char array and used strncpy NightlyFox 2018-09-27 23:06:01 -0500
  • 1d9ef3b9de added functions to create/modify settings config for hbmenu theme NightlyFox 2018-09-26 02:08:56 -0500
  • 19ea89c4de newline to font.c at eof NightlyFox 2018-09-26 01:18:41 -0500
  • 63e71a4416 NO IDEA WHY I REVERTED NightlyFox 2018-09-26 01:18:04 -0500
  • 3e7618a284 added newline NightlyFox 2018-09-26 01:15:37 -0500
  • 58f5a78ceb added removeDriveFromPath Function NightlyFox 2018-09-26 01:08:50 -0500
  • 5621fb460b NOT STABLE: attempting to write functions that copy themePath to and from settings.cfg file, keeps crashing rn for some reason though NightlyFox 2018-09-26 00:25:25 -0500
  • e60156c34f Merge branch 'master' of https://github.com/NightlyFox/nx-hbmenu NightlyFox 2018-09-25 22:27:03 -0500
  • ce5470d2ce added GetThemePathConfig function NightlyFox 2018-09-25 22:26:57 -0500
  • 03503d8328 updated changes NightlyFox 2018-09-24 16:56:13 -0500
  • 8f20c9a0e4 made suggested changes NightlyFox 2018-09-24 16:30:16 -0500
  • 1afb09794c fixed capitalization of functions to match others NightlyFox 2018-09-24 16:25:47 -0500
  • b9281534cc updated language for theme menu NightlyFox 2018-09-24 16:18:52 -0500
  • 3bc32177a5 made requested changes by yellows8 NightlyFox 2018-09-24 16:12:40 -0500
  • 26acfddb38 out newline before tmp_path in menu.c NightlyFox 2018-09-24 12:38:00 -0500
  • f89e33121f got rid of redundent code in menu-entry.c file NightlyFox 2018-09-24 12:32:38 -0500
  • 59f2e4d1ed fixed aligment and added a newline after temp_path within launchApplyThemeTask func, and newline before NightlyFox 2018-09-23 19:07:23 -0500
  • f7d1f7a834 added git ignore changes NightlyFox 2018-09-23 19:01:51 -0500
  • 3abb799c61 fixed spaces NightlyFox 2018-09-23 18:59:41 -0500
  • 2a2128c80e tested building on mac osx, added to .gitignore and make clean for files generated on osx NightlyFox 2018-09-23 18:49:34 -0500
  • c542b19544 added declaration of functions to get rid of implicit warnings NightlyFox 2018-09-23 13:51:18 -0500
  • a9921cbfba changed settings.cfg name back to theme.cfg name, but left it in the same folder, makes more sense for the applied theme to live in a seperate folder NightlyFox 2018-09-23 13:40:50 -0500
  • 350fbda633 got rid of booleans, initialized pointers with default values NightlyFox 2018-09-23 13:34:35 -0500
  • d79d501bcb cleaned up code with themeInfo config, now looks a lot better NightlyFox 2018-09-23 04:34:00 -0500
  • 0f95009b51 added theme info to config file, users can now add theme author, and theme name to a theme config file NightlyFox 2018-09-22 23:21:38 -0500
  • ea1d7dcdf8 missed this extra newline NightlyFox 2018-09-22 20:41:46 -0500
  • 28804291e5 added spaces to areas in code to have coding conformity NightlyFox 2018-09-22 20:40:06 -0500
  • b0c5a82717 user no longer needs to restart the application NightlyFox 2018-09-22 20:35:07 -0500
  • 4d488b48d8 got rid of code modifying display name of theme config files, changed directory of saved/applied theme. Changed theme_t pointers to char[32] NightlyFox 2018-09-22 20:20:32 -0500
  • 7dbc5b24f7 got rid of void* in menu-list, didnt save the file last time NightlyFox 2018-09-21 23:28:41 -0500
  • 12761b1026 got rid of stray whitespace, replaced with newline NightlyFox 2018-09-21 21:13:22 -0500
  • 907b594978 fixed indention NightlyFox 2018-09-21 21:11:36 -0500
  • 22c2c5b237 restored newline at eof of main.c NightlyFox 2018-09-21 21:08:52 -0500
  • 2f1e6ad402 got rid of void* cast when freeing, got rid of comments asking questions, got rid of superflous cast NightlyFox 2018-09-21 21:06:10 -0500
  • 42df5cf5e0 fixed bug that would take user from netloader screen to theme switcher menu, without properly exiting NightlyFox 2018-09-21 00:21:33 -0500
  • 9c8c395d5e removed the free from the menu-entry file and put it in the function that called it, now it is easier to track when its freed NightlyFox 2018-09-20 23:28:35 -0500
  • 59ba53d48b remmoved (old) files and got rid of extra whitespace NightlyFox 2018-09-20 23:09:25 -0500
  • c877b65301 reverted make file NightlyFox 2018-09-20 22:52:37 -0500
  • af0278b862 removed *bin.h files NightlyFox 2018-09-20 22:50:23 -0500
  • df53f5f795 added config_destroy() after done applying theme. NightlyFox 2018-09-20 21:22:13 -0500
  • 4369cbf16d not sure how the highlight multiplier got removed, but i added it back NightlyFox 2018-09-20 21:09:41 -0500
  • 981a60ac73 Added themeExit to pc main.cpp NightlyFox 2018-09-20 20:20:08 -0500
  • 8e2a79c496 added two new theming attributes, borderColor, borderTextcolor, allows users to modify the boxes that surrounds the menu entries NightlyFox 2018-09-19 23:31:17 -0500
  • 35a3c646ed added proper deallocation in places of the code for pointers that i allocaded using calloc NightlyFox 2018-09-19 16:43:29 -0500
  • bd239326b0 got rid of TODO comments that are no longer needed, different implementation was used NightlyFox 2018-09-19 15:29:06 -0500
  • 2f887cc3e8 added some minor touch ups to the Theme Switcher Menu NightlyFox 2018-09-19 15:14:29 -0500
  • 93ee023d10 saw a potential bug, where i was changing the size of something a while back to try and remove the file extension, forgot to remove it. Removed.... NightlyFox 2018-09-19 11:34:04 -0500
  • afe968f458 Merge branch 'master' of https://github.com/switchbrew/nx-hbmenu NightlyFox 2018-09-19 11:29:39 -0500
  • ed5c670419 Implemented hbmenu Theme Switcher! Final changes will now be cosmetic NightlyFox 2018-09-19 11:28:29 -0500
  • 985dc946fe Improved korean newget 2018-09-13 18:15:17 +0900
  • 93591ef3e1 Added french string (#58) Dachuu 2018-09-15 23:20:55 +0200
  • 8909142fb4 Implement Theming (#57) friedkeenan 2018-09-13 14:16:33 -0500
  • 9ebd4d4590
    Improved korean newget 2018-09-13 18:15:17 +0900
  • 4799b841b7
    Load config from /config/nx-hbmenu/themes/theme.cfg friedkeenan 2018-09-12 20:15:01 -0500
  • eddfe13e39
    Added french string Dachuu 2018-09-12 18:40:48 +0200
  • 65c7eee546
    Formatting friedkeenan 2018-09-10 21:08:41 -0500
  • 667ef4461e
    Store "cfg" on stack and destory it once finished friedkeenan 2018-09-10 20:49:11 -0500
  • 6bcfbd66cf
    Better "default:" friedkeenan 2018-09-10 20:29:06 -0500
  • 3ae331a2b5
    Fixed formatting and added default case friedkeenan 2018-09-10 20:13:50 -0500
  • e42df316d7
    Hopefully removed all the duplicate code friedkeenan 2018-09-10 00:28:08 -0500
  • ca6a2ad810
    Moved not-color settings to the proper place friedkeenan 2018-09-09 23:42:04 -0500
  • a3ee372649
    Removed duplicate code and made missing settings better friedkeenan 2018-09-09 22:57:58 -0500
  • 43af1fc96f
    Revert readme and fix formatting friedkeenan 2018-09-09 21:28:08 -0500
  • 20221d6b0d
    Added theming info friedkeenan 2018-09-09 17:35:03 -0500
  • d9ba481844
    Implement theming and fix spelling errors friedkeenan 2018-09-09 16:33:41 -0500
  • 4987cbddb1 fix memset error SegFault42 2018-08-17 01:09:03 +0200
  • d40e96d2d2 fix memset error SegFault42 2018-08-17 01:09:03 +0200
  • 8034053d99 fix parallel building (#54) Pika 2018-08-14 20:25:32 -0400
  • 074d08a44b
    add newline Pika 2018-08-14 19:48:45 -0400
  • dca5443652
    fixed Pika 2018-08-13 19:05:30 -0400
  • 8c0244706c
    k Pika 2018-08-13 17:27:55 -0400
  • a56281f019
    fix parallel building Pika 2018-08-13 16:45:42 -0400
  • 13676f64fd Improved Japanese language support: * Improved slight ~ serious Japanese translation miss. * Added new STR_JP. YY 2018-04-12 22:20:50 +0900
  • d36044daea Update language.c (#19) AntonioDePau 2018-08-01 00:43:53 +0100
  • 2e9c983b1f Removed a language.c comment and fixed STR_NL for StrId_Actions_Back. yellows8 2018-07-31 19:38:12 -0400
  • f0756196bc Update language.c AntonioDePau 2018-03-16 11:45:00 +0000