Commit graph

  • 5d0bc5f607
    Correct 0.20.0 Alpha 2 release date Osspial 2019-07-09 19:19:00 -0400
  • ce5cf97e17
    Release Alpha 2 (#996) Osspial 2019-07-09 18:25:32 -0400
  • 3ee59696e5 Always use f as the argument name for &mut std::fmt::Formatter (#1023) Felix Rabe 2019-07-09 23:49:07 +0200
  • f5c624bcd6 Handle RedrawRequested event in request_redraw example (#1030) aloucks 2019-07-09 00:22:10 -0400
  • 026b331ba5 Handle WM_POINTER* events in favor of WM_TOUCH Kalmár Róbert 2019-07-05 18:37:25 +0200
  • 93c36ccf78 Handle WM_POINTER* events in favor of WM_TOUCH Kalmar Robert 2019-06-27 11:34:38 +0200
  • c1f314ccdc MacOS: request_user_attention(bool -> enum) (#1021) Felix Rabe 2019-07-07 22:14:00 +0200
  • 53a89f28a0 Remove dead code (unused as of d5391686a) (#1022) Felix Rabe 2019-07-07 22:13:17 +0200
  • f874d76289 Fix warnings (#1020) Felix Rabe 2019-07-07 22:12:39 +0200
  • 76645f3b5a Bump version Héctor Ramón Jiménez 2019-07-07 05:51:06 +0200
  • 28775be115 Fix transparent window with decorations (#1011) Bradley Smith 2019-07-06 10:29:15 -0700
  • 7d3ff3d2d9 Fix warning (#1016) Felix Rabe 2019-07-06 19:28:50 +0200
  • 4a5d639d74
    On Windows, fix with_maximized not properly setting window size to entire window. (#1013) Osspial 2019-07-05 17:28:11 -0400
  • 74a7cf55ea
    Fix issues with redraw_requested when called during EventsCleared (#994) Osspial 2019-07-04 16:14:15 -0400
  • 9393b14b01 X11: Disable maximize on non-resizable windows (#1000) Murarth 2019-07-04 03:43:44 -0700
  • f8bd671073 Remove Metal dependency on macOS (#1003) Aleksi Juvani 2019-07-03 21:19:07 +0300
  • 2af753f307 Fix warnings on Linux (#1004) Murarth 2019-07-03 11:18:42 -0700
  • 5cc84f32db Improve feature names to enable web backends Héctor Ramón Jiménez 2019-07-01 20:43:54 +0200
  • e89674d337 Add dyn keyword where necessary Héctor Ramón Jiménez 2019-07-01 20:23:42 +0200
  • de120280e3 Fix mouse release/press events Héctor Ramón Jiménez 2019-06-29 17:48:22 +0200
  • 7f2ba0ee3e Fix set_cursor_icon Héctor Ramón Jiménez 2019-06-29 17:48:01 +0200
  • 5bf303fd26 Improve handling of file paths in the windows DnD handler (#980) Michael Streif 2019-06-29 00:07:36 +0200
  • e37e46b155 Remove comment that contradicts code (#992) Felix Rabe 2019-06-28 21:32:27 +0200
  • b8192ef6f6 Revert "wayland: use an invisible surface as shell surface (#835)" (#981) Victor Berger 2019-06-28 21:31:54 +0200
  • 23354cf1a5 Implement _NET_WM_PING for X11 (#977) Ho-Yon Mak 2019-06-28 01:40:27 +0100
  • dd38fab2f3 examples/window_icon.rs: De-duplicate code (#988) Felix Rabe 2019-06-27 17:59:13 +0200
  • ac08601b40 Implement DeviceEvent::Button on Mac (#967) Tristam MacDonald 2019-06-26 23:58:21 -0700
  • ea73dac753 Fix feature names Héctor Ramón Jiménez 2019-06-27 01:18:46 +0200
  • 2a35646520 Use latest stdweb revision Héctor Ramón Jiménez 2019-06-27 00:23:58 +0200
  • bb285984da Implement stdweb backend for web platform Héctor Ramón Jiménez 2019-06-27 00:02:46 +0200
  • 34db2d7d4c Fix broken links to mod DPI on various documentation pages (#984) Austin Lasher 2019-06-26 09:35:54 -0400
  • 0e20973bdb Fix 968: Invisible windows steal focus from visible windows Win32 (#968) chichid 2019-06-26 00:04:49 -0400
  • 29e2481597 Remove XFlush call in event loop (#982) Murarth 2019-06-25 14:29:52 -0700
  • 1596cc5d9e Avoid leaking implementation details in Canvas API Héctor Ramón Jiménez 2019-06-25 21:36:24 +0200
  • 8f66d96915 Support ReceivedCharacter event Héctor Ramón Jiménez 2019-06-25 21:18:11 +0200
  • 8ad078b964 Implement keyboard and blur/focus events Héctor Ramón Jiménez 2019-06-25 21:01:13 +0200
  • d5368d7979 Implement Canvas::request_redraw Héctor Ramón Jiménez 2019-06-25 18:39:41 +0200
  • 9c5657b86c Remove Canvas when dropped Héctor Ramón Jiménez 2019-06-25 18:19:22 +0200
  • b79089ea57 Implement web_sys::Canvas event listeners Héctor Ramón Jiménez 2019-06-25 18:07:47 +0200
  • 3555de114a Wayland: Add relative pointer movement (#973) Cherser-s 2019-06-25 12:00:41 +0300
  • c5703eb00a Draft web platform structure Héctor Ramón Jiménez 2019-06-25 03:15:34 +0200
  • dbe6a1bcdf Update docs to differentiate DeviceEvents and WindowEvents (#976) Austin Lasher 2019-06-24 17:30:06 -0400
  • eea9530f38 Merge remote-tracking branch 'blm/web-sys' into stdweb-eventloop-2 Héctor Ramón Jiménez 2019-06-24 18:31:56 +0200
  • a195ce8146
    Re-format on stable rustfmt (#974) Osspial 2019-06-24 12:14:55 -0400
  • a0f280e71f Update how timeouts are cleared to avoid possible double-clearing Ryan Goldstein 2019-06-23 14:38:35 -0700
  • cf28751ae3 Remove unnecessary set-to-wait in example Ryan Goldstein 2019-06-23 14:38:16 -0700
  • 9dd15d00d8 Update PULL_REQUEST_TEMPLATE.md (#969) Felix Rabe 2019-06-23 20:05:37 +0200
  • 2442305bb7 Forward porting (#966) Felix Rabe 2019-06-23 08:39:26 +0200
  • 063648368d CHANGELOG.md: Move entries for #805 to 0.19.1 (#965) Felix Rabe 2019-06-22 19:57:56 +0200
  • 918b2efce7
    Improve the example in lib.rs (#957) Osspial 2019-06-22 13:26:06 -0400
  • 2467a997f4 [#963] Change XRandR display size check to also take height into account (#964) Abendstolz 2019-06-22 18:48:51 +0200
  • f457c6a0b8 Change Suspended(true/false) => Suspended/Resumed (#959) Felix Rabe 2019-06-22 04:59:31 +0200
  • 1193cada46 Minor spelling changes (#960) Felix Rabe 2019-06-22 02:34:55 +0200
  • b0e09b8ffe Rephrase (#958) Felix Rabe 2019-06-22 01:35:08 +0200
  • 8d6e8bb8d1
    Release 0.20.0 Alpha 1 (#913) Osspial 2019-06-21 11:33:44 -0400
  • e2c84725de
    Format everything and add rustfmt to travis (#951) Osspial 2019-06-21 11:33:15 -0400
  • b571362bf1 Fix a panic due to double-borrow Ryan Goldstein 2019-06-20 21:46:01 -0700
  • b1b5aefc4b
    Implement fix described in #851 (#945) Osspial 2019-06-20 23:59:27 -0400
  • 06244dd492
    Remove window resize call in timer example (#938) Osspial 2019-06-19 22:06:09 -0400
  • de2f0740f7
    Move contributors table to wiki (#934) Osspial 2019-06-19 15:12:27 -0400
  • c56a66cb90 Fix warnings (#929) Felix Rabe 2019-06-19 21:12:01 +0200
  • c1329ff156 Linkify HALL_OF_CHAMPIONS.md (#935) Felix Rabe 2019-06-19 00:30:37 +0200
  • 72509b5b42
    Update example in README.md and add move prefix to window.rs example closure (#921) Osspial 2019-06-18 11:15:55 -0400
  • c35fdc8d61 Fix thread-safety of set_maximized and set_title on macOS (#922) Aleksi Juvani 2019-06-18 09:34:27 +0300
  • 5d31f73302
    Clean up Cargo.toml after incorrect rebase Ben Merritt 2019-06-17 22:56:37 -0700
  • 7de1261555
    Fix some warnings Ben Merritt 2019-06-07 22:39:28 -0700
  • 91a511ba8c
    Replace JS snippet with throw_str Ben Merritt 2019-06-07 22:35:40 -0700
  • 94f6294c0a
    Prevent callbacks from being destroyed too early Ben Merritt 2019-06-06 21:37:57 -0700
  • 77cd3adb01
    TEMPORARY: add testing example Ben Merritt 2019-06-05 22:58:11 -0700
  • 7dabad4d71
    Fix throwToEscapeEventLoop function Ben Merritt 2019-06-05 22:51:11 -0700
  • 54b4074369
    Port remaining modules to web_sys Ben Merritt 2019-06-04 23:08:09 -0700
  • e4d8e22846
    Start implementing web-sys backend Ben Merritt 2019-06-03 22:51:01 -0700
  • 403dcc02f4 CONTRIBUTING.md: Linkify project members (#933) Felix Rabe 2019-06-18 00:52:30 +0200
  • 64be6e5c5e Typo (#932) Felix Rabe 2019-06-18 00:22:01 +0200
  • c661006683 Use dbg!() macro in monitor list example (#931) Felix Rabe 2019-06-18 00:13:35 +0200
  • f879bca21c Migrate to 2018 edition. (#924) CrLF0710 2019-06-18 02:27:00 +0800
  • 182beb4f8b Indicate that I will be maintaing the stdweb backend Ryan Goldstein 2019-06-16 21:34:54 -0700
  • 2690306f4a Implement Poll and WaitUntil in the stdweb backend Ryan Goldstein 2019-06-16 21:30:05 -0700
  • b59e3c670b WIP Ryan Goldstein 2019-06-14 21:15:43 -0700
  • 2e0bbc091f
    Set CHANGELOG.md merge style to union (#919) Osspial 2019-06-13 16:11:44 -0400
  • 91f05e940f Fix initial dimensions of a fullscreen window on Windows (#909) Aleksi Juvani 2019-06-13 22:17:56 +0300
  • db794b976c Disable caching on Travis (#918) Aleksi Juvani 2019-06-13 21:24:44 +0300
  • 9a11f90a02 x11/wayland: Don't reset control flow between loop ticks (#916) Victor Berger 2019-06-13 18:52:10 +0200
  • 412516159f
    Document the caveats of run_return (#914) Osspial 2019-06-13 12:51:44 -0400
  • 65587ef43a wayland: use an invisible surface as shell surface (#835) Victor Berger 2019-06-13 18:50:02 +0200
  • cf713bef31 Remove CircleCI (#915) Osspial 2019-06-13 02:34:21 -0400
  • ea5c21950c Change Monitor dimensions functions to size functions (#911) Osspial 2019-06-13 02:33:44 -0400
  • 47b5dfa034 Support listing available video modes for a monitor (#896) Aleksi Juvani 2019-06-12 21:07:25 +0300
  • 2b89ddec15
    Fix WindowBuilder function names that missed first pass (#910) Osspial 2019-06-12 13:34:09 -0400
  • f256ff7d58 Make ns identifiers use snake_case on macOS (#904) Nikolai Vazquez 2019-06-11 01:09:38 +0200
  • 07356b9634 Update cursor visibility docs (#893) Christian Duerr 2019-06-02 00:06:41 +0000
  • f2b6ef2edd Merge master into stdweb-eventloop-2 Ryan Goldstein 2019-06-01 13:21:50 -0700
  • 1409f83fb9 Add support for mouse wheel Ryan Goldstein 2019-05-31 21:50:34 -0700
  • 37dadab745 Add access to the canvas in the Window Ryan Goldstein 2019-05-31 21:48:26 -0700
  • 0eefa3ba42
    Fix compiler warning of potential undefined behavior (#892) Osspial 2019-05-30 20:42:53 -0400
  • 08f8f89702 Fix control flow issues with Window::request_redraw (eventloop-2.0) (#890) aloucks 2019-05-30 00:33:52 -0400
  • 0df436901a
    Refine function names and type signatures (#886) Osspial 2019-05-29 21:29:54 -0400
  • ae63fbdbbb Merge branch 'eventloop-2.0' of https://github.com/tomaka/winit into eventloop-2.0 Osspial 2019-05-29 21:28:39 -0400
  • 4f29618c73 I forgot to remove the backtrace dependency in the EL2 rework Osspial 2019-05-29 21:22:35 -0400
  • 76660f3621
    Fix Windows backend invoking unreachable! with Exit and run_return (#887) Osspial 2019-05-27 13:45:26 -0400