Francesca Plebani
139686ddce
macOS: Improve set_cursor ( #740 )
...
* Improve set_cursor on macOS
* Check for nil
2018-12-28 15:29:29 -05:00
Francesca Plebani
5a0b4dba47
macOS: Implement Refresh ( #742 )
...
* macOS: Implement Refresh
* drawRect should take NSRect
2018-12-27 15:16:58 -05:00
Joe Moon
ea07ec1fda
macOS: fix modifiers during key repeat ( #666 )
...
* macOS: fix modifiers during key repeat
* fix compile warnings
2018-10-17 22:03:26 -04:00
Kirill Chibisov
5a0bc016e7
Add support for F16-F24 ( #641 )
...
* Added support for F16-F19 keys.
* Documented support for F16-F19 keys
* Added support for F20 key
* Added support for F21-F24 on platforms except macOs
* Added support for F21-F24 on macOs
* Documented addition of F16-F24 keys
* Added missing ref qualifier
* Fixed compilation error on 1.24.1
* Refactored methods in macOs events_loop and view files
2018-09-12 13:04:16 -04:00
Joe Moon
1c795c3f1c
625 macos modifiers ( #629 )
...
* fix <C-Tab>
* fix <CMD-{key}>
* move the NSKeyUp special handling into the match statement
* add special handling for `<Cmd-.>`
* formatting
* add return type to msg_send!
2018-08-15 19:42:57 -04:00
Paul Rouget
a32f7f2ec5
Update cocoa and core-graphics ( #608 )
...
* Update cocoa and core-graphics
* Release winit 0.17.0
* Updated date / README version
2018-08-02 16:26:30 -04:00
Josh Groves
7ee46d80e6
Use class macro ( #605 )
2018-07-19 12:02:33 -04:00
Francesca Frangipane
289fb47a34
macOS: Fix doubled key repeats ( #570 )
2018-06-17 15:08:26 -04:00
Francesca Frangipane
1b74822cfc
DPI for everyone ( #548 )
2018-06-14 19:42:18 -04:00
Francesca Frangipane
2b4b64f499
macOS: Only detect clicks+motion within client area ( #561 )
...
* macOS: Only detect clicks within client area
* macOS: Only track mouse motion within client area
* Add CHANGELOG entry about #463 fix
2018-06-11 11:16:39 -04:00
Francesca Frangipane
a34147b602
macOS: Fix keyboard regressions ( #533 )
...
* Emit `ReceivedCharacter` for key repeats
* Enter emits `\r` instead of `\n`
2018-05-22 09:05:33 -04:00
Francesca Frangipane
dec728cfa2
macOS: Implement NSTextInputClient ( #518 )
...
Fixes #263
2018-05-17 21:28:30 -04:00