Commit graph

  • 479088dab9 Bump to 0.2.2 and added homepage link Daniel Collin 2016-01-03 15:30:33 +0100
  • 63966e4a68 Removed unused file Daniel Collin 2016-01-03 15:29:30 +0100
  • 20e1b228cd Make sure we handle *nix correctly Daniel Collin 2016-01-03 15:28:00 +0100
  • 264a630c39 Handle scaling and window close Daniel Collin 2016-01-03 15:11:18 +0100
  • fa8101b885 Added X11 keyboard support Daniel Collin 2016-01-03 13:37:17 +0100
  • 9c07aaae60 WIP on X11 version Daniel Collin 2016-01-03 11:25:05 +0100
  • 424e913521 Correct link to example Daniel Collin 2016-01-03 08:31:51 +0100
  • ad31097798 Fixed example and added Cargo dep Daniel Collin 2016-01-03 08:29:37 +0100
  • bfff11abbf Bump to 0.2.1 Daniel Collin 2016-01-02 22:16:00 +0100
  • ae5917741f Fixed bad usage of incorrect Window Daniel Collin 2016-01-02 22:07:38 +0100
  • 4e6d53deab Updated licence Daniel Collin 2016-01-02 22:01:09 +0100
  • 894da55768 Merge branch 'wip' Daniel Collin 2016-01-02 21:46:28 +0100
  • a90edcafb5 Updated current status Daniel Collin 2016-01-02 21:45:57 +0100
  • 46982b4795 Added documentation link Daniel Collin 2016-01-02 21:42:50 +0100
  • c5f45664ef More documentation Daniel Collin 2016-01-02 21:42:37 +0100
  • 4b87f68125 Moved stuff around + documentation Daniel Collin 2016-01-02 21:26:08 +0100
  • a7e1df51ad Use the new key_handler code Daniel Collin 2016-01-02 19:40:56 +0100
  • 66c36fb6c6 Proper error handling if window create fail Daniel Collin 2016-01-02 19:40:41 +0100
  • 867daf1ca9 Added working keyboard support for Mac Daniel Collin 2016-01-02 18:55:46 +0100
  • 8e9f8d33a1 Add support for scaling Daniel Collin 2016-01-02 15:49:53 +0100
  • 946aa5ec14 Mac fixes Daniel Collin 2016-01-02 15:37:50 +0100
  • 092965cb49 Removed VSync flag Daniel Collin 2016-01-02 15:36:08 +0100
  • a996f9b865 Removed Windows part as it's fully in Rust now Daniel Collin 2016-01-02 12:00:19 +0100
  • 3e9ebe119b Updated various things Daniel Collin 2016-01-02 11:59:59 +0100
  • 6c6d611599 Merge branch 'windows-rs' into wip Daniel Collin 2016-01-02 11:33:08 +0100
  • 1e477cd47f Rust format Daniel Collin 2015-12-08 23:08:52 +0100
  • d4ca056adc New version running with keyboard support Daniel Collin 2015-12-08 22:57:14 +0100
  • 60e28c4a74 Removed double Key0 Daniel Collin 2015-12-08 18:53:26 +0100
  • b66fbe709a WIP on Windows version Daniel Collin 2015-12-08 18:49:03 +0100
  • 3415eb269d Update README.md Daniel Collin 2015-12-02 11:44:00 +0100
  • 22cd61aabc Merge pull request #6 from kondrak/windows-rs Daniel Collin 2015-12-28 17:19:58 +0100
  • bd5ac066a2 fixed braces formatting + dropped err_code variable Krzysztof Kondrak 2015-12-28 17:17:23 +0100
  • de47861fe3 Ignore the "Class already exists" error in multiple-window application Krzysztof Kondrak 2015-12-28 16:50:51 +0100
  • c5aca23e78 Updated README with correct example Daniel Collin 2015-12-25 10:37:13 +0100
  • ab849a63d4 Merge pull request #5 from kondrak/windows-rs Daniel Collin 2015-12-22 12:56:53 +0100
  • 6fd476783c Added backquote/tilde key Krzysztof Kondrak 2015-12-22 12:54:06 +0100
  • 1455bd375e WIP on Mac version Daniel Collin 2015-12-19 14:47:34 +0100
  • 026be10b8b Finally a visible window! Daniel Collin 2015-12-19 11:44:36 +0100
  • 08028c1e54 WIP on Mac version Daniel Collin 2015-12-19 08:25:04 +0100
  • aa5d84eb2b Added support for key repeat Daniel Collin 2015-12-18 20:21:47 +0100
  • 2a05ff3659 Merge pull request #4 from kondrak/windows-rs Daniel Collin 2015-12-17 12:44:01 +0100
  • 3bbbd46dd9 remove println\ Krzysztof Kondrak 2015-12-17 12:33:21 +0100
  • 2f91a754d5 added ScrollLock and numeric keypad Krzysztof Kondrak 2015-12-17 12:27:46 +0100
  • cacc5b564b Merge pull request #2 from kondrak/windows-rs Daniel Collin 2015-12-16 09:49:07 +0100
  • 3d54525d46 added support for Ctrl and Shift keys Krzysztof Kondrak 2015-12-16 09:31:14 +0100
  • 0c2e4cee7c Added get_keys() function Daniel Collin 2015-12-15 14:20:04 +0100
  • 03e8075157 Implemented FitScreen Daniel Collin 2015-12-11 14:12:29 +0100
  • ef9ac3e88c Fixed broken scaling Daniel Collin 2015-12-11 11:26:00 +0100
  • 6f47463a2e Implemented scaling Daniel Collin 2015-12-11 10:33:20 +0100
  • 2f5503d115 Make sure to keep wchars alive Daniel Collin 2015-12-11 09:46:10 +0100
  • 474e6db31d Null terminate wchar string Daniel Collin 2015-12-11 09:25:06 +0100
  • b05fb33fb3 Use CreateWindowExW instead of A Daniel Collin 2015-12-11 08:52:38 +0100
  • 58565b9812 Added more error checking when creating window Daniel Collin 2015-12-10 21:27:18 +0100
  • d8c2a38f39 Changed keys api and added check if window is open Daniel Collin 2015-12-09 15:44:34 +0100
  • b46868121e Fixed overflow on windows Daniel Collin 2015-12-09 13:04:33 +0100
  • e89cb04189 Rust format Daniel Collin 2015-12-08 23:08:52 +0100
  • 0b2911ca30 New version running with keyboard support Daniel Collin 2015-12-08 22:57:14 +0100
  • 6bb0f1f479 Removed double Key0 Daniel Collin 2015-12-08 18:53:26 +0100
  • c8b45d8577 WIP on Windows version Daniel Collin 2015-12-08 18:49:03 +0100
  • 99e106fe93 WIP on latest Mac version Daniel Collin 2015-12-06 19:14:34 +0100
  • 29e744bc19 WIP on pure Rust version of the Mac backend Daniel Collin 2015-12-04 20:35:35 +0100
  • 4dd030f4f1 Update README.md Daniel Collin 2015-12-02 11:44:00 +0100
  • e83c66b8dd Minor fixup Daniel Collin 2015-11-27 23:49:24 +0100
  • 860f8b4f3d Ran rustfmt Daniel Collin 2015-11-27 23:47:15 +0100
  • 15ec55aae2 Working Win32 version in pure Rust Daniel Collin 2015-11-27 23:42:28 +0100
  • a9b0a11853 Window gets created Daniel Collin 2015-11-27 21:25:50 +0100
  • ccfeeb24da WIP on Windows version Daniel Collin 2015-11-27 19:14:24 +0100
  • 298e535de2 Started to work on Rust only version for Windows Daniel Collin 2015-11-24 21:46:52 +0100
  • 858b07f506 Fixed Linux version Daniel Collin 2015-11-23 20:44:21 +0100
  • 48da30a25f Fixed Windows version Daniel Collin 2015-11-23 20:21:11 +0100
  • 7aa0ca5125 Updated README Daniel Collin 2015-11-23 19:46:51 +0100
  • 417e27b3f1 Updated README with link to Rust Daniel Collin 2015-11-23 19:41:26 +0100
  • 1105de9cc2 Updated README Daniel Collin 2015-11-23 19:39:43 +0100
  • 550fe5d89d Added noise.rs link Daniel Collin 2015-11-23 19:34:25 +0100
  • 31e426a404 Some minor fixes Daniel Collin 2015-11-23 19:27:18 +0100
  • 09d568eeec Added screenshot of noise test Daniel Collin 2015-11-23 19:26:27 +0100
  • 6aa4dbbac1 Updated Noise Example Daniel Collin 2015-11-23 19:23:11 +0100
  • 5f752255fd Some cleanup Daniel Collin 2015-11-23 19:14:10 +0100
  • 8abc41f7cd Cleaned example Daniel Collin 2015-11-22 19:03:28 +0100
  • 482e2dee48 Missed } in example Daniel Collin 2015-11-22 19:01:34 +0100
  • da708538b9 Updated readme Daniel Collin 2015-11-22 19:00:35 +0100
  • 546cc762d8 Ran rustfmt Daniel Collin 2015-11-22 18:56:53 +0100
  • 0c1fd92275 Initial version Daniel Collin 2015-11-22 18:55:38 +0100