Commit graph

  • 927e1a99d2 Expose pure flex module as public Cory Forsstrom 2022-05-05 08:56:24 -07:00
  • 7087a3d75c
    Bump version of iced_pure 🎉 Héctor Ramón Jiménez 2022-05-05 00:59:21 +02:00
  • 161c792325
    Merge pull request #1332 from tarkah/fix/rule-helper Héctor Ramón 2022-05-05 00:57:55 +02:00
  • 0abb82033e Fix vertical rule helper Cory Forsstrom 2022-05-04 11:52:19 -07:00
  • 27fdc70756
    Merge branch 'master' into dev/system-information Héctor Ramón Jiménez 2022-05-04 17:19:28 +02:00
  • a97c520c81
    Sort workspace members in Cargo.toml Héctor Ramón Jiménez 2022-05-04 17:17:07 +02:00
  • 3e735f1480
    Re-export iced_winit in iced_glutin Héctor Ramón Jiménez 2022-05-04 17:15:13 +02:00
  • 1aeb8b8340
    Show Loading screen when refreshing in system_information example Héctor Ramón Jiménez 2022-05-04 14:25:44 +02:00
  • f1ec0af507
    Run system::information in a different thread Héctor Ramón Jiménez 2022-05-04 14:25:04 +02:00
  • e24f26c28f
    Fix feature name in cfg block in iced_winit Héctor Ramón Jiménez 2022-05-04 14:02:54 +02:00
  • 02914e5e68
    Use nightly toolchain in document CI workflow Héctor Ramón Jiménez 2022-05-03 19:48:32 +02:00
  • 62677eafc0
    Bump version 🎉 Héctor Ramón Jiménez 2022-05-03 19:43:27 +02:00
  • 30e84433f7
    Update CHANGELOG Héctor Ramón Jiménez 2022-05-03 19:42:33 +02:00
  • 9b4fe6466f
    Merge pull request #1330 from iced-rs/expose-padding Héctor Ramón 2022-05-03 19:42:03 +02:00
  • f3d6d3bbce
    Expose Padding in iced root crate Héctor Ramón Jiménez 2022-05-03 19:37:48 +02:00
  • cb1aaf1bdd
    Bump version in README Héctor Ramón Jiménez 2022-05-02 22:18:22 +02:00
  • b566c887b5
    Merge pull request #1328 from iced-rs/release/0.4.0 Héctor Ramón 2022-05-02 22:15:46 +02:00
  • d23026d2dd
    Bump versions 🎉 Héctor Ramón Jiménez 2022-05-02 21:53:25 +02:00
  • 990c050080
    Update CHANGELOG Héctor Ramón Jiménez 2022-05-02 21:38:21 +02:00
  • 5acba65c11
    Merge pull request #1327 from iced-rs/update-docs Héctor Ramón 2022-05-02 21:21:24 +02:00
  • 7e111f273f
    Enable pure feature in docs.rs Héctor Ramón Jiménez 2022-05-02 21:10:55 +02:00
  • a4477723d4 Add logging to window and context creation Richard 2022-01-27 06:02:19 -03:00
  • 84c28a73e2
    Indicate feature-flagged modules in documentation Héctor Ramón Jiménez 2022-05-02 21:01:25 +02:00
  • a7752a1ec0
    Capitalize iced once again Héctor Ramón Jiménez 2022-05-02 20:46:24 +02:00
  • ab71e8ad14
    Fix typo in README of iced_glow Héctor Ramón Jiménez 2022-05-02 20:36:12 +02:00
  • dbc24210a1
    Link to iced_web repository in README Héctor Ramón Jiménez 2022-05-02 20:34:40 +02:00
  • 6fe6daa64f
    Add html_logo_url to iced_core and iced_lazy Héctor Ramón Jiménez 2022-05-02 20:33:10 +02:00
  • d98d700c4d
    Forbid unused_results and rust_2018_idioms in iced_pure Héctor Ramón Jiménez 2022-05-02 20:27:49 +02:00
  • aecbd46123
    Replace hecrj in links with iced-rs Héctor Ramón Jiménez 2022-05-02 20:25:47 +02:00
  • e7d595c7de
    Write documentation for iced_pure Héctor Ramón Jiménez 2022-05-02 20:16:00 +02:00
  • 68e9eb0a9b
    Fix broken intra-doc links in documentation Héctor Ramón Jiménez 2022-04-30 14:20:52 +02:00
  • ac35fe3edf
    Point repository links to 0.4 branch in documentation Héctor Ramón Jiménez 2022-04-30 13:54:07 +02:00
  • a17a7103d3
    Add new crates to document workflow Héctor Ramón Jiménez 2022-04-30 13:44:37 +02:00
  • 93bfe2c75e
    Expose system module through feature flag Héctor Ramón Jiménez 2022-04-30 13:37:57 +02:00
  • abc993103f
    Merge pull request #1318 from tarkah/fix/picklist-text-wrapping Héctor Ramón 2022-04-30 13:22:39 +02:00
  • 5eefa5d4ea Simplify the QueryInformation Action Richard 2022-04-27 16:18:27 -03:00
  • 6e167675d6 Use closure internally to fetch graphics_info Richard 2022-04-27 15:40:29 -03:00
  • 8643fbef90 Rename system::information to fetch_information Richard 2022-04-26 19:35:43 -03:00
  • 18ecec2bbd Change ContextCreationFailed to GraphicsCreationFailed Richard 2022-04-26 19:28:04 -03:00
  • 005e516b5e Rename get_information to fetch_information Richard 2022-04-26 19:20:38 -03:00
  • 984d1f375e Move compositor module access from window to crate Richard 2022-04-26 19:18:18 -03:00
  • d562c27e8c Restrict text width & height to prevent overflow Cory Forsstrom 2022-04-27 09:13:11 -07:00
  • bc8b4bb182 Manually center top aligned text Cory Forsstrom 2022-04-27 08:56:43 -07:00
  • 4329f0480b Use top alignment instead of new layer Cory Forsstrom 2022-04-27 08:49:55 -07:00
  • 5be1ac18fe Rename GraphicsInformation to Information Richard 2022-04-26 19:09:09 -03:00
  • 7a13928130 Enumerate adapters based on log level Richard 2022-04-26 19:02:31 -03:00
  • 053f352f68 Introduce get_information Richard 2022-04-14 11:15:54 -03:00
  • c9ea1f11de Add memory usage to Information struct Richard 2022-04-14 02:11:43 -03:00
  • 5bfe887e3d Improve example readability Richard 2022-03-17 02:47:50 -03:00
  • 56065fe959 Add graphics information to example Richard 2022-03-17 01:02:31 -03:00
  • 75281d2b85 Add graphics information to iced_glutin Richard 2022-03-17 00:59:50 -03:00
  • 83ab27b5cb Add graphics information to iced_winit Richard 2022-03-17 00:59:35 -03:00
  • 5356bb9bdb Add graphics information to system::Information Richard 2022-03-17 00:58:28 -03:00
  • 2b4d8a7b26 Implement GraphicsInformation for iced_glow Richard 2022-03-17 00:41:43 -03:00
  • 83fec2f5f6 Implement GraphicsInformation for iced_wgpu Richard 2022-03-17 00:34:42 -03:00
  • e23e4b8db2 Introduce GraphicsInformation to iced_graphics Richard 2022-03-17 00:25:00 -03:00
  • ced5f5075f Export system module in iced_glutin Richard 2022-03-17 00:22:27 -03:00
  • d9853165e7 Add unformated memory total to example Richard 2022-03-16 19:42:40 -03:00
  • 53538b65b1 Add system_information example Richard 2022-03-10 03:02:17 -03:00
  • c8ed318e17 Export new system module Richard 2022-03-10 03:01:12 -03:00
  • 0b36a55196 Add function helper in iced_winit::system Richard 2022-03-10 01:56:25 -03:00
  • c2f45a192f Turn Information fields pub Richard 2022-03-08 19:58:34 -03:00
  • 6295a72aa6 Implement QueryInformation for iced_winit Richard 2022-03-08 19:49:03 -03:00
  • 69781499cb Introduce QueryInformation to system::Action Richard 2022-02-16 19:37:38 -03:00
  • fed8da1c90 Add new System variant to Action Richard 2022-02-16 19:20:26 -03:00
  • 6e93713197 Add sysinfo crate through feature flag Richard 2022-02-16 19:11:42 -03:00
  • 764b424dfc Add logging to window and context creation Richard 2022-01-27 06:02:19 -03:00
  • 521be3603c
    Merge pull request #1319 from nicksenger/fix/component-in-responsive Héctor Ramón 2022-04-26 14:29:03 +07:00
  • f71150c91f
    remove example Nick Senger 2022-04-25 16:40:44 -07:00
  • 7b539479cf
    fix: panic when using pure component in pure responsive Nick Senger 2022-04-25 16:40:34 -07:00
  • 70d290b2dc
    add example Nick Senger 2022-04-25 16:33:07 -07:00
  • 6e70d9ad83 Clip bounds to prevent text overflow Cory Forsstrom 2022-04-25 09:01:04 -07:00
  • 83171f05d0 Don't wrap picklist label text Cory Forsstrom 2022-04-25 08:52:10 -07:00
  • bba4cf323b
    Merge pull request #1315 from casperstorm/pure/tooltip Héctor Ramón 2022-04-25 14:45:38 +07:00
  • e33f43af31
    Reuse Tooltip draw logic in iced_pure Héctor Ramón Jiménez 2022-04-24 20:45:43 +07:00
  • 011b7d1112
    Reuse tooltip::Position from iced_native in iced_pure Héctor Ramón Jiménez 2022-04-24 20:25:49 +07:00
  • 5d67f9988c
    Implemented Tooltip as Pure Casper Rogild Storm 2022-04-22 13:35:53 +02:00
  • 1e62fdf069 Introduce Error::ContextCreationFailed Richard 2022-01-27 04:00:53 -03:00
  • a33e320521
    Merge pull request #1308 from nicksenger/fix/pure-component-overlay Héctor Ramón 2022-04-19 19:55:00 +07:00
  • a0ade549a1
    Merge pull request #1309 from nicksenger/fix/pure-stateless-components Héctor Ramón 2022-04-19 14:45:49 +07:00
  • 0e78929603
    fix: tree node passed in component::OverlayInstance::on_event Nick Senger 2022-04-18 10:36:22 -07:00
  • b1d6ad0070
    Revert "add example" Nick Senger 2022-04-18 09:03:17 -07:00
  • 2858c8aa68
    fix: diffing issue with pure stateless components Nick Senger 2022-04-18 09:02:40 -07:00
  • 11986547cb
    add example Nick Senger 2022-04-18 08:51:49 -07:00
  • 26b68d74f3
    Merge pull request #1301 from nicksenger/fix/nested-pure-components Héctor Ramón 2022-04-18 16:30:23 +07:00
  • 572dcaff81
    fix: diff widget tree after local event processing in Component Nick Senger 2022-04-17 11:53:59 -07:00
  • d23ed0c4e8
    fix: overlay Nick Senger 2022-04-06 17:18:43 -07:00
  • c663a8d85c
    remove example Nick Senger 2022-04-06 13:15:51 -07:00
  • e4178c8e4f
    fix: nested components Nick Senger 2022-04-06 11:50:22 -07:00
  • 5cc1aa31c7
    add example Nick Senger 2022-04-06 10:27:45 -07:00
  • 3042fa2cb6
    Merge pull request #1298 from 0x192/master Héctor Ramón 2022-04-01 00:41:33 +07:00
  • 9b835c2662
    Use State::new() for State::default() 0x192 2022-03-29 23:31:05 +02:00
  • cfc164d83d
    Implement Default for pure::State 0x192 2022-03-29 22:55:06 +02:00
  • 662c76488b
    Merge pull request #1286 from ThisIsRex/master Héctor Ramón 2022-03-29 19:23:44 +07:00
  • c0e10f2e9d
    Fix slider's handle position calculation MG_REX 2022-03-15 22:42:58 +03:00
  • 13a2997deb
    Merge pull request #1294 from marienz/pure-overlay Héctor Ramón 2022-03-29 18:41:02 +07:00
  • d9d6dff550
    Loose lifetime bounds in pure::Widget implementations Héctor Ramón Jiménez 2022-03-29 18:24:17 +07:00
  • f6700000a2
    Fix KeyPressed event being always Captured by TextInput Héctor Ramón Jiménez 2022-03-28 19:20:40 +07:00
  • 323a0b9e61 Forward overlay() calls in iced_pure::element::Map Marien Zwart 2022-03-26 18:42:26 +11:00
  • e66a79fb9c
    Remove mention of deprecated glow_canvas feature in README Héctor Ramón Jiménez 2022-03-23 17:34:11 +07:00