Commit graph

  • 4979635764 Fix missing link in Executor::enter doc comment Héctor Ramón Jiménez 2020-04-01 00:24:43 +02:00
  • 2fa6edf7a8
    Merge pull request #251 from Plecra/clock-scaling Héctor Ramón 2020-04-02 01:11:38 +02:00
  • 92e148822f Add 0 suffix to float literals for consistency Héctor Ramón Jiménez 2020-04-02 01:00:39 +02:00
  • 08da96c1c6
    Scale the clock hands to the same size as the face Marli Frost 2020-04-01 23:02:33 +01:00
  • 3bf938f65f
    Merge pull request #249 from michael-swan/master Héctor Ramón 2020-03-31 17:56:19 +02:00
  • e79e832092
    Merge pull request #246 from hecrj/feature/application-flags Héctor Ramón 2020-03-31 17:49:56 +02:00
  • 327347501c
    Merge pull request #248 from hecrj/feature/container-padding Héctor Ramón 2020-03-31 17:48:41 +02:00
  • 990b4aa0b7 Merge branch 'master' into feature/container-padding Héctor Ramón Jiménez 2020-03-31 17:11:58 +02:00
  • 291dc728a4
    Merge pull request #247 from hecrj/feature/svg-from-memory Héctor Ramón 2020-03-31 17:10:28 +02:00
  • 4ca54836a8 Add Ctrl+Backspace text field behaviour Michael Swan 2020-03-30 20:34:41 -05:00
  • 749a9588d7 Implement padding support for Container Héctor Ramón Jiménez 2020-03-31 01:19:28 +02:00
  • f4776a46bb Genericize From implementation for image::Handle Héctor Ramón Jiménez 2020-03-31 00:51:59 +02:00
  • ae009158cc Implement svg::Handle::from_memory Héctor Ramón Jiménez 2020-03-31 00:39:18 +02:00
  • f0ebcc2474 Implement enter for executor::Default in Wasm Héctor Ramón Jiménez 2020-03-30 18:18:33 +02:00
  • 148a4dd469 Call Runtime::enter properly in iced_web Héctor Ramón Jiménez 2020-03-30 18:15:13 +02:00
  • c4c5216e3b Allow passing external state to Application::new Héctor Ramón Jiménez 2020-03-30 18:00:15 +02:00
  • 6e9ab1cd6f
    Merge pull request #245 from tirz/refactor-bound_lifetime Héctor Ramón 2020-03-30 17:39:54 +02:00
  • d07304fb85 Hash type ids in Widget::hash_layout impls Héctor Ramón Jiménez 2020-03-30 17:28:55 +02:00
  • 0539cd1b85
    refactor: remove not mandatory static lifetime Théo Gaillard 2020-03-30 06:30:22 +08:00
  • 5b2c71a708
    Merge pull request #242 from kaimast/master Héctor Ramón 2020-03-29 15:42:17 +02:00
  • 01bc95c2a3 Remove redundant closure in Application::run Héctor Ramón Jiménez 2020-03-29 15:22:56 +02:00
  • 3f6c6b7b02 Remove unnecessary clone call in Transformation Héctor Ramón Jiménez 2020-03-29 15:22:17 +02:00
  • 9e139e6ca7 Improve Antialiasing::sample_count signature Héctor Ramón Jiménez 2020-03-29 15:21:43 +02:00
  • 79fed3d695 Remove unnecessary conversion in iced_wgpu Héctor Ramón Jiménez 2020-03-29 15:21:18 +02:00
  • 8b49968cab Remove redundant field assignment Héctor Ramón Jiménez 2020-03-29 15:20:44 +02:00
  • 49bcebb1e5 Remove unnecessary merge of iced_wgpu::Defaults Héctor Ramón Jiménez 2020-03-29 15:16:36 +02:00
  • 3f7dd50594 Use !is_empty() instead of len() > 0 Héctor Ramón Jiménez 2020-03-29 15:04:11 +02:00
  • f9b73607f5 Fix lint Kai Mast 2020-03-28 15:36:07 -07:00
  • 442a52be07 Fix formatting Kai Mast 2020-03-28 15:30:51 -07:00
  • cbe9298a0b Clippy Kai Mast 2020-03-28 15:25:55 -07:00
  • 57b2daa57e
    Merge pull request #240 from kaimast/master Héctor Ramón 2020-03-28 13:43:04 +01:00
  • ebc9d275a4
    Merge pull request #239 from hecrj/avoid-moving-winit-event Héctor Ramón 2020-03-28 13:40:50 +01:00
  • 088ba527df remove explicit lifetimes in integration example Kai Mast 2020-03-27 17:46:01 -07:00
  • e23e93218c Convert WindowEvent from a reference in iced_winit Héctor Ramón Jiménez 2020-03-27 22:02:23 +01:00
  • 4d3afe2f0c
    Merge pull request #236 from hecrj/improvement/svg-handle-from Héctor Ramón 2020-03-26 19:33:12 +01:00
  • 9ef1801ed6
    Merge pull request #234 from hecrj/improvement/subscription-send-requirement Héctor Ramón 2020-03-26 19:33:00 +01:00
  • 893841bfbd Genericize From implementation for svg::Handle Héctor Ramón Jiménez 2020-03-26 16:38:29 +01:00
  • 338fff35ac Make subscription::Recipe cross-platform Héctor Ramón Jiménez 2020-03-26 14:55:02 +01:00
  • 138110f596 Simplify iced_futures::Command implementation Héctor Ramón Jiménez 2020-03-26 14:54:47 +01:00
  • ec1f34ccea Add BoxFutures and BoxStream to iced_futures Héctor Ramón Jiménez 2020-03-26 14:53:58 +01:00
  • 643fa18cae
    Merge pull request #202 from FabianLars/master Héctor Ramón 2020-03-25 14:31:25 +01:00
  • bc10ca501b Remove unnecessary borrows in Editor Héctor Ramón Jiménez 2020-03-25 14:07:32 +01:00
  • cb32326fe6 Fix edge cases when inserting text in Editor Héctor Ramón Jiménez 2020-03-25 14:03:15 +01:00
  • 30f02345a8 Implement Renderer::find_cursor_position Héctor Ramón Jiménez 2020-03-25 13:57:02 +01:00
  • b30ddf90d2 Change selection color in styling example Héctor Ramón Jiménez 2020-03-24 21:51:56 +01:00
  • d6914d79a1 Rename is_pressed to is_dragging in text_input Héctor Ramón Jiménez 2020-03-24 21:48:54 +01:00
  • 5e6970b615 Improve docs of text_input::State::cursor Héctor Ramón Jiménez 2020-03-24 21:47:43 +01:00
  • 6791c0b208 Remove commented code in text_input Héctor Ramón Jiménez 2020-03-24 21:46:20 +01:00
  • 857d65c1ce Write documentation for text_input::Cursor Héctor Ramón Jiménez 2020-03-24 21:43:28 +01:00
  • 735d9f049c Fix edge case in Editor::backspace Héctor Ramón Jiménez 2020-03-24 20:57:03 +01:00
  • 6c47a40730 Create text_input::Editor to hold editing logic Héctor Ramón Jiménez 2020-03-24 20:51:22 +01:00
  • 28382a47d3 Move Value to its own module Héctor Ramón Jiménez 2020-03-24 20:36:33 +01:00
  • 6b89dd7db9 Improve text_input::cursor API Héctor Ramón Jiménez 2020-03-24 20:23:31 +01:00
  • 763f64b653 Avoid panic in Click::is_consecutive Héctor Ramón Jiménez 2020-03-24 19:14:27 +01:00
  • e77fa175aa Merge branch 'master' into feature/text-selection Héctor Ramón Jiménez 2020-03-24 19:08:21 +01:00
  • 7cb1452d29 Convert mouse::State into mouse::Click Héctor Ramón Jiménez 2020-03-24 19:03:17 +01:00
  • fd7d9622e3 Fix Recipe::hash in download_progress example Héctor Ramón Jiménez 2020-03-24 14:07:34 +01:00
  • 784b8ee74c
    Merge pull request #232 from Songtronix/songtronix/add-download-example Héctor Ramón 2020-03-23 21:36:26 +01:00
  • 8e0dcd212d Fix retry button on download_progress example Héctor Ramón Jiménez 2020-03-23 21:08:03 +01:00
  • 8e073d10d7 Update README of examples Héctor Ramón Jiménez 2020-03-23 21:04:20 +01:00
  • 0d719bbdf3 Handle errors in download_progress example Héctor Ramón Jiménez 2020-03-23 20:43:55 +01:00
  • b92e1f9574 Rename downloader module to download Héctor Ramón Jiménez 2020-03-23 20:37:30 +01:00
  • 30c7db3f25 Improve download_progress example Héctor Ramón Jiménez 2020-03-23 20:34:16 +01:00
  • fff333f89b Add example for download with progress tracking Songtronix 2020-03-23 15:54:23 +01:00
  • 092e9fb4cc
    Merge pull request #229 from hecrj/improvement/ci-check-format Héctor Ramón 2020-03-22 09:09:07 +01:00
  • b2242c571f Rename job in format workflow to all Héctor Ramón Jiménez 2020-03-21 05:39:07 +01:00
  • e9ac53bb9a Add workflow to check format in CI Héctor Ramón Jiménez 2020-03-21 05:36:51 +01:00
  • 99a6f8dbc6
    Merge pull request #228 from maaku/fix-cargo-fmt Héctor Ramón 2020-03-21 05:24:39 +01:00
  • e5d264caf0 Remove excess whitespace from end of line to comply with cargo fmt. Mark Friedenbach 2020-03-20 15:51:05 -07:00
  • f7ec679fec
    Merge pull request #224 from hecrj/feature/panes-widget Héctor Ramón 2020-03-20 12:10:52 +01:00
  • fb744a338c Fix links in pane_grid documentation Héctor Ramón Jiménez 2020-03-20 11:56:39 +01:00
  • cfc2b55e05 Rename Internal::idle_pane to active_pane Héctor Ramón Jiménez 2020-03-20 11:54:42 +01:00
  • 33f33ed4e3 Check cursor is in-bounds before resizing panes Héctor Ramón Jiménez 2020-03-20 11:53:08 +01:00
  • 93f5640a2d Fix wasm-bindgen command in README of iced_web Héctor Ramón Jiménez 2020-03-20 05:21:46 +01:00
  • 31aaf207d6 Remove redundant check in ModifiersState::matches Héctor Ramón Jiménez 2020-03-20 04:10:58 +01:00
  • 18f016cba7 Use f32::hypot in Point::distance Héctor Ramón Jiménez 2020-03-20 04:08:18 +01:00
  • 36bdc0be1a Remove redundant scroll_to in Scrollable Héctor Ramón Jiménez 2020-03-19 12:23:31 +01:00
  • d3572e1b81 Turn Touch into a struct and add finger id Héctor Ramón Jiménez 2020-03-19 12:17:16 +01:00
  • 420275793e Fix minor documentation issues in pane_grid Héctor Ramón Jiménez 2020-03-19 09:43:36 +01:00
  • bb898fa2e2 Create PaneGrid alias in iced_wgpu Héctor Ramón Jiménez 2020-03-19 09:37:13 +01:00
  • bd74c4e577 Write documentation for pane_grid Héctor Ramón Jiménez 2020-03-19 09:30:54 +01:00
  • a820b8ce7b Rename PaneGrid::modifiers to pressed_modifiers Héctor Ramón Jiménez 2020-03-19 08:21:23 +01:00
  • e19a07d400 Added initial touch events to support iOS Sebastian Imlay 2019-11-11 20:29:58 -08:00
  • 50b02d41a0 Check only for partial match of modifier keys Héctor Ramón Jiménez 2020-03-18 07:10:36 +01:00
  • eba2ded88a Update README of examples Héctor Ramón Jiménez 2020-03-18 06:35:55 +01:00
  • 36abf7457f Improve styling of pane_grid example Héctor Ramón Jiménez 2020-03-18 05:53:41 +01:00
  • b8a035d2da Add some styling to pane_grid buttons Héctor Ramón Jiménez 2020-03-18 01:27:23 +01:00
  • 20b142e8e3 Make cursor unavailable when dragging panes Héctor Ramón Jiménez 2020-03-18 01:26:13 +01:00
  • 05beb87852 Move common keyboard types to iced_core Héctor Ramón Jiménez 2020-03-17 07:28:28 +01:00
  • 1cd1582506 Add modifiers to KeyPressEvent in pane_grid Héctor Ramón Jiménez 2020-03-17 07:16:54 +01:00
  • 6f9cf6c70d Implement hotkey logic in pane_grid example Héctor Ramón Jiménez 2020-03-17 06:54:25 +01:00
  • a280dcda23 Add PaneGrid::on_key_press for hotkey logic Héctor Ramón Jiménez 2020-03-17 06:53:57 +01:00
  • 56ba6215a2 Add simple pane_grid example Héctor Ramón Jiménez 2020-03-17 04:23:28 +01:00
  • 21a4095a99 Fix spacing calculation in Axis::split Héctor Ramón Jiménez 2020-03-17 04:15:17 +01:00
  • c7583f1227 Merge branch 'master' into feature/panes-widget Héctor Ramón Jiménez 2020-03-17 03:23:10 +01:00
  • 9da6ce474c
    Merge pull request #220 from rowungiles/master Héctor Ramón 2020-03-17 01:04:46 +01:00
  • 99b5212550 Implement Column and Row changes in iced_web Héctor Ramón Jiménez 2020-03-17 00:53:51 +01:00
  • 95c8031f3d Reuse with_children to remove some duplication Héctor Ramón Jiménez 2020-03-17 00:51:01 +01:00
  • a146e53eb0 Rename new_with_children to with_children Héctor Ramón Jiménez 2020-03-17 00:50:23 +01:00
  • ae123d8f14 Instantiate Column and Row with children Rowun Giles 2020-03-16 10:08:37 +00:00