Redstone1024
Redstone1024 released 0.1.0 at Redstone1024/FocusIME 2025-06-24 22:58:57 +08:00
Redstone1024 pushed tag 0.1.0 to Redstone1024/FocusIME 2025-06-24 22:58:57 +08:00
Redstone1024 released 0.3.3 at Redstone1024/Fursuit-CylinderFan 2025-06-24 22:57:53 +08:00
Redstone1024 pushed tag 0.3.3 to Redstone1024/Fursuit-CylinderFan 2025-06-24 22:57:53 +08:00
Redstone1024 pushed to master at Redstone1024/FocusIME 2025-06-24 21:28:49 +08:00
7e6be53e8b fix(json): fix IME mode incomplete loading
9a83aea6a2 feat(master): add polling tick mode
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/FocusIME 2025-06-22 13:35:20 +08:00
fa81c1d418 feat(master): add cached conversion mode file
2530210d27 feat(master): blocked IME incorrect switching mode
da3e96dddd feat(debug): add a debug console
523be0930a feat(master): hook focus changed event
1ceb8cda01 feat(tray): add tray icon control
Redstone1024 created branch master in Redstone1024/FocusIME 2025-06-22 13:35:20 +08:00
Redstone1024 created repository Redstone1024/FocusIME 2025-06-21 18:59:25 +08:00
Redstone1024 pushed tag 0.1.0-experimental-1 to Redstone1024/Redcraft 2025-02-05 16:15:43 +08:00
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-24 18:30:33 +08:00
6cc31f660c style(miscellaneous): add comments to the file system operation functions
2d79e18b25 fix(strings): fix access out-of-bounds when converting zero-length strings to null-terminated strings
1d5a61f308 feat(miscellaneous): add file system operation functions
Compare 3 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-22 21:45:44 +08:00
38e1c3f8b7 feat(miscellaneous): add byte and text file access functions
8d3fa1ac98 feat(miscellaneous): add console operation functions
88e330336a refactor(strings): suppress compilation warnings from formatting tools
eca0d90d98 feat(miscellaneous): add enum class bitwise operation macro tools
Compare 4 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-15 21:29:22 +08:00
d8adf47d10 feat(strings): add formatter for TStringView and TString
8a834a9c05 perf(strings): optimize formatting algorithm function
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-14 22:34:38 +08:00
35f0ba71ab refactor(strings): replace and remove deprecated formatting tools
db7a40cb30 fix(strings): fix unexpected infinite recursion in TChar
6a70f0c501 fix(strings): fix treating boolean type as integral arguments
5629e31d49 fix(strings): fix string literal encoding types in formatting
c16da1af53 feat(strings): add formatter for pointer or member pointer types
Compare 9 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-07 22:12:36 +08:00
68cd2c310a fix(strings): fix fill character cannot be defaulted
594acf219a feat(strings): add formatter for integral like types
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-04 21:52:04 +08:00
e498b39d3d refactor(strings): refactor format string rules to make it more flexible
Redstone1024 pushed to master at Redstone1024/Redcraft 2025-01-03 01:16:44 +08:00
9dd5e74788 feat(strings): add a more general string formatting framework
c596882c32 feat(strings): add TChar::IsValid() support for char type
0e7ee5cde2 fix(templates): fix TTuple requires and implementations to avoid compilation failures
39d12bd7e4 refactor(templates): make TVariant conform to the style for general type identifiers
319d1cc8cb fix(ranges): fix TRangeView to be able to hold output iterator
Compare 10 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2024-12-23 21:21:08 +08:00
bf22397123 feat(algorithms): add search algorithm and the corresponding testing
2de1068ad8 fix(templates): fix Ref() call ambiguity
aa572542e2 fix(algorithms): fix requires for Algorithms::Distance()
db855d27a1 style(ranges): clarify the semantic requirements of CRange and CSizedRange
Compare 4 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2024-12-21 21:36:57 +08:00
04bb4be901 feat(algorithms): add more iterator algorithm and the corresponding testing
a68a6d16b6 refactor(numerics): refactor the numerics implementation folder to plural form
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2024-12-20 20:39:01 +08:00
a92422e8b2 refactor(*): refactor the tool library's namespace to plural form
343007ffd6 feat(algorithms): add basic iterator algorithm and the corresponding testing
8c228fbf52 refactor(*): refactor the tool library's parent folder to plural form
a14fbd90db test(range): add test for range library
Compare 4 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2024-12-19 22:03:44 +08:00
1e6beb83f2 refactor(testing): refactor test code and file to reduce the name collisions
7fb116c577 fix(*): fix ambiguity in NAMESPACE_PRIVATE when expanding macros
Compare 2 commits »