Commit Graph

  • fd349f1822 Use smithay-client-toolkit's dpi handling. (#724) David Craven 2018-12-10 20:55:40 +01:00
  • cb0a085968 X11: WindowBuilder min/max size accounts for DPI (#729) Francesca Plebani 2018-11-30 16:19:50 -05:00
  • aabf0e13b7 On Windows, fix window shrinking when leaving fullscreen in some situations (#718) Osspial 2018-11-20 15:57:06 -05:00
  • 92873b06ed Handle removed wl_outputs (#719) Andreas Johansson 2018-11-20 21:21:58 +01:00
  • 04ca2cf9f4 Fix panic when dragging text onto a window on Windws (#697) (#711) Artúr Kovács 2018-11-20 09:28:26 +01:00
  • b049a4dc66 Add ordering traits to VirtualKeyCode (#713) Oskar Gustafsson 2018-11-19 22:59:04 +01:00
  • 5be52c9753 Increase MSRV to 1.28.0 (#716) Francesca Plebani 2018-11-19 16:56:11 -05:00
  • 3c59283b3f X11: Check if XRRGetOutputInfo returned NULL (#709) Francesca Plebani 2018-11-17 15:51:39 -05:00
  • 3ba808e3c6 On Windows, catch window callback panics and forward them to the calling thread (#703) Osspial 2018-11-17 14:20:04 -05:00
  • df5d66b5e8 Replace thread messages with messages to dummy window (#710) Osspial 2018-11-16 22:17:32 -05:00
  • 7fe90e6c80 Introduce WindowBuilderExt::with_app_id for wayland (#700) Victor Berger 2018-11-15 22:59:56 +01:00
  • 8dcd514393 add mtak- to CONTRIBUTING.md as iOS maintainer, change francesca64 to a reviewer (#702) mtak- 2018-11-12 18:49:15 -08:00
  • 2c3e420f82 travis: freeze dependencies that silently broke 1.24.1 compat (#701) Victor Berger 2018-11-13 02:37:51 +01:00
  • 917db35a84 X11: Fix panic when dropping window before running event loop (#694) Francesca Plebani 2018-11-10 13:54:50 -05:00
  • dd52364d33 [META] Add a CONTRIBUTING.md (#674) Victor Berger 2018-11-10 11:56:40 +01:00
  • 30aa5a5057 version 0.18.0 (#680) v0.18.0 Joe Moon 2018-11-06 21:43:15 -08:00
  • a46fcaee31 Support requesting user attention on macOS (#664) Barret Rennie 2018-11-06 23:50:40 -05:00
  • 52e2748869 Remove From<NSApplicationActivationPolicy> impl from ActivationPolicy (#690) Osspial 2018-11-05 18:54:22 -05:00
  • d2d127a4c4 Make views explicitly layer-backed on macOS Mojave. (#685) Patrick Walton 2018-11-05 11:34:54 -08:00
  • 0fca8e8cb5 X11: Fix DND freezing the WM (#688) Francesca Plebani 2018-11-02 17:41:51 -04:00
  • 6bec912961 Add optional Serde implementations and missing derivable traits (#652) Osspial 2018-11-01 04:24:56 -04:00
  • 214e157e5d Implement HoveredFile and HoveredFileCancelled on Windows (#662) Artúr Kovács 2018-10-24 20:40:12 +02:00
  • da1d479e55 update to image 0.20 (#683) Lucas Kent 2018-10-24 11:29:11 +11:00
  • 062bb0cef2 On linux without X11 or Wayland, reduced the panic message to a single line (#681) Eleanore Young 2018-10-22 00:12:51 +02:00
  • c744b016ce x11: compute resize logical size with new dpi (#668) Victor Berger 2018-10-19 22:32:57 +02:00
  • f486845f7f Implement Debug trait on exported opaque types (#677) George Burton 2018-10-18 04:20:12 +01:00
  • 7baa96c5c7 Provide current modifiers state with pointer events on wayland (#676) trimental 2018-10-18 10:34:02 +08:00
  • ea07ec1fda macOS: fix modifiers during key repeat (#666) Joe Moon 2018-10-17 19:03:26 -07:00
  • 26b70e457b Windows: Fix transparency (#675) Alex Taylor 2018-10-17 17:23:59 -07:00
  • 5d5fcb3911 Windows: Fix window.set_maximized() (#672) Rob Horswell 2018-10-15 00:47:08 +01:00
  • 50008dff3d Upgrade to smithay-client-toolkit 0.4 (#671) trimental 2018-10-15 07:15:43 +08:00
  • 808638fee3 Windows: Fix set_cursor delay (#660) Francesca Plebani 2018-09-22 21:03:38 -04:00
  • b0e3865562 Don't include NUL byte in _NET_WM_NAME (#658) Tobias Umbach 2018-09-20 23:59:37 +02:00
  • bc03ffb317 Add X11-specific with_gtk_theme_variant option (#659) Tobias Umbach 2018-09-20 23:00:04 +02:00
  • 1edbca1775 Wayland: use init_from_env() to create windows and allow server-sid… (#655) trimental 2018-09-21 01:48:36 +08:00
  • 5a0bc016e7 Add support for F16-F24 (#641) Kirill Chibisov 2018-09-12 20:04:16 +03:00
  • bb66b7f28e Update wm spec hints (#646) Sven-Hendrik Haase 2018-09-11 21:03:42 +02:00
  • 0331491b2b Put badges next to each other instead of below eachother (#649) Sven-Hendrik Haase 2018-09-11 20:59:04 +02:00
  • 54a782c8ae Syntax fix in Cargo.toml (#644) Kornel 2018-09-11 05:23:48 +01:00
  • a70bc20829 Remove resize block on Windows (#634) Osspial 2018-08-24 13:48:57 -04:00
  • 102ed3b800 Wayland: commit frame surface on resize (#635) trimental 2018-08-24 01:20:02 +08:00
  • c8e339fe6d version 0.17.2 (#630) v0.17.2 Joe Moon 2018-08-19 15:27:57 -07:00
  • e4e53fe315 Add key repetition for the wayland backend (#628) trimental 2018-08-20 05:17:40 +08:00
  • 1c795c3f1c 625 macos modifiers (#629) Joe Moon 2018-08-15 16:42:57 -07:00
  • b2b740fed7 Windows: Fix fullscreen deadlock + release 0.17.1 (#622) v0.17.1 Francesca Frangipane 2018-08-07 14:24:43 -04:00
  • 09550397d7 Maintenance/620/fix x11 release mode compilation (#621) Azriel Hoh 2018-08-05 18:24:49 +12:00
  • a32f7f2ec5 Update cocoa and core-graphics (#608) v0.17.0 Paul Rouget 2018-08-03 04:26:30 +08:00
  • e8e9fa2418 fix assertion failed: validate_hidpi_factor(dpi_factor) (#607) (#618) Dennis Möhlmann 2018-08-02 19:03:15 +02:00
  • 1a119bdfe9 Use consistent order inside #[cfg(any(...))] (#619) Felix Rabe 2018-08-01 21:22:14 +02:00
  • 21ff2e0ffc Fix unsoundness on Windows (#601) Andrew Hickman 2018-07-27 23:34:08 +01:00
  • df9b23c96a Typo: retreiv... -> retriev... (#614) Felix Rabe 2018-07-27 20:59:53 +02:00
  • 4c117aa282 iOS: Fix the longjmp/setjmp ffi (#613) mtak- 2018-07-26 16:27:26 -07:00
  • 88427262a6 macOS: Fix cursor hiding thread unsafety (#611) Francesca Frangipane 2018-07-26 17:14:16 -04:00
  • 72b24a9348 iOS Abstract Out the UIView type from winit (#609) mtak- 2018-07-25 11:49:46 -07:00
  • 01cb8e59e3 Fix key state on MacOS (#610) Paul Rouget 2018-07-26 01:36:33 +08:00
  • 3910326709 Update wayland-client and client-toolkit (#602) trimental 2018-07-21 00:08:55 +08:00
  • 7ee46d80e6 Use class macro (#605) Josh Groves 2018-07-19 10:02:33 -06:00
  • 0cb5450999 Clarify DPI docs to highlight WindowEvent::HiDpiFactorChanged (#598) Victor Berger 2018-07-16 16:44:29 +02:00
  • 8c78013257 Support NetBSD platform (#603) Iku Iwasa 2018-07-16 23:25:27 +09:00
  • bd944898f0 set the UIViewController's view to the one that was just created (#595) mtak- 2018-07-13 12:10:12 -07:00
  • c1ef1acfc0 Update parking_lot and bump version (#593) v0.16.2 Bastien Orivel 2018-07-07 23:21:53 +02:00
  • 040d3f5d8b Remove incorrect unreachable usage when guessing DPI factor (#592) Francesca Frangipane 2018-07-05 11:52:25 -04:00
  • ec393e4a90 Disable maximize button on non-resizable windows (#588) Joshua Minter 2018-07-04 10:15:19 +10:00
  • 1703d0417a Release winit 0.16.1 (#587) v0.16.1 Francesca Frangipane 2018-07-02 20:14:38 -04:00
  • fad72c0441 X11: Fix compilation when c_char==c_uchar (#586) Francesca Frangipane 2018-07-02 11:05:25 -04:00
  • 2f7321a076 X11+Windows: Guess initial DPI factor (#583) Francesca Frangipane 2018-07-01 11:01:46 -04:00
  • 85ee422acd Define "DPI" in docs. (#580) icefoxen 2018-06-28 14:05:56 -04:00
  • 089816d9ba Release winit 0.16.0 (#578) v0.16.0 Francesca Frangipane 2018-06-25 16:47:10 -04:00
  • c873c2db15 Wayland: Fix window creation dimensions (#577) Francesca Frangipane 2018-06-24 08:28:57 -04:00
  • 047c67baf3 windows feature WS_EX_NOREDIRECTIONBITMAP (#575) えちょ 2018-06-22 10:33:29 +09:00
  • 8f394f117b Change set_cursor_position to return Result<(), String> (#562) aloucks 2018-06-19 10:30:15 -04:00
  • fb7528c239 grab_cursor and hide_cursor (#571) Francesca Frangipane 2018-06-18 12:32:18 -04:00
  • 042f5fe4b3 Shares the XConnection between all event loops instead of just all event (#572) Hal Gentz 2018-06-18 00:44:38 +00:00
  • 289fb47a34 macOS: Fix doubled key repeats (#570) Francesca Frangipane 2018-06-17 15:08:26 -04:00
  • 38bc6babb7 Change Travis badge to SVG (#573) Nikolai Vazquez 2018-06-17 12:08:01 -07:00
  • e7a8efcfa0 Mirror monitor list methods on Window (#567) Francesca Frangipane 2018-06-16 10:14:12 -04:00
  • 1b74822cfc DPI for everyone (#548) Francesca Frangipane 2018-06-14 19:42:18 -04:00
  • f083dae328 Windows creates Alt event instead of Menu event. (to match other platforms) (#551) Lucas Kent 2018-06-14 03:24:33 +10:00
  • 23c384bd30 Release winit 0.15.1 (#564) v0.15.1 Francesca Frangipane 2018-06-13 12:06:22 -04:00
  • ced1616e51 wayland: implement set_resizable (#565) Victor Berger 2018-06-13 17:18:44 +02:00
  • 233ac4aed2 Update to winapi 0.3.5 (#563) Peter Atashian 2018-06-12 11:58:18 -04:00
  • be5a2b0e87 Windows & X11: Window::set_resizable (#558) Danny Fritz 2018-06-11 16:47:50 -06:00
  • 2b4b64f499 macOS: Only detect clicks+motion within client area (#561) Francesca Frangipane 2018-06-11 11:16:39 -04:00
  • 262490d074 X11: Fix super fun race conditions (#554) Francesca Frangipane 2018-06-07 14:08:19 -04:00
  • 8891cfd85e macOS: Resizable without decorations (#553) Francesca Frangipane 2018-06-07 13:29:23 -04:00
  • 2cc8fa1eac X11: implement with_resizable (#540) (#556) Danny Fritz 2018-06-07 10:46:15 -06:00
  • 79aebf06dc macOS: Fix alt and win keycodes (#552) Francesca Frangipane 2018-06-06 11:30:26 -04:00
  • 19dd961752 X11: Fix flickering when resizing with transparency enabled (#546) Francesca Frangipane 2018-06-03 13:11:54 -04:00
  • bf413ecb83 Fix DPI with 0 width/hight reported by xorg (#544) Christian Duerr 2018-06-03 16:41:47 +00:00
  • fd1a3eda1c Test against rustc 1.24.1 on Travis (#547) Francesca Frangipane 2018-06-02 22:59:59 -04:00
  • 0e2488db32 Added a GitHub PULL_REQUEST_TEMPLATE (#542) Danny Fritz 2018-06-02 09:04:08 -06:00
  • 58a00bffbb Windows: implement with_resizable (#540) (#541) Danny Fritz 2018-06-02 08:51:24 -06:00
  • bbfe57400d appveyor.yml: Test additional Rust channels (#539) Johannes Hofmann 2018-05-30 13:57:40 +02:00
  • 4372f6fdac X11: Flatten window model (#536) Francesca Frangipane 2018-05-29 07:48:47 -04:00
  • 30f798b246 X11: util design improvements (#534) Francesca Frangipane 2018-05-27 08:49:35 -04:00
  • 282770f11a Release winit 0.15.0 (#530) v0.15.0 Francesca Frangipane 2018-05-22 14:17:41 -04:00
  • 17373a4e91 X11: Fix primary monitor fallback regression (#532) Francesca Frangipane 2018-05-22 09:07:46 -04:00
  • a34147b602 macOS: Fix keyboard regressions (#533) Francesca Frangipane 2018-05-22 09:05:33 -04:00
  • cebd15bfd1 X11: Improve hint support (#529) Francesca Frangipane 2018-05-20 10:47:22 -04:00
  • f51f7c0ca8 Add option to make window "always on top" (#528) Francesca Frangipane 2018-05-20 10:24:05 -04:00