Commit Graph

  • fae10c6072 Emit delete character on Windows (#352) Jacob Kiesel 2017-11-21 02:12:51 -07:00
  • cfd087d9a5 Mouse events (#344) Jacob Kiesel 2017-11-12 13:56:57 -07:00
  • c61f9b75f8 Wayland: implement touch events (#342) Victor Berger 2017-11-11 10:03:42 +01:00
  • bbf13561b5 Fix docs rendering (#340) Gabriel Majeri 2017-11-05 12:21:57 +02:00
  • 61d25be3e0 wayland: upgrade wayland-window (#339) Victor Berger 2017-11-03 17:35:29 +01:00
  • 37a10e6741 update macos deps (#335) Andriy Symonovych 2017-10-31 12:03:18 +02:00
  • 62e45fa75d wayland: update dependencies (#334) Victor Berger 2017-10-30 07:27:43 +01:00
  • 01d1178d7b Made poll events loop over as many events as there may be instead of just one. (#333) Ken Reed 2017-10-29 02:02:57 -04:00
  • b3c5ee6219 Fix no primary monitor panic in XWayland (#318) Alex Butler 2017-10-28 14:24:37 +01:00
  • 36058ab8e6 Improve the documentation of DeviceEvent::Motion (#321) Bruno Ploumhans 2017-10-28 12:33:51 +02:00
  • 159364bec3 Impl Clone for EventsLoopProxy (#331) Chris Tolliday 2017-10-25 11:03:57 -07:00
  • 58181dbff9 wayland: Fix drop order for display (#326) Victor Berger 2017-10-25 18:28:24 +02:00
  • 760e588627 Use EnumDisplayMonitors to enumerate monitors on Windows (#327) kryptan 2017-10-25 18:12:39 +03:00
  • d10312c6b1 Rewrite of wayland backend to new wayland-client API (#325) Victor Berger 2017-10-20 09:46:42 +02:00
  • 4e4db1749d Make MonitorId::get_position() return (i32, i32) instead of (u32, u32) because it can be negative on Windows (#324) kryptan 2017-10-19 20:08:05 +03:00
  • 229029f2da Formalize thread-safety guarantees (#322) Victor Berger 2017-10-18 20:40:21 +02:00
  • 48902297b7 Implement public API for high-DPI (#319) kryptan 2017-10-17 14:56:38 +03:00
  • eff3440482 Mirror x11 ISO_LEFT_TAB detection on wayland and release version 0.8.3 (#314) Chet Gurevitch 2017-10-12 00:39:41 -07:00
  • 80d9a6371d Use travis matrix for the ios/linux variants (#313) Pedro Côrte-Real 2017-10-08 14:51:55 +01:00
  • 3d8c94bae5 wayland: commit the empty surface at init (#309) Victor Berger 2017-10-08 15:51:48 +02:00
  • 3f33cd1929 Make ISO_Left_Tab generate VirtualKeyCode::Tab (#308) Matteo Signer 2017-10-08 13:59:45 +02:00
  • 1db92063d9 Fix X11 on 32bit architectures (#311) Pedro Côrte-Real 2017-10-07 20:20:37 +01:00
  • 5af88d97e8 On Windows, use SWP_ASYNCWINDOWPOS to prevent thread from blocking when calling (#302) Chris Tolliday 2017-10-04 00:42:35 -07:00
  • b337d8f99b Version 0.8.2 (#301) Victor Berger 2017-09-28 19:04:26 +02:00
  • 515595153d Wayland: rework the event loop & expose readiness signal (#298) Victor Berger 2017-09-27 16:31:46 +02:00
  • df7e349c70 Complete documentation for top-level items (#299) David Harvey-Macaulay 2017-09-25 14:58:59 +01:00
  • 9c116a1bae x11: uniformize keyboard scancodes with linux (#297) Victor Berger 2017-09-25 07:25:36 +02:00
  • 15fbc0dff4 Publish 0.8.1 with fixes necessary for glutin (#296) tomaka 2017-09-23 09:36:30 +02:00
  • 6a2a7036d4 Fix mistake in 0.8 changelog (#294) tomaka 2017-09-23 09:36:21 +02:00
  • 3edc8e0cd9 Publish 0.8.0 (#290) tomaka 2017-09-22 08:00:19 +02:00
  • 52a78d61bf Fix #273 (#274) Matteo Signer 2017-09-21 16:09:07 +02:00
  • f81a0741f5 Fixes to the documentation of EventsLoop (#288) tomaka 2017-09-17 19:59:36 +02:00
  • 192bd798e3 Implement virtual key translation for emscripten (#289) Kelvin Ly 2017-09-16 09:46:53 -04:00
  • 52a7b07c79 Move the Suspended event outside of WindowEvent (#284) tomaka 2017-09-15 16:24:09 +02:00
  • 1d0b5bcfbd Remove the use platform_not_supported hack (#285) tomaka 2017-09-15 15:45:45 +02:00
  • 769d4fe897 Emscripten rework (#286) tomaka 2017-09-14 16:31:34 +02:00
  • ae7802c8c2 Fix warnings for win32 (#283) tomaka 2017-09-13 11:15:16 +02:00
  • c82fcd203f Update docs of windows-specific methods (#281) pravic 2017-09-13 10:19:54 +03:00
  • 59c33d2c6a Move fullscreen modes to not touch physical resolutions (#270) Pedro Côrte-Real 2017-09-07 09:33:46 +01:00
  • 342d5d8587 Remove api_transition macro (#279) tomaka 2017-09-06 17:32:24 +02:00
  • 0ada6c15ea Fix travis OSX rust stable build (#280) Pedro Côrte-Real 2017-09-05 07:26:05 +01:00
  • 2a4b381384 Update iOS for EventsLoop design (#275) tomaka 2017-09-04 12:41:10 +02:00
  • fe1deb83ae Update Android code with EventsLoop (#272) tomaka 2017-09-04 12:41:02 +02:00
  • 5b57b73fe8 Remove dead code causing warnings (#278) Pedro Côrte-Real 2017-09-04 07:45:56 +01:00
  • 3d1c18ded9 Events loop backend (#269) tomaka 2017-09-01 11:04:57 +02:00
  • e65cacbc86 Use a sync::Barrier on win32 to sync threads instead of a channel (#271) tomaka 2017-08-31 19:45:17 +02:00
  • 1b22e39fb2 wayland: internal event buffer & wait for xdg configure (#255) Victor Berger 2017-08-31 19:43:24 +02:00
  • 7dc6fcdedc Rework MonitorId::get_native_identifier (#267) tomaka 2017-08-30 08:49:18 +02:00
  • f7a8bcddb8 Merge pull request #130 from pedrocr/maximization tomaka 2017-08-29 11:53:22 +02:00
  • 60b575a7c1 Get rid of FullScreenState::get_monitor() Pedro Côrte-Real 2017-08-29 02:08:12 +01:00
  • b3ef9c8b22 Use new fullscreen API in example Pedro Côrte-Real 2017-08-29 01:50:11 +01:00
  • 9693f7caa9 Convert new fullscreen API in all platforms Pedro Côrte-Real 2017-08-29 01:46:03 +01:00
  • 1382adbf11 Unify fullscreen and fullscreen_windowed APIs Pedro Côrte-Real 2017-08-29 01:36:24 +01:00
  • b35c4a5ee5 maximized/fullscreen as noops for other platforms Pedro Côrte-Real 2017-08-28 01:43:34 +01:00
  • eff04394c9 Slight maximize/fullscreen X11 cleanup Pedro Côrte-Real 2017-08-28 01:21:31 +01:00
  • 1d97a2a506 Implement Windowed Fullscreen Pedro Côrte-Real 2017-08-28 00:22:26 +01:00
  • a4052b8693 Add window maximization API Pedro Côrte-Real 2017-08-28 00:19:26 +01:00
  • 17de3f1d15 Merge pull request #265 from NeQuissimus/0_7_6 tomaka 2017-08-26 16:55:35 +02:00
  • be9d4e7e03 Release 0.7.6 Tim Steinbach 2017-08-26 10:41:24 -04:00
  • 3b8de1af34 Merge pull request #262 from lloydac/creation_error_clone tomaka 2017-08-24 08:23:14 +02:00
  • f81d6ddf93 Derive Clone for CreationError Lloyd Cunningham 2017-08-23 20:52:06 -05:00
  • 200ef9c307 Merge pull request #244 from robsaunders/mac-file-drag-and-drop tomaka 2017-08-18 11:35:19 +02:00
  • 63fdc3f903 Merge pull request #241 from rukai/add-windows-virtual-key-codes tomaka 2017-08-07 07:59:51 +02:00
  • 8e3e60b1c3 Merge pull request #253 from lloydac/monitorid_clone tomaka 2017-08-06 07:13:19 +02:00
  • 24f5b0b591 Derive Clone for MonitorId Lloyd Cunningham 2017-08-05 18:15:50 -05:00
  • 4202c35786 Merge pull request #250 from Osspial/master tomaka 2017-08-05 09:17:30 +02:00
  • 786666aca8 Revise Mutex+Convar implementation based on PR feedback Osspial 2017-08-05 02:51:30 -04:00
  • 657860a233 Re-implement resize patch using Mutex + Convar Osspial 2017-08-05 02:07:58 -04:00
  • d2034b1700 Add null terminator to custom events Osspial 2017-08-02 20:50:55 -04:00
  • 13bd116891 Fix laggy rendering when resizing win32 window Osspial 2017-08-02 20:49:50 -04:00
  • a582df443b Merge pull request #229 from swiftcoder/master tomaka 2017-08-02 15:30:58 +02:00
  • 718e0f8551 Merge pull request #247 from zpgaal/issue_240_simple tomaka 2017-07-31 19:32:33 +02:00
  • d868510cc8 Comment to describe message order zpgaal 2017-07-31 18:00:29 +02:00
  • 8f03fb7a34 Revert "test explicit drop" gzp 2017-07-31 12:25:49 +02:00
  • a14bae8742 Merge pull request #248 from Ralith/fix-evdev-emulated-scroll tomaka 2017-07-30 21:14:19 +02:00
  • c508d68d1d Fix evdev emulated scroll events Benjamin Saunders 2017-07-30 11:40:52 -07:00
  • 15c4641758 Unwrap axis id in raw mouse motion on Mac Tristam MacDonald 2017-07-29 07:56:08 -07:00
  • 6820e2a826 Implement raw mouse motion for Mac Tristam MacDonald 2017-07-15 18:32:18 -07:00
  • ed761bef7d Also hide the cursor when grabbed Tristam MacDonald 2017-07-15 18:02:32 -07:00
  • 491bc891e8 test explicit drop gzp 2017-07-28 13:28:55 +02:00
  • c57ec33c00 also call default window handle on wm_close gzp 2017-07-28 13:12:16 +02:00
  • 28cdce99c0 replace wm_destroy by wm_close gzp 2017-07-28 13:09:50 +02:00
  • 45c5568c89 Merge pull request #245 from umurgdk/fix-x11-hidpi tomaka 2017-07-27 09:23:30 +02:00
  • d65d9950f2 Fixes window inner size calc for hidpi windows X11 Umur Gedik 2017-07-27 14:04:04 +09:00
  • 06e01e4cb3 Added event for cancelling a drag and drop. Rob Saunders 2017-07-27 10:56:34 +08:00
  • 5f00028f6b Mac module emits the winit events DroppedFile and HoveredFile. Rob Saunders 2017-07-27 10:51:00 +08:00
  • 4ef7c71c66 Initial drag and drop support for Mac OS, printing filenames to stdout. Rob Saunders 2017-07-27 00:59:42 +08:00
  • 3b7dbd01d0 Merge pull request #243 from tomaka/android-test tomaka 2017-07-25 11:24:34 +02:00
  • 8f04d6d4d0 Fix caching Pierre Krieger 2017-07-25 10:16:46 +02:00
  • 3ccee6c2f1 Use circle-ci for Android Pierre Krieger 2017-07-25 10:13:45 +02:00
  • 772acc742e Build the window example for android Pierre Krieger 2017-07-25 10:01:05 +02:00
  • a15b818827 Check Android build on travis Pierre Krieger 2017-07-25 09:50:40 +02:00
  • 32eea41b1b add missing windows virtual key codes Lucas Kent 2017-07-24 20:21:04 +10:00
  • cc89d56e43 Merge pull request #215 from vberger/xdg_shell tomaka 2017-07-20 12:29:20 +02:00
  • c86cf416d5 wayland: add a warning in the examples in case no window is displayed. Victor Berger 2017-07-19 18:53:49 +02:00
  • 8d5b23d56c Update wayland-window to support xdg_shell Victor Berger 2017-07-05 16:23:10 +02:00
  • 28eddb64a9 Merge pull request #238 from GuildMasterInfinite/gui-thread tomaka 2017-07-18 20:53:59 +02:00
  • 2066909845 Merge pull request #223 from Determinant/xim-send-spot tomaka 2017-07-18 20:09:02 +02:00
  • 8add21b04f Use IsGUIThread to initialize message queue Gabriel Majeri 2017-07-18 20:57:22 +03:00
  • 00197b3d04 Merge pull request #236 from alexheretic/master Victor Berger 2017-07-18 14:35:32 +02:00