Commit graph

  • 45dda41c4c add overlays to Lazy example Nick Senger 2023-01-10 21:35:19 -08:00
  • 4066f89ce7 cleanup Lazy examples Nick Senger 2023-01-10 16:12:51 -08:00
  • 2e3a69be31 fix: Lazy widget Nick Senger 2023-01-10 16:09:15 -08:00
  • f78ccd9af9 Removed glutin's individual multi_window state since 0.30+ doesn't have its own event crate anymore bungoboingo 2023-01-09 11:48:34 -08:00
  • 3e5d34f25f Formatting bungoboingo 2023-01-09 10:19:12 -08:00
  • ec41918ec4 Implemented window title update functionality for multiwindow. bungoboingo 2023-01-05 15:26:28 -08:00
  • 1944e98f82 Fix multi-window example for Glutin on MacOS Bingus 2023-01-02 21:06:59 -08:00
  • f43419d475 Fixed issue with window ID on winit bungoboingo 2023-01-02 18:14:31 -08:00
  • 942f1c91af merged in iced master bungoboingo 2023-01-02 10:58:07 -08:00
  • 5e4e410b18 remove windows method (use commands instead) Richard 2022-11-03 14:53:05 -03:00
  • ac20f35c62 update glutin\multi_window to new surface api Richard 2022-11-02 10:17:49 -03:00
  • 0553062be1 update iced_glutin to use new surface api Richard 2022-10-31 20:23:24 -03:00
  • aa7164fdde update glutin to 0.30 Richard 2022-10-31 16:57:57 -03:00
  • f93fa02543 introduce window::spawn and window::close Richard 2022-10-19 23:33:20 -03:00
  • 1bc0c480f9 move window settings to iced_native Richard 2022-10-19 22:56:00 -03:00
  • a386788b67 use glutin/multi_window branch Richard 2022-09-28 19:10:47 -03:00
  • ce43514eac copy multi_window::Event from iced_winit Richard 2022-09-21 19:37:28 -03:00
  • 064407635a implement multi_window for iced_glutin Richard 2022-09-21 19:17:25 -03:00
  • 0ad53a3d5c add window::Id to Event and Action Richard 2022-09-19 20:59:37 -03:00
  • 974cc6b6f5 Introduce multi_window to iced_glutin Richard 2022-09-19 16:01:50 -03:00
  • 7f35256573 Split Surface and Window Richard 2022-09-15 05:02:18 -03:00
  • dc86bd0373 Introduce close_requested for multi-window Richard 2022-07-27 15:37:48 -03:00
  • 35331d0a41 Allow closing the window from user code Richard 2022-07-26 16:46:12 -03:00
  • 3d901d5f1f create multi-windowed pane_grid example Richard 2022-07-21 09:52:55 -03:00
  • 2fe58e1261 add window::Id to view Richard 2022-07-21 09:52:32 -03:00
  • 01bad4f896 duplicate pane_grid example to multi_window Richard 2022-07-14 10:37:33 -03:00
  • 8f53df560e fix: temporarily add window::Id to events internaly Richard 2022-07-14 10:13:37 -03:00
  • 97914daaab what is this Richard 2022-07-12 10:26:16 -03:00
  • 64e21535c7 Fix multi_window example Richard 2022-06-28 14:27:06 -03:00
  • ec56c0686d Introduce opaque window::Id type Richard 2022-06-21 15:59:45 -03:00
  • 8fdd5ee8b6 Synchronize window list with windows method Richard 2022-06-15 20:38:51 -03:00
  • 00d6baf861 fix: temporalily remove the unsafe pointer HWND Richard 2022-06-15 20:10:15 -03:00
  • 5919325d9b Internally wrap Message with a Event enum Richard 2022-06-15 20:01:50 -03:00
  • 12538d3c5b Use map of windows internally Richard 2022-06-15 16:46:37 -03:00
  • b896e41c6e Unify Application and Program Richard 2022-04-01 17:39:08 -03:00
  • 287306e1eb Introduce multi_window in iced_winit Richard 2022-04-01 17:27:19 -03:00
  • 529589d7fe Introduce multi_window from pure Richard 2022-04-01 17:16:15 -03:00
  • 7ccd87c36b
    Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling Héctor Ramón 2023-01-09 19:23:35 +01:00
  • 07d755c6a2
    Merge pull request #1565 from bungoboingo/feat/tracing Héctor Ramón 2023-01-09 19:10:45 +01:00
  • 2e5dc1f37a
    Add newline at EOF to .gitignore Héctor Ramón Jiménez 2023-01-09 18:51:52 +01:00
  • 4b6d3797d4
    Restructured everything to make profiling a feature of iced_winit. bungoboingo 2022-12-20 20:41:09 -08:00
  • c5cd236b73
    Initial profiling support for Iced. Bingus 2022-11-29 19:50:58 -08:00
  • 2d007474dd
    Avoid dragging scroll area when touching scrollbars for Scrollable Héctor Ramón Jiménez 2023-01-08 20:27:15 +01:00
  • f64e95e246
    Remove PartialOrd implementation for Rectangle Héctor Ramón Jiménez 2023-01-08 20:19:36 +01:00
  • 19f4373863
    Enable horizontal scrolling with Shift+MouseWheel Héctor Ramón Jiménez 2023-01-08 20:17:11 +01:00
  • 0c2bcecd44
    Add some missing spacing to scrollable example Héctor Ramón Jiménez 2023-01-08 20:09:47 +01:00
  • 624a4ada79
    Introduce RelativeOffset type in scrollable Héctor Ramón Jiménez 2023-01-08 20:07:11 +01:00
  • ba20ac8e49
    Merge pull request #1639 from iced-rs/fix/limits-clamp Héctor Ramón 2023-01-05 19:05:41 +01:00
  • 200cf47fe8
    Stop using f32::clamp altogether in layout::Limits Héctor Ramón Jiménez 2023-01-05 18:51:48 +01:00
  • d29849df79
    Merge pull request #1633 from pop-os/standardize-checkbox-functions Héctor Ramón 2023-01-05 18:35:24 +01:00
  • 2e5eebd0ec
    Merge pull request #1638 from tarkah/fix/responsive-overlay-layout Héctor Ramón 2023-01-05 18:12:57 +01:00
  • c885f56748
    Fix shadowed variable Cory Forsstrom 2023-01-05 08:57:38 -08:00
  • 43374f1f4e
    Merge pull request #1637 from iced-rs/fix/layout-resolve-panic Héctor Ramón 2023-01-05 17:19:31 +01:00
  • 31abc4ce0d
    Fix Layout::resolve panicking under some circumstances Héctor Ramón Jiménez 2023-01-05 16:40:45 +01:00
  • 2209dbf212 Checkbox: Fix tests with sync'ed helper macro and associated fn 13r0ck 2023-01-04 13:08:53 -07:00
  • d8536e6248 use same name & order for checkbox::new and helper 13r0ck 2023-01-03 11:23:58 -07:00
  • dca3d1fa7c
    Merge pull request #1636 from tarkah/fix/location-copy Héctor Ramón 2023-01-04 19:32:03 +01:00
  • b5e4e0e2f5
    Merge pull request #1635 from tarkah/fix/pub-count-fields Héctor Ramón 2023-01-04 19:31:37 +01:00
  • e8aee70a69
    Fix lint Cory Forsstrom 2023-01-04 10:17:40 -08:00
  • e7f06af873
    Merge pull request #1634 from Araxeus/fix-doc-links Héctor Ramón 2023-01-04 18:59:23 +01:00
  • ff49a95eca
    Make location copy Cory Forsstrom 2023-01-04 09:52:42 -08:00
  • b2c81c163d
    Make count fields pub Cory Forsstrom 2023-01-04 09:50:56 -08:00
  • 54693c8d71 fix doc links Araxeus 2023-01-03 22:05:21 +02:00
  • f641e20f7f
    Merge pull request #1585 from Night-Hunter-NF/FocusWindow Héctor Ramón 2023-01-02 21:28:14 +01:00
  • dd25e93be0
    Rename FocusWindow to GainFocus in window::Action Héctor Ramón Jiménez 2023-01-02 21:14:41 +01:00
  • 81cd0c45b7
    Add FocusWindow to window::Action Night_Hunter 2022-12-10 01:49:29 +13:00
  • c740b3af75
    Fix "Test Status" badge in README Héctor Ramón Jiménez 2023-01-02 20:42:14 +01:00
  • da1b375579
    Merge pull request #1562 from casperstorm/feat/custom-accessory-content Héctor Ramón 2023-01-02 20:36:40 +01:00
  • d956b8a9fb
    Merge pull request #1584 from Night-Hunter-NF/RequestUserAttention Héctor Ramón 2023-01-02 20:32:43 +01:00
  • 6855961358
    Create conversion function for user_attention in iced_winit Héctor Ramón Jiménez 2023-01-02 20:17:24 +01:00
  • d95b9bf244
    Add RequestUserAttention to window::Action Night_Hunter 2022-12-10 01:53:00 +13:00
  • 54105a24e1
    Merge pull request #1622 from rs017991/text_input_shift_click Héctor Ramón 2023-01-02 19:52:21 +01:00
  • fd2ddfa1aa
    Merge pull request #1628 from nicksenger/feat/component-operations Héctor Ramón 2023-01-02 19:46:58 +01:00
  • 7594e483ef
    Merge pull request #1624 from rpitasky/patch-1 Héctor Ramón 2023-01-02 19:42:19 +01:00
  • 76a2e65c4f
    Rename is_checked to is_toggled in Toggler Héctor Ramón Jiménez 2023-01-02 19:40:20 +01:00
  • a5a406f9de
    Merge pull request #1616 from pop-os/standardize-toggler-functions Héctor Ramón 2023-01-02 19:40:40 +01:00
  • cec28e2ef5
    Prefix _ instead of allow(unused) in Component trait Héctor Ramón Jiménez 2023-01-02 19:32:47 +01:00
  • 8d5fba8a1f Add operate method to Component trait Nick Senger 2022-12-30 13:10:53 -08:00
  • 9f85e0c721 Reworked Scrollable to account for lack of widget order guarantees. bungoboingo 2022-12-24 21:27:44 -08:00
  • 9bcb0574db
    Minor docs typo rpitasky 2022-12-29 14:19:04 -05:00
  • d91f4f6aa7 Add multidirectional scrolling capabilities to the existing Scrollable. Bingus 2022-11-19 10:29:37 -08:00
  • 280ffd26b7 TextInput: SHIFT+Left Click to Select Ryan Scheidter 2022-12-25 11:51:40 -06:00
  • 5b556250be Use same name & order for toggler::new and helper 13r0ck 2022-12-22 13:53:56 -07:00
  • a6d0d5773f
    Merge pull request #1615 from iced-rs/fix/responsive-operations Héctor Ramón 2022-12-22 15:03:23 +01:00
  • 5f2ec138d7
    Implement Widget::operate for Responsive Héctor Ramón Jiménez 2022-12-22 14:32:25 +01:00
  • 0e9c1ab192
    Add Renderer argument to operate Héctor Ramón Jiménez 2022-12-22 14:29:24 +01:00
  • 678de11879
    Merge pull request #1611 from iced-rs/fix/clippy-lints Héctor Ramón 2022-12-20 11:45:38 +01:00
  • 6bb01b7276
    Fix clippy lints for Rust 1.66 Héctor Ramón Jiménez 2022-12-20 11:31:25 +01:00
  • d2d18479ac
    Merge pull request #1606 from iced-rs/feature/window-close Héctor Ramón 2022-12-15 05:28:11 +01:00
  • e0c728c62c
    Bump version of iced_glow 🎉 Héctor Ramón Jiménez 2022-12-15 03:10:52 +01:00
  • b5ab50b2a8
    Implement window::close action and remove should_exit Héctor Ramón Jiménez 2022-12-15 03:06:04 +01:00
  • 0591798db7
    Update latest release number in BUG_REPORT.yml Héctor Ramón Jiménez 2022-12-14 03:37:49 +01:00
  • 39f49186ce
    Rename pick_list::AccessoryContent to Handle Héctor Ramón Jiménez 2022-12-14 03:29:20 +01:00
  • c35ca2a320
    Merge pull request #1596 from casperstorm/feat/slider-orientation Héctor Ramón 2022-12-14 03:21:28 +01:00
  • b01be6b932
    Merge pull request #1588 from Night-Hunter-NF/ToggleDecorations Héctor Ramón 2022-12-14 03:00:47 +01:00
  • 55f36bc865
    updated README for slider example Casper Storm 2022-12-13 10:13:27 +01:00
  • bb4161c1ae
    Split vertical orientation into VerticalSlider Casper Storm 2022-12-13 10:05:52 +01:00
  • 2e6d90f141
    Merge branch 'master' into feat/slider-orientation Casper Storm 2022-12-13 09:31:57 +01:00
  • 02182eea45
    Merge pull request #1593 from ben-wallis/xvar/fix-glow-image-svg Héctor Ramón 2022-12-13 00:18:19 +01:00
  • cfcf2017e5
    Remove mention of iOS and Android in window::action Héctor Ramón 2022-12-13 00:13:01 +01:00