Daniel Collin
a90edcafb5
Updated current status
2016-01-02 21:45:57 +01:00
Daniel Collin
46982b4795
Added documentation link
2016-01-02 21:42:50 +01:00
Daniel Collin
c5f45664ef
More documentation
2016-01-02 21:42:37 +01:00
Daniel Collin
4b87f68125
Moved stuff around + documentation
2016-01-02 21:26:13 +01:00
Daniel Collin
a7e1df51ad
Use the new key_handler code
2016-01-02 19:40:56 +01:00
Daniel Collin
66c36fb6c6
Proper error handling if window create fail
2016-01-02 19:40:41 +01:00
Daniel Collin
867daf1ca9
Added working keyboard support for Mac
...
Also moved all code out from windows.rs to a shared key_handler impl
2016-01-02 18:55:46 +01:00
Daniel Collin
8e9f8d33a1
Add support for scaling
2016-01-02 15:49:53 +01:00
Daniel Collin
946aa5ec14
Mac fixes
...
* Removed hard coded global values for width, height, buffer - These are now tracked on a per window basis.
* Fixed multi-window support
* Various cleanup and fixes
2016-01-02 15:37:50 +01:00
Daniel Collin
092965cb49
Removed VSync flag
2016-01-02 15:36:08 +01:00
Daniel Collin
a996f9b865
Removed Windows part as it's fully in Rust now
2016-01-02 12:00:19 +01:00
Daniel Collin
3e9ebe119b
Updated various things
...
* Only depend on Win32 APIs on Windows
* Only depend on Cocoa/etc APIs on Mac
* Bump to 0.2.0
* Added description, keywords, etc
2016-01-02 11:59:59 +01:00
Daniel Collin
6c6d611599
Merge branch 'windows-rs' into wip
...
# Conflicts:
# Cargo.toml
# README.md
# examples/noise.rs
# src/lib.rs
# src/windows.rs
2016-01-02 11:33:08 +01:00
Daniel Collin
1e477cd47f
Rust format
2016-01-02 11:32:05 +01:00
Daniel Collin
d4ca056adc
New version running with keyboard support
2016-01-02 11:32:04 +01:00
Daniel Collin
60e28c4a74
Removed double Key0
2016-01-02 11:31:54 +01:00
Daniel Collin
b66fbe709a
WIP on Windows version
2016-01-02 11:31:54 +01:00
Daniel Collin
3415eb269d
Update README.md
2016-01-02 11:31:35 +01:00
Daniel Collin
22cd61aabc
Merge pull request #6 from kondrak/windows-rs
...
Ignore the "Class already exists" error in multiple-window application
2015-12-28 17:19:58 +01:00
Krzysztof Kondrak
bd5ac066a2
fixed braces formatting + dropped err_code variable
2015-12-28 17:17:23 +01:00
Krzysztof Kondrak
de47861fe3
Ignore the "Class already exists" error in multiple-window application
2015-12-28 16:50:51 +01:00
Daniel Collin
c5aca23e78
Updated README with correct example
2015-12-25 10:37:13 +01:00
Daniel Collin
ab849a63d4
Merge pull request #5 from kondrak/windows-rs
...
Added backquote/tilde key
2015-12-22 12:56:53 +01:00
Krzysztof Kondrak
6fd476783c
Added backquote/tilde key
2015-12-22 12:54:06 +01:00
Daniel Collin
1455bd375e
WIP on Mac version
2015-12-19 14:47:34 +01:00
Daniel Collin
026be10b8b
Finally a visible window!
2015-12-19 11:44:36 +01:00
Daniel Collin
08028c1e54
WIP on Mac version
2015-12-19 08:25:04 +01:00
Daniel Collin
aa5d84eb2b
Added support for key repeat
...
* Added get_keys_pressed(KeyRepeat::Yes/No) in order for the user to
decide if repeat should be used or not
* added is_key_pressed(key, KeyRepeat::Yes/No)
* Added set_key_repeat_delay/rate in order to control the rate/delays of
keys
2015-12-18 20:21:47 +01:00
Daniel Collin
2a05ff3659
Merge pull request #4 from kondrak/windows-rs
...
added ScrollLock and numeric keypad
2015-12-17 12:44:01 +01:00
Krzysztof Kondrak
3bbbd46dd9
remove println\
2015-12-17 12:33:21 +01:00
Krzysztof Kondrak
2f91a754d5
added ScrollLock and numeric keypad
2015-12-17 12:27:46 +01:00
Daniel Collin
cacc5b564b
Merge pull request #2 from kondrak/windows-rs
...
added support for Ctrl and Shift keys
2015-12-16 09:49:07 +01:00
Krzysztof Kondrak
3d54525d46
added support for Ctrl and Shift keys
2015-12-16 09:31:14 +01:00
Daniel Collin
0c2e4cee7c
Added get_keys() function
2015-12-15 14:20:04 +01:00
Daniel Collin
03e8075157
Implemented FitScreen
2015-12-11 14:12:29 +01:00
Daniel Collin
ef9ac3e88c
Fixed broken scaling
2015-12-11 11:26:00 +01:00
Daniel Collin
6f47463a2e
Implemented scaling
...
BestFit isn't implemented yet though
2015-12-11 10:33:20 +01:00
Daniel Collin
2f5503d115
Make sure to keep wchars alive
2015-12-11 09:46:10 +01:00
Daniel Collin
474e6db31d
Null terminate wchar string
2015-12-11 09:25:06 +01:00
Daniel Collin
b05fb33fb3
Use CreateWindowExW instead of A
2015-12-11 08:52:38 +01:00
Daniel Collin
58565b9812
Added more error checking when creating window
2015-12-10 21:27:18 +01:00
Daniel Collin
d8c2a38f39
Changed keys api and added check if window is open
...
Also removed ugly CLOSE_APP global
2015-12-09 15:44:34 +01:00
Daniel Collin
b46868121e
Fixed overflow on windows
2015-12-09 13:04:46 +01:00
Daniel Collin
e89cb04189
Rust format
2015-12-08 23:08:52 +01:00
Daniel Collin
0b2911ca30
New version running with keyboard support
2015-12-08 22:57:14 +01:00
Daniel Collin
6bb0f1f479
Removed double Key0
2015-12-08 18:53:26 +01:00
Daniel Collin
c8b45d8577
WIP on Windows version
2015-12-08 18:49:03 +01:00
Daniel Collin
99e106fe93
WIP on latest Mac version
2015-12-06 19:14:34 +01:00
Daniel Collin
29e744bc19
WIP on pure Rust version of the Mac backend
2015-12-04 20:35:35 +01:00
Daniel Collin
4dd030f4f1
Update README.md
2015-12-02 11:44:00 +01:00