Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-16 | build: upgrade fmt and SDL2 | Zephyron | |
Update fmt library to version 11.0.2 and make necessary adjustments: - Replace fmt/format.h includes with fmt/ranges.h - Add const qualifiers to formatter::format functions - Update CMake to require fmt version 11 Additional dependency updates: - Update SDL2 bundled version from 2.28.2 to 2.32.0 - Update catch2 to version 3.8.0 - Update vcpkg baseline to c82f74667287d3dc386bce81e44964370c91a289 | |||
2025-01-14 | Revert incorrect copyright attribution for non-contributed files | Zephyron | |
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed. | |||
2024-12-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2024-02-27 | Merge pull request #13135 from german77/hid-interface | liamwhite | |
service: hid: Migrate HidServer to new IPC | |||
2024-02-25 | Merge pull request #13163 from german77/ring | liamwhite | |
core: hid: hid_core doesn't have access to LIBUSB | |||
2024-02-25 | core: hid: hid_core doesn't have access to LIBUSB | german77 | |
2024-02-24 | core: hid: Reintroduce vibration filter | german77 | |
2024-02-23 | service: hid: Migrate HidServer to new IPC | Narr the Reg | |
2024-02-23 | service: hid: Move and migrate AppletResource and ActiveVibrationDevice | Narr the Reg | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-18 | core: hid: Remove driver errors from log | german77 | |
2024-02-17 | android: Input mapping | t895 | |
2024-02-16 | hid_core: Prevent crash if we try to iterate through empty color devices list | t895 | |
2024-02-16 | hid_core: Use dedicated "port" for android's input overlay | t895 | |
2024-02-14 | service: set: Migrate ISystemSettingsServer to new IPC | Narr the Reg | |
2024-02-08 | service: hid: Free npad applet resource | Narr the Reg | |
2024-02-07 | service: hid: Migrate hidbus to new interface | Narr the Reg | |
2024-02-06 | Merge pull request #12928 from german77/motion-mp | liamwhite | |
service: hid: Add multiprocess support to six axis input | |||
2024-02-06 | service: irs: Migrate service to new interface | german77 | |
2024-02-05 | service: hid: Add multiprocess support to six axis input | german77 | |
2024-02-05 | service: hid: Ensure aruid data is initialized | german77 | |
2024-02-01 | service: hid: Multiple fixes | Narr the Reg | |
2024-02-01 | Merge pull request #12780 from german77/touch_resource5 | liamwhite | |
service: hid: Fully implement touch resource | |||
2024-01-30 | service: hid: Implement GetPlayerLedPattern accurately | Narr the Reg | |
2024-01-28 | service: hid: Implement home, capture and sleep buttons | german77 | |
2024-01-28 | service: hid: Restore active aruid | german77 | |
2024-01-28 | service: hid: Fully implement touch resource | Narr the Reg | |
2024-01-28 | service: set: Implement more Qlaunch Settings | german77 | |
2024-01-27 | input: add a missing null pointer check | K900 | |
There's a few other places where the result of GetAruidData is accessed without a null check, but I couldn't find a code path that hits those. | |||
2024-01-26 | Merge pull request #12769 from german77/no-log | liamwhite | |
core: hid: Reduce controller requests | |||
2024-01-26 | Merge pull request #12765 from german77/sys-hid | liamwhite | |
service: set: Implement more settings functions for Qlaunch | |||
2024-01-25 | service: hid: Don't try to vibrate if device isn't initialized | Narr the Reg | |
2024-01-25 | service: set: Implement more settings functions for Qlaunch | Narr the Reg | |
2024-01-23 | core: hid: Skip duplicated vibrations | Narr the Reg | |
2024-01-23 | core: hid: Only set polling mode if needed | Narr the Reg | |
2024-01-21 | Merge pull request #12734 from german77/enable-applet | liamwhite | |
service: hid: Implement EnableAppletForInput | |||
2024-01-21 | core: hid: Allow to disable vibration | Narr the Reg | |
2024-01-21 | service: hid: Implement EnableAppletForInput | Narr the Reg | |
2024-01-20 | Merge pull request #12660 from german77/better-vibration | liamwhite | |
service: hid: Fully implement abstract vibration | |||
2024-01-19 | Merge pull request #12687 from german77/amiibo-lock | liamwhite | |
core: hid: Disable special features before disconnecting the controllers | |||
2024-01-19 | Merge pull request #12709 from german77/npad-disc | liamwhite | |
service: hid: Clear controller status when aruid is no longer used | |||
2024-01-19 | service: hid: Clear controller status when aruid is no longer used | Narr the Reg | |
2024-01-16 | core: hid: Disable special features before disconnecting the controllers | Narr the Reg | |
2024-01-15 | service: set: Implement stubbed functions | Narr the Reg | |
2024-01-15 | service: hid: Fully implement abstract vibration | Narr the Reg | |
2024-01-16 | Fix typos in master | Viktor Szépe | |
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-07 | Merge pull request #12606 from german77/npad_close | liamwhite | |
service: hid: Delete shared memory handle when unused |