1023 Commits (cb67d92512492f3615ca58f8835d175edcd65250)
 

Author SHA1 Message Date
Fenrir cb67d92512 SoftwareKeyboard::get_string -> SoftwareKeyboard::launch 11 months ago
Fenrir 0576e34c3f Remove redudant imports 11 months ago
Fenrir 144658345c MessageCallbackData doesn't need to be a struct member 11 months ago
Fenrir f715fc6eb9 Add some comments 11 months ago
Fenrir d6f22dc797 Use .cast() in more places 11 months ago
Fenrir 03b417dc9e code_point -> code_unit 11 months ago
Fenrir cfd276c175 Get rid of static mut by using our own callback data 11 months ago
Fenrir 757afe9fe6 Make swkbd_input_text a method for SoftwareKeyboard 11 months ago
Fenrir 271d1b598a Fix yet another off-by-one error 11 months ago
Fenrir bf3ca2a87d Force consistent use of unsafe blocks 11 months ago
Fenrir b6fc9a2596 Simplify some code + rename vars 11 months ago
Fenrir f527623405 Fix off-by-one error in swkbd_message_callback 11 months ago
Fenrir 2fcdd110d2 Simplify string output logic 11 months ago
Fenrir 4de76522d3 swkbd_input_text is still an unsafe fn 11 months ago
Fenrir 61f91312d3 Remove mention of deleted function 11 months ago
Fenrir f867d965f8 Use if let instead of unwrap for nullable callback 11 months ago
Fenrir fa6f98d62c Simplify string conversion code 11 months ago
Fenrir bd19f97050 Use rust functions instead of memcpy and memset 11 months ago
Fenrir 3a2000f6f5 Use references and make unsafe blocks more fine-grained 11 months ago
Fenrir 5413e77ec3 Use .is_null() instead of comparing to std::ptr::null() 11 months ago
Fenrir 2864c06207 Don't include nul terminator when passing string data back to Rust 11 months ago
Fenrir 742ec8d738 Get swkbd input without max byte size parameter 11 months ago
Meziu 4dbe83e26d
Merge pull request #158 from FenrirWolf/swkbd-initial-text 11 months ago
Meziu ae77de421d
Merge pull request #159 from FenrirWolf/fix-console 11 months ago
Fenrir 9eea3f0d1f Make initial text argument optional 11 months ago
Fenrir a0aa6d5d9e Wrap PrintConsole in UnsafeCell 11 months ago
Fenrir 684bfb3251 Use addr_of_mut! when referring to EMPTY_CONSOLE 11 months ago
Fenrir 22773f644a Store initial_text data in SoftwareKeyboard 11 months ago
Meziu 947c3f4c5e
Merge pull request #149 from rust3ds/fix/applets 1 year ago
Andrea Ciliberti 5948589bdb Fix suggestions 1 year ago
Meziu b1021c54ef
Merge pull request #150 from rust3ds/remove/fs 1 year ago
Andrea Ciliberti cdd31d3091 Fmt 1 year ago
Andrea Ciliberti fcbbf0ef30 Fix tests 1 year ago
Andrea Ciliberti b92074d35a Fmt 1 year ago
Andrea Ciliberti 1413bfa201 New filter callback 1 year ago
Andrea Ciliberti 366f4d4b1b Zero bufsize for parental lock 1 year ago
Andrea Ciliberti a727feb11c Fixed nits 1 year ago
Andrea Ciliberti 0b1b5fcff9 Change fs module docs 1 year ago
Mark Drobnak 157824ad8b
Merge pull request #86 from rust3ds/feature/ir-user 1 year ago
AzureMarker 06d26fc96d Revert one &mut self 1 year ago
AzureMarker 5233237e9e Make more IrUser functions take &mut self 1 year ago
AzureMarker 1496d47ef2 Move Sealed to separate file 1 year ago
AzureMarker de1604b364 Add ir:rst disable in CPP demo to improve New 3DS compatibility 1 year ago
AzureMarker fe0bb5154e Update example file documentation 1 year ago
Andrea Ciliberti 3fdbc0054c Replacee 1 year ago
Andrea Ciliberti 87b253104b Fix lints 1 year ago
Andrea Ciliberti 0c302e8d23 Fix lints 1 year ago
Andrea Ciliberti 3041aac4e1 Removal of all FS code and renaming 1 year ago
Andrea Ciliberti 84b95a9d4c Fmt and lints 1 year ago
Andrea Ciliberti 815aa610dc Still thinking about the filter callbacks... 1 year ago