Commit graph

  • ce3b89639d
    Take Cow in Text::new Ram.Type-0 2021-11-01 23:59:04 +09:00
  • f15bc3ca34
    Merge pull request #1425 from 0x192/master Héctor Ramón 2022-09-21 13:26:02 +02:00
  • 7a35d1cec0
    Expose overlay::Element Héctor Ramón Jiménez 2022-09-21 13:03:41 +02:00
  • 183b925c95
    Fix doc comments in overlay Héctor Ramón Jiménez 2022-09-21 12:58:44 +02:00
  • 214f6f9cba
    Make menu style accessible 0x192 2022-08-27 02:04:33 +02:00
  • a22cdc9aa5
    Merge pull request #1437 from wash2/window_size_sync Héctor Ramón 2022-09-20 19:03:00 +02:00
  • 1bfd032169
    Improve code styling in application::State Héctor Ramón Jiménez 2022-09-20 18:40:36 +02:00
  • cbe7200b54
    Merge pull request #1440 from ids1024/move Héctor Ramón 2022-09-20 15:26:10 +02:00
  • 4a6fd6b5bc Document that window::Action::Move is unsupported on Wayland Ian Douglas Scott 2022-09-15 12:08:39 -07:00
  • 4655411256
    Make Cache::clear immutable Héctor Ramón Jiménez 2022-09-13 17:38:44 +02:00
  • b113bb8a09
    fix: formatting Ashley Wulber 2022-09-10 23:14:47 -04:00
  • 8de87b8f1b
    fix: sync size of window and viewport Ashley Wulber 2022-09-10 22:43:09 -04:00
  • cb395abd19
    Merge pull request #1433 from 13r0ck/integration-docs Héctor Ramón 2022-09-08 09:11:12 +02:00
  • dcdbe1b0f4
    Merge pull request #1434 from fralonra/patch-3 Héctor Ramón 2022-09-08 09:10:26 +02:00
  • ef39d85696
    Update docs for running integration_wgpu example Zoron 2022-09-08 13:58:28 +08:00
  • 92958e49ad Update docs for renamed integration examples 13r0ck 2022-09-07 14:43:24 -06:00
  • d659811964
    Merge pull request #1429 from pheki/remove-pure-docs-rs Héctor Ramón 2022-09-07 10:31:02 +02:00
  • 8ad6889ee0 Remove old pure feature from docs.rs build metadata Aphek 2022-08-31 22:53:42 -03:00
  • ab1ac8228f
    Merge pull request #1410 from wyatt-herkamp/0.27_update Héctor Ramón 2022-08-29 14:50:40 +02:00
  • 28a30079d1
    Return Mode::Hidden in window::Action::FetchMode Héctor Ramón Jiménez 2022-08-29 14:24:03 +02:00
  • 7ec4747304
    Update winit and glutin forks Wyatt Herkamp 2022-08-15 08:10:28 -04:00
  • 94fc3d993e
    Merge pull request #1424 from mtkennerly/bugfix/pane-grid-undraggable-area-when-cramped Héctor Ramón 2022-08-27 11:53:36 +02:00
  • ea2df18147
    When pane grid title bar is cramped, still show content until hover and allow dragging where content would've been Matthew Kennerly 2022-08-27 06:19:44 +08:00
  • 4158a9a0cd
    Merge pull request #1423 from iced-rs/feature/element-explain Héctor Ramón 2022-08-26 20:19:15 +02:00
  • 59bccb4ca1
    Merge pull request #1422 from iced-rs/fix/invisible-window Héctor Ramón 2022-08-26 20:10:14 +02:00
  • 94687696aa
    Merge pull request #1421 from iced-rs/fix/tooltip-mouse-interaction Héctor Ramón 2022-08-26 20:05:38 +02:00
  • a07cb8588f
    Reintroduce Element::explain Héctor Ramón Jiménez 2022-08-26 20:04:02 +02:00
  • c08c78ad17
    Fix invisible window on Windows Héctor Ramón Jiménez 2022-08-26 19:48:40 +02:00
  • a5209f24e4
    Fix incorrect layout in mouse_interaction for Tooltip Héctor Ramón Jiménez 2022-08-26 19:44:22 +02:00
  • da7e859840
    Merge pull request #1389 from iced-rs/refactor-window-mode Héctor Ramón 2022-08-18 15:03:56 +02:00
  • 11f5527d76
    Implement SetMode and FetchMode window actions Héctor Ramón Jiménez 2022-08-18 14:39:15 +02:00
  • 277b848ad8
    Remove window::Mode and introduce Settings::visible Héctor Ramón Jiménez 2022-07-18 18:37:41 +02:00
  • 07cbed1064
    Merge pull request #1414 from tarkah/fix/tooltip-inside-scrollable Héctor Ramón 2022-08-17 20:59:28 +02:00
  • efd3705c41 Don't constrict tooltip text layout to viewport size Cory Forsstrom 2022-08-17 09:54:14 -07:00
  • bf7ea8121c
    Merge pull request #1405 from tarkah/fix/tooltip-inside-scrollable Héctor Ramón 2022-08-17 16:34:49 +02:00
  • 1ae3a94de2
    Add snap within viewport builder Cory Forsstrom 2022-08-09 11:23:56 -07:00
  • 3fe2e14a42
    Don't clip tooltip Cory Forsstrom 2022-08-09 11:12:31 -07:00
  • f728d6c059
    Merge pull request #1409 from wuxianucw/master Héctor Ramón 2022-08-17 16:09:56 +02:00
  • b0705d2f4c
    Fix latest clippy lints Héctor Ramón Jiménez 2022-08-17 16:09:25 +02:00
  • 23229e00f6
    Use FnOnce in Command::perform Héctor Ramón Jiménez 2022-08-17 15:54:31 +02:00
  • 4425839aa4
    Merge pull request #1411 from tarkah/fix/canvas-with-clip-text Héctor Ramón 2022-08-16 10:53:03 +02:00
  • 56ad3a3221 Don't double translate text clip Cory Forsstrom 2022-08-15 09:29:53 -07:00
  • f21d1209aa
    Relax Fn trait bounds in Command & Action 无限UCW 2022-08-12 01:57:05 +08:00
  • e209349c50
    Merge pull request #1402 from tarkah/fix/component-operate Héctor Ramón 2022-08-09 04:41:52 +02:00
  • a4d5b82768 Impl operate for Component widget tarkah 2022-08-07 14:43:54 -07:00
  • 8550550027
    Remove iced_pure from document workflow Héctor Ramón Jiménez 2022-08-06 01:57:40 +02:00
  • 1923dbf7f0
    Merge pull request #1393 from iced-rs/deprecate-stateful-widgets Héctor Ramón 2022-08-06 00:32:57 +02:00
  • c23ed7e4a0
    Lay out UserInterface after diffing Héctor Ramón Jiménez 2022-08-05 23:51:32 +02:00
  • f294c2d162
    Merge pull request #1399 from iced-rs/widget-operations Héctor Ramón 2022-08-05 22:31:26 +02:00
  • ad5bd0970d
    Fix documentation in operation::focusable Héctor Ramón Jiménez 2022-08-05 06:01:54 +02:00
  • d5629c103c
    Remove widget::state leftover file Héctor Ramón Jiménez 2022-08-05 05:50:22 +02:00
  • 66f7d43dc9
    Write missing documentation in iced_native Héctor Ramón Jiménez 2022-08-05 05:15:41 +02:00
  • 1b4f38c71f
    Bump websocket example version to fix audit workflow Héctor Ramón Jiménez 2022-08-04 03:59:21 +02:00
  • 7021b940c2
    Merge pull request #1396 from nicksenger/style/menu-border-radius Héctor Ramón 2022-08-04 03:58:00 +02:00
  • 13dd1ca0a8
    Implement scrollable::snap_to operation Héctor Ramón Jiménez 2022-08-04 03:55:41 +02:00
  • 6eb3dd7e5e
    Implement focus_previous operation Héctor Ramón Jiménez 2022-08-04 03:24:44 +02:00
  • 0c13af179f
    feat: allow specification of border_radius for pick_list::Menu Nick Senger 2022-08-02 16:03:29 -07:00
  • 54ad92ce91
    Build UserInterface only once on Outcome::Chain Héctor Ramón Jiménez 2022-08-02 17:34:04 +02:00
  • 77c6864e7c
    Implement focus_next operation Héctor Ramón Jiménez 2022-08-02 04:20:47 +02:00
  • 6dac049db5
    Fix clippy lints 🎉 Héctor Ramón Jiménez 2022-07-28 04:00:06 +02:00
  • 744edbd6c1
    Focus text inputs in todos example Héctor Ramón Jiménez 2022-07-28 03:54:02 +02:00
  • 52f84e51e9
    Implement Widget::operate for TextInput Héctor Ramón Jiménez 2022-07-28 03:53:47 +02:00
  • 80688689aa
    Draft widget operations Héctor Ramón Jiménez 2022-07-28 02:46:51 +02:00
  • a003e797e8
    Fix uninitialized Tree in overlay::Menu Héctor Ramón Jiménez 2022-07-28 00:50:03 +02:00
  • 375386faa9
    Remove pure leftovers in iced_graphics Héctor Ramón Jiménez 2022-07-27 07:21:15 +02:00
  • c512d50e19
    Fix clippy lints Héctor Ramón Jiménez 2022-07-27 06:59:54 +02:00
  • effa6881f7
    Enable arc example Héctor Ramón Jiménez 2022-07-27 06:57:49 +02:00
  • 2dbcdba209
    Update counter example in README 🎉 Héctor Ramón Jiménez 2022-07-27 06:56:26 +02:00
  • a1c5f8839d
    Use ToString for Text::new instead of Into<String> Héctor Ramón Jiménez 2022-07-27 06:56:09 +02:00
  • ff2519b1d4
    Replace stateful widgets with new iced_pure API Héctor Ramón Jiménez 2022-07-27 06:49:20 +02:00
  • c44267b85f
    Merge pull request #1326 from maxwell8888/master Héctor Ramón 2022-07-27 03:25:02 +02:00
  • f558103abe
    Fix small lint in pure_color_palette example Héctor Ramón Jiménez 2022-07-27 03:24:25 +02:00
  • a28799b65e
    add pure version of color_palette example Max Unsted 2022-05-02 16:05:40 +01:00
  • 785385d889
    Merge pull request #1390 from iced-rs/fix/container-layout Héctor Ramón 2022-07-19 18:34:39 +02:00
  • cdd3802e68
    Fix max_height for Scrollable Héctor Ramón Jiménez 2022-07-18 23:38:44 +02:00
  • 7e5a5ae743
    Fix max_width and max_height for Container Héctor Ramón Jiménez 2022-07-18 19:59:38 +02:00
  • 61fd5b0050
    Merge pull request #1387 from Luni-4/ci-improvements Héctor Ramón 2022-07-15 01:35:23 +02:00
  • 408474ca31 test-ci: Use modern workspace option instead of all Luni-4 2022-07-14 17:55:50 +02:00
  • b6278afe3a format-ci: Add verbose option for format lints Luni-4 2022-07-14 17:46:33 +02:00
  • 1d7a4690a4 lint-ci: Consider clippy warnings as errors Luni-4 2022-07-14 17:47:48 +02:00
  • 09d2541a7a lint-ci: Check examples, tests and benches too Luni-4 2022-07-14 17:45:03 +02:00
  • e750809ec2 lint-ci: Use modern workspace option instead of all Luni-4 2022-07-14 17:44:36 +02:00
  • 2883aa31bb
    Use proper profile for cargo-deb in build workflow Héctor Ramón 2022-07-14 19:11:25 +02:00
  • 34b691fdd4
    Fix deb asset path in todos example Héctor Ramón Jiménez 2022-07-14 18:29:40 +02:00
  • 387b2d0991
    Merge pull request #1346 from Luni-4/reduce-binaries Héctor Ramón 2022-07-14 18:19:19 +02:00
  • 7022090a97
    Use release-opt profile in build workflow Héctor Ramón Jiménez 2022-07-14 18:06:04 +02:00
  • 8f03a72742 Add custom profile release-opt Luni-4 2022-05-20 10:34:25 +02:00
  • e187d6ce7b
    Merge pull request #1350 from wyatt-herkamp/paste_event Héctor Ramón 2022-07-13 18:52:24 +02:00
  • 54c9815b7b
    Simplify update signature in text_input Héctor Ramón Jiménez 2022-07-13 18:37:27 +02:00
  • 891b917576
    Simplify on_paste signature Héctor Ramón Jiménez 2022-07-13 18:35:41 +02:00
  • e8cfa644e7
    Added on_paste handler to TextInput Wyatt Jacob Herkamp 2022-05-28 16:07:02 -04:00
  • 1404b88ea6
    Merge pull request #1384 from iced-rs/update-lyon Héctor Ramón 2022-07-11 18:22:04 +02:00
  • f7059a1c9a
    Remove unnecessary let bindings in canvas::Frame Héctor Ramón Jiménez 2022-07-11 15:59:38 +02:00
  • fe34b7a339
    Update lyon to 1.0 🎉 Héctor Ramón Jiménez 2022-07-11 15:53:33 +02:00
  • d1505a98d9
    Merge pull request #1358 from ThatsNoMoon/fix-arc_to Héctor Ramón 2022-07-10 18:40:11 +02:00
  • 3a26a8ccd4
    Use Palette consistently in arc example Héctor Ramón Jiménez 2022-07-10 15:23:51 +02:00
  • 1454bcda4c
    Fix README or arc example Héctor Ramón Jiménez 2022-07-10 15:18:06 +02:00
  • 4b8ae71b63
    Add and purify arc example by @ThatsNoMoon Héctor Ramón Jiménez 2022-07-10 15:15:29 +02:00
  • 53d93a37dd
    fix another discrepancy with HTML5 arcTo ThatsNoMoon 2022-06-04 09:31:28 -06:00
  • 20b58e0214
    fix arc_to ThatsNoMoon 2022-06-03 15:34:51 -06:00