Commit Graph

  • 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
  • f6d26df64d Windows: CursorState improvements (#526) Francesca Frangipane 2018-05-19 12:02:57 -04:00
  • fddfb2e2d6 Windows: Fix detection of Pause and Scroll keys (#525) Francesca Frangipane 2018-05-18 18:48:19 -04:00
  • dec728cfa2 macOS: Implement NSTextInputClient (#518) Francesca Frangipane 2018-05-17 21:28:30 -04:00
  • 8440091a4e macOS: Implement with_resize_increments (#519) Francesca Frangipane 2018-05-16 10:16:36 -04:00
  • 2464a135b3 macOS: Fix Window::get_current_monitor (#521) Francesca Frangipane 2018-05-16 09:41:45 -04:00
  • 87fa120ebb macOS: Fix re-enabling decorations after the window is built without them (#520) Francesca Frangipane 2018-05-16 08:51:56 -04:00
  • d86f53a02c X11: Fix get_current_monitor (#515) Francesca Frangipane 2018-05-14 08:14:57 -04:00
  • 15a4fec3d9 X11: Fix scroll wheel delta on i3/etc. (#514) Francesca Frangipane 2018-05-13 08:44:23 -04:00
  • 1819be1173 fix(mac_platform): forward keyevent to system (#511) OJ Kwon 2018-05-12 19:10:57 -07:00
  • ffa9b51d27 wayland: improve diagnostic of failed init (#512) Victor Berger 2018-05-12 13:58:11 +02:00
  • b4a8c08f43 compile with icon_loading feature on docs.rs (#509) tinaun 2018-05-11 10:33:06 -04:00
  • 741bcc4672 Correct privacy for Icon::to_cardinals (#510) Francesca Frangipane 2018-05-10 18:42:41 -04:00
  • e48f1fc5f1 Release winit 0.14.0 (#503) v0.14.0 Francesca Frangipane 2018-05-09 10:58:06 -04:00
  • 374f131f1e Update wayland-client to version 0.20.4 (#505) Johannes Hofmann 2018-05-09 01:00:54 +02:00
  • 363261077f Windows: Fix panic when calling set_fullscreen(None) (#502) Jack Magnus 2018-05-08 14:16:49 +02:00
  • 102dd07456 Window icons (#497) Francesca Frangipane 2018-05-07 17:36:21 -04:00
  • 1e97103094 wayland: migrate to smithay-client-toolkit (#490) Victor Berger 2018-05-05 19:36:34 +02:00
  • cc8907b956 X11: Implement resize increments and base size (#494) Francesca Frangipane 2018-05-03 09:41:11 -04:00
  • c4b92ebd45 X11: General cleanup (#491) Francesca Frangipane 2018-05-03 09:15:49 -04:00
  • fee874b5b7 Add Copy/Paste keys (#495) Christian Duerr 2018-05-02 23:18:52 +00:00
  • eba888207e macos platform attributes regression (#488) Joe Moon 2018-04-29 15:51:57 -07:00
  • ea28791da6 x11: Always receive Awakened event in run_forever (#489) Johannes Hofmann 2018-04-29 01:03:06 +02:00
  • fe2d37fcdc Windows: Implement DeviceEvents (#482) Francesca Frangipane 2018-04-28 12:42:33 -04:00
  • 3407a8dd78 Macos multi windows leak (#481) Vladimir 2018-04-28 18:10:06 +02:00
  • 5761fb6b30 macOS: fix subtle regression introduced in 0474dc986 (#487) Joe Moon 2018-04-27 21:12:50 -07:00
  • 7aeb2c083b macOS: Implement Moved (#478) Francesca Frangipane 2018-04-27 20:46:20 -04:00
  • 8f47fdbe67 Windows: Position fixes (#479) Francesca Frangipane 2018-04-26 20:09:33 -04:00
  • 2ea42b3947 Release winit 0.13.1 (#486) Francesca Frangipane 2018-04-26 18:53:16 -04:00
  • 7510b95d8c Set minimum x11-dl version to include Z (#484) Branan Riley 2018-04-26 08:53:11 -07:00