Age | Commit message (Expand) | Author |
2025-09-20 | feat: detailed the relationship between write_feature and send_feature_reportbackend | Joshua Liu |
2025-09-20 | doc: explained the purpose of this module | Joshua Liu |
2025-09-20 | feat: implemented new functions to change the brightness and do a clean exit | Joshua Liu |
2025-09-20 | feat: starting to implement sqlite functionality | Joshua Liu |
2025-08-21 | feat: moving away from JSON. going to be making use of sqlite to store deck i... | Joshua Liu |
2025-08-21 | feat: corrected some bad types and completed the pthread_create function call | Joshua Liu |
2025-08-21 | feat: some changes that I made while testing that I am too lazy to remove, bu... | Joshua Liu |
2025-06-24 | bugfix: I guess fprintf_s is not available | Joshua Liu |
2025-06-24 | fixed incomplete type definition issue for streamdeck type | Joshua Liu |
2025-06-24 | bugfix: fixed Makefile not compiling | Joshua Liu |
2025-06-24 | feat: created Makefile | Joshua Liu |
2025-06-24 | docs: added a comment about what the magic numbers are for create_hid_handler | Joshua Liu |
2025-06-22 | feat: added error message for when resetkeystream fails | Joshua Liu |
2025-06-22 | feat: removed redundant function close | Joshua Liu |
2025-06-22 | feat: created the function declaration and some implementation of destroy_str... | Joshua Liu |
2025-06-22 | docs: more details on the _read fcn | Joshua Liu |
2025-06-22 | created the function declarations for die, set_data, parsestreamdeckdata and ... | Joshua Liu |
2025-06-22 | style: mostly style changes, although I did add an error fprintf in the init ... | Joshua Liu |
2025-06-19 | feat: removed more unnecessary macro constants and moved enumeration declarat...master | Joshua Liu |
2025-06-19 | feat: removed unnecessary macro constants | Joshua Liu |
2025-06-19 | feat: included library files to enable JSON reading | Joshua Liu |
2025-06-19 | feat: created functions.c and functions.h, these files will be used to store ... | Joshua Liu |
2025-06-19 | feat: moved imports from streamdeck.c into here, and added function declarati... | Joshua Liu |
2025-06-19 | feat: created new function, init, this will do various initialization, includ... | Joshua Liu |
2025-06-19 | feat: created devdetails.h, a file where I will define various device related... | Joshua Liu |
2025-05-18 | refactor: moved most of the imports here | Joshua Liu |
2025-05-18 | feat: implemented several of the functions, added some more function declarat... | Joshua Liu |
2025-05-18 | feat: corrected a typo' | Joshua Liu |
2025-05-03 | feat: did some more annotations, mostly relating to callbacks, which are how ... | Joshua Liu |
2025-04-30 | doc: continued to annotated the example provided by the Python version | Joshua Liu |
2025-04-30 | feat: inital commit, mostly moving files from old repository. streamdeck.c no... | Joshua Liu |