Commit Graph

  • 5502758255
    Update ctru-rs/Cargo.toml Ian Chamberlain 2022-01-20 13:09:10 -0500
  • 2ed31e5653 Removed PhantomData dependency Andrea Ciliberti 2022-01-20 13:55:50 +0100
  • 09271676b6 Fixed ownership of Screen borrow for Console Andrea Ciliberti 2022-01-20 13:46:51 +0100
  • ae00883787
    Update ctru-rs/src/gfx.rs Meziu 2022-01-20 07:37:44 +0100
  • 04a35e4a6f Fixed Screen accessibility Andrea Ciliberti 2022-01-19 13:56:37 +0100
  • b032fd768a
    Merge branch 'master' into example/time-rtc Ian Chamberlain 2022-01-18 19:36:12 -0500
  • bc16fb6d06
    Merge pull request #24 from ian-h-chamberlain/improve-ctru-sys-ide Meziu 2022-01-18 15:54:29 +0100
  • 6b5d420ed2
    Use a module instead of include! #24 Ian Chamberlain 2022-01-18 09:37:01 -0500
  • 53aa05a003 Split Screen enum into structs and trait Andrea Ciliberti 2022-01-18 14:27:56 +0100
  • e06d7ac9be
    Add time_rtc example Ian Chamberlain 2022-01-18 00:21:05 -0500
  • 45bf4b5ec7 Separate screens and internal mutability for Gfx Andrea Ciliberti 2022-01-17 21:27:05 +0100
  • 8fbad7cfeb Added mutability checks for Gfx Andrea Ciliberti 2022-01-15 17:09:07 +0100
  • e248966db1
    Revert "Revert "Fix dropping Gfx before Console"" #21 Meziu 2022-01-14 14:16:24 +0100
  • e101b158ac
    Merge pull request #20 from Meziu/revert-19-fix/dropping-gfx-before-console Meziu 2022-01-14 10:49:18 +0100
  • 67b03a1aa4
    Revert "Fix dropping Gfx before Console" #20 Meziu 2022-01-14 10:49:01 +0100
  • 953e8c1cee
    Merge pull request #19 from AzureMarker/fix/dropping-gfx-before-console Meziu 2022-01-14 07:04:45 +0100
  • 1c5c72477c
    Import Screen in examples to improve consistency #19 AzureMarker 2022-01-13 19:37:58 -0800
  • 67b15b928a
    Tie the lifetime of Gfx to Console AzureMarker 2022-01-13 19:37:02 -0800
  • d021da0c6f Fixed examples for latest Console changes Andrea Ciliberti 2022-01-13 11:25:28 +0100
  • cbdd9d26c3 Require Gfx instance for Console::init Andrea Ciliberti 2022-01-13 10:55:41 +0100
  • a8b00bbed3 Removed backtrace console Andrea Ciliberti 2022-01-12 07:55:51 +0100
  • 6ffcc98e62
    Merge pull request #17 from AzureMarker/fix/console-drop Meziu 2022-01-12 07:54:39 +0100
  • c3ae3a1abc
    Select an empty console when dropping the selected console #17 AzureMarker 2022-01-11 17:57:48 -0800
  • 9a45f575c8
    Add back initialization of default console in Console::drop AzureMarker 2022-01-11 17:19:11 -0800
  • 12ae54c605
    Add some more explanation to Console::drop AzureMarker 2022-01-10 16:46:52 -0800
  • 84ef934223
    Add back slightly simpler Console::drop AzureMarker 2022-01-10 16:43:11 -0800
  • e4b2e701b6
    Run rustfmt #13 AzureMarker 2022-01-09 14:02:05 -0800
  • f2b1b75224
    Apply Clippy suggestions AzureMarker 2022-01-09 13:59:01 -0800
  • ffb239853e
    Update to Rust 2021 AzureMarker 2022-01-07 20:58:24 -0800
  • a16234c4e1
    Run cargo fix to make compatible with Rust 2021 AzureMarker 2022-01-07 20:57:33 -0800
  • 72dafc7fc2
    Update crates to 2018 AzureMarker 2022-01-07 20:53:26 -0800
  • 5c19a8364e
    Ignore IntelliJ's project folder AzureMarker 2022-01-07 20:49:27 -0800
  • f547addf21
    Use ctru_sys crate name instead of libctru, and run cargo fix --edition AzureMarker 2022-01-07 20:49:04 -0800
  • 2fd19e68dd
    Merge pull request #12 from AzureMarker/feature/gfx-wide-mode Meziu 2022-01-08 07:12:59 +0100
  • 07fe052d9a
    Add wide screen mode support to Gfx #12 AzureMarker 2022-01-07 20:15:30 -0800
  • 03c7a772c5 Dedicated BackTrace Console instead of default Andrea Ciliberti 2022-01-07 18:17:37 +0100
  • 143164fda0
    Merge pull request #10 from AzureMarker/master Meziu 2022-01-07 13:28:13 +0100
  • 22404a9f14 Print panic backtrace and exit on command Andrea Ciliberti 2022-01-07 13:24:44 +0100
  • 0b16ff38b8
    Update examples so they build #10 AzureMarker 2022-01-06 17:27:57 -0800
  • d806412c4d Cleaned repository Andrea Ciliberti 2022-01-06 09:28:26 +0100
  • b01f3df547
    Use a Cargo workspace AzureMarker 2022-01-04 21:41:51 -0800
  • 0cdc957a6b
    Move examples to ctru-rs/examples and delete old Xargo related files AzureMarker 2022-01-04 21:36:07 -0800
  • 3041fa8ef1
    Delete ctr-std AzureMarker 2022-01-04 21:33:21 -0800
  • bc8ab4d6db
    Link pthread-3ds via Cargo instead of static lib #7 AzureMarker 2022-01-04 20:45:12 -0800
  • f776cc18c6
    Minimize ctru-sys build script churn AzureMarker 2022-01-04 17:12:49 -0800
  • 9d177faa90
    Link pthread-3ds via Cargo instead of static lib AzureMarker 2022-01-04 17:12:14 -0800
  • 55e701ad5c
    Add "links" value to ctru-sys Cargo.toml AzureMarker 2022-01-03 22:06:46 -0800
  • 049af1f6e8 Fixed missing libraries Andrea Ciliberti 2022-01-01 22:56:37 +0100
  • 16dbec357d
    Merge pull request #6 from AzureMarker/master Meziu 2022-01-01 19:33:48 +0100
  • 380d7fdd9c
    Implement Drop for Console so printing doesn't crash after dropping #6 AzureMarker 2022-01-01 13:14:56 -0500
  • 70ed800481
    Implement Drop for Console so printing doesn't crash after dropping AzureMarker 2022-01-01 13:04:29 -0500
  • ed69327242
    Simplify dependency specification AzureMarker 2022-01-01 11:02:27 -0500
  • ba3679199f
    Add Soc::host_address AzureMarker 2021-12-30 11:56:08 -0500
  • b77bbb8e72 Host address retrieval Andrea Ciliberti 2021-12-29 13:24:06 +0100
  • 8dd2f6ebd3
    Update dependency reference after linker-fix-3ds PR merged AzureMarker 2021-12-28 13:59:43 -0500
  • 471bcb0af0
    Merge pull request #5 from AzureMarker/master Meziu 2021-12-28 12:44:56 +0100
  • 271125cabe
    Use linker_fix_3ds via dependency instead of static lib AzureMarker 2021-12-28 00:12:04 -0500
  • 7a61c6b359
    Use linker-fix-3ds via dependency #5 AzureMarker 2021-12-27 23:54:22 -0500
  • da74ae0a0e
    Merge pull request #4 from AzureMarker/master Meziu 2021-12-27 15:59:49 +0100
  • 861e2d15a5
    Fix Console and Swkbd to not move after initialization #4 AzureMarker 2021-12-26 15:29:31 -0500
  • 42e68139cb
    Fix Console and Swkbd to not move after initialization AzureMarker 2021-12-26 15:17:48 -0500
  • e6080d0b45
    Fix warnings in ctru-rs AzureMarker 2021-12-26 13:11:08 -0500
  • 82d0055b22
    Update to latest libctru AzureMarker 2021-12-25 13:45:28 -0500
  • 82bd2d5e54 Hello worlds are all I tested Meziu 2021-10-29 12:25:40 +0200
  • 6070ddb033 Actually fix every instance of `Qwerty` this time Fenrir 2019-04-14 15:13:40 -0600
  • 48d9199714 QUERTY -> QWERTY Fenrir 2019-03-17 18:51:59 -0600
  • 97c7652fdd
    Merge pull request #74 from FenrirWolf/gfx FenrirWolf 2018-08-26 18:41:42 -0600
  • 5d918280e4 Update and document Gfx module Fenrir 2018-08-26 18:22:10 -0600
  • 4d7406a743 Write entire panic message to stderr at once Fenrir 2018-08-19 18:40:13 -0600
  • 15cb3c1e91
    Merge pull request #73 from FenrirWolf/update-2018-08-18 FenrirWolf 2018-08-19 18:01:18 -0600
  • 5d28bfcfd6 Update for nightly-2018-08-18 Fenrir 2018-08-19 17:48:00 -0600
  • f2a90174bb Update for latest nightly 2018-06-09 (#70) Valentin 2018-06-15 18:57:24 +0200
  • 49041a4e56
    Merge pull request #68 from linouxis9/master FenrirWolf 2018-06-10 11:49:19 -0600
  • 77c84eb66c Fixes according to Fenrir's review Valentin 2018-06-10 14:01:36 +0200
  • fed821e9ea
    Merge pull request #69 from FenrirWolf/libctru-1.5.0 FenrirWolf 2018-05-15 01:18:31 -0600
  • 05ad9c78ec Update travis config Fenrir 2018-05-15 01:00:28 -0600
  • da8eeb74b9 Update bindings for libctru 1.5.0 Fenrir 2018-05-15 00:30:18 -0600
  • 79607df25e Update Travis to latest Nightly ( ͡° ͜ʖ ͡°) linouxis9 2018-05-07 15:46:43 +0200
  • a3895d6cf1
    Fixes Cargo.toml Valentin 2018-05-07 15:37:58 +0200
  • 4901431b02 Update for latest nightly 2018-05-06 linouxis9 2018-05-07 15:31:54 +0200
  • 71d0a86fbe
    Merge pull request #66 from FenrirWolf/swkbd FenrirWolf 2018-04-30 00:39:13 -0600
  • 741ef60a24 Add nul-terminatator to input that expects it Fenrir 2018-04-29 17:31:52 -0600
  • d166c7358f Add software keyboard example Fenrir 2018-04-29 16:02:54 -0600
  • 6070a762e4 Make travis work again Fenrir 2018-04-29 15:09:04 -0600
  • 4f776778f1 add `set_hint_text` and `configure_button` Fenrir 2018-04-29 14:49:36 -0600
  • c490600f13 rename `applet` module to `applets` Fenrir 2018-04-29 14:09:34 -0600
  • 74de604c4c make `get_bytes` a safe function Fenrir 2018-04-29 14:01:36 -0600
  • c18bb0d4cb Initial software keyboard support Fenrir 2018-04-28 22:27:17 -0600
  • 664fc3ab93
    Merge pull request #65 from FenrirWolf/fix-panics FenrirWolf 2018-04-21 19:03:25 -0600
  • 5be1e1181c Update to new panic ABI Fenrir 2018-04-21 18:55:53 -0600
  • 159b5b9e62
    Merge pull request #64 from FenrirWolf/nightly-update FenrirWolf 2018-04-21 16:39:03 -0600
  • b330206f55 Update for Rust nightly 2018-04-19 Fenrir 2018-04-14 20:02:05 -0600
  • 86e22e59b9 Move more implementation details to `imp` module Fenrir 2018-03-17 00:07:07 -0600
  • e672ad9dfb Remove thread name functions Fenrir 2018-03-15 02:12:28 -0600
  • e614084585 Add ctru::thread module Fenrir 2018-03-14 22:01:31 -0600
  • d6f52ed12a Add apt::set_app_cpu_time_limit Fenrir 2018-03-14 22:01:05 -0600
  • 52c4b90131 Update pinned nightly Fenrir 2018-03-15 00:21:14 -0600
  • c95c3289f8
    Make std::path aware of archive prefixes (#61) FenrirWolf 2018-03-04 22:21:50 -0700
  • 2adf73b0c2 Update to nightly-2018-03-01 Fenrir 2018-03-01 22:38:22 -0700
  • 81c3c0b63d
    Merge pull request #62 from FenrirWolf/update-1.24 FenrirWolf 2018-02-17 13:04:42 -0700