1c156057a4i swear if this adds two newlines!
NightlyFox
2018-09-27 23:27:05 -0500
cd8698c4b0added null checks to theme.c, removed and added newline in language.c
NightlyFox
2018-09-27 23:25:07 -0500
624fbed1fdadded 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
1d9ef3b9deadded functions to create/modify settings config for hbmenu theme
NightlyFox
2018-09-26 02:08:56 -0500
19ea89c4denewline to font.c at eof
NightlyFox
2018-09-26 01:18:41 -0500
63e71a4416NO IDEA WHY I REVERTED
NightlyFox
2018-09-26 01:18:04 -0500
58f5a78cebadded removeDriveFromPath Function
NightlyFox
2018-09-26 01:08:50 -0500
5621fb460bNOT 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
2a2128c80etested building on mac osx, added to .gitignore and make clean for files generated on osx
NightlyFox
2018-09-23 18:49:34 -0500
c542b19544added declaration of functions to get rid of implicit warnings
NightlyFox
2018-09-23 13:51:18 -0500
a9921cbfbachanged 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
350fbda633got rid of booleans, initialized pointers with default values
NightlyFox
2018-09-23 13:34:35 -0500
d79d501bcbcleaned up code with themeInfo config, now looks a lot better
NightlyFox
2018-09-23 04:34:00 -0500
0f95009b51added 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
ea1d7dcdf8missed this extra newline
NightlyFox
2018-09-22 20:41:46 -0500
28804291e5added spaces to areas in code to have coding conformity
NightlyFox
2018-09-22 20:40:06 -0500
b0c5a82717user no longer needs to restart the application
NightlyFox
2018-09-22 20:35:07 -0500
4d488b48d8got 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
7dbc5b24f7got rid of void* in menu-list, didnt save the file last time
NightlyFox
2018-09-21 23:28:41 -0500
12761b1026got rid of stray whitespace, replaced with newline
NightlyFox
2018-09-21 21:13:22 -0500
22c2c5b237restored newline at eof of main.c
NightlyFox
2018-09-21 21:08:52 -0500
2f1e6ad402got 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
42df5cf5e0fixed bug that would take user from netloader screen to theme switcher menu, without properly exiting
NightlyFox
2018-09-21 00:21:33 -0500
9c8c395d5eremoved 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
59ba53d48bremmoved (old) files and got rid of extra whitespace
NightlyFox
2018-09-20 23:09:25 -0500
c877b65301reverted make file
NightlyFox
2018-09-20 22:52:37 -0500
df53f5f795added config_destroy() after done applying theme.
NightlyFox
2018-09-20 21:22:13 -0500
4369cbf16dnot sure how the highlight multiplier got removed, but i added it back
NightlyFox
2018-09-20 21:09:41 -0500
981a60ac73Added themeExit to pc main.cpp
NightlyFox
2018-09-20 20:20:08 -0500
8e2a79c496added 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
35a3c646edadded proper deallocation in places of the code for pointers that i allocaded using calloc
NightlyFox
2018-09-19 16:43:29 -0500
bd239326b0got rid of TODO comments that are no longer needed, different implementation was used
NightlyFox
2018-09-19 15:29:06 -0500
2f887cc3e8added some minor touch ups to the Theme Switcher Menu
NightlyFox
2018-09-19 15:14:29 -0500
93ee023d10saw 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