Commit graph

  • b1f89699b4 Fix Command::batch documentation Héctor Ramón Jiménez 2019-12-28 12:19:04 +01:00
  • 62474d0e75 Use personal fork of winit until 0.20 lands Héctor Ramón Jiménez 2019-12-24 02:56:12 +01:00
  • 8fcf7ccaa7
    Merge pull request #134 from hecrj/fix/invisible-svg-panic Héctor Ramón 2019-12-21 23:53:01 +01:00
  • d78ae3c852 Avoid rasterizing SVG when a dimension is 0 Héctor Ramón Jiménez 2019-12-21 08:16:36 +01:00
  • 2ec0a43c4a Fix sneaky bug with padding in flex layout Héctor Ramón Jiménez 2019-12-21 07:11:52 +01:00
  • 26ed518fbe Fix scroll percentage calculation in Scrollable Héctor Ramón Jiménez 2019-12-21 07:09:50 +01:00
  • c04dff99da Fix sneaky overflow in TextInput when pasting Héctor Ramón Jiménez 2019-12-21 05:49:09 +01:00
  • 938177e225 Move cursor position to start on left boundary click Héctor Ramón Jiménez 2019-12-21 05:36:36 +01:00
  • 36e7ac2048 Fix cursor positioning in TextInput on overflow Héctor Ramón Jiménez 2019-12-21 05:30:48 +01:00
  • 453d2d5bb0 Implement Command::map Héctor Ramón Jiménez 2019-12-19 21:08:59 +01:00
  • 773a23630b
    Merge pull request #132 from hecrj/feature/read-clipboard Héctor Ramón 2019-12-19 17:43:25 +01:00
  • 9cf61fb82c
    Merge pull request #131 from hecrj/fix/web-subscription-missing Héctor Ramón 2019-12-19 17:07:20 +01:00
  • c822ea753e
    Merge pull request #130 from hecrj/fix/resize-measure-cache Héctor Ramón 2019-12-19 17:07:09 +01:00
  • 8c8c5bb766 Stop using Travis CI Héctor Ramón Jiménez 2019-12-19 07:05:54 +01:00
  • 972b9520bf Use latest window_clipboard changes Héctor Ramón Jiménez 2019-12-19 06:07:37 +01:00
  • 68c8ebcd77 Fix web::Hasher doc comment Héctor Ramón Jiménez 2019-12-19 00:09:19 +01:00
  • eb4f55c60b Check iced builds when targetting Wasm in CI Héctor Ramón Jiménez 2019-12-18 23:57:31 +01:00
  • 9ca65c9f18 Fix missing Subscription type in iced_web Héctor Ramón Jiménez 2019-12-18 23:57:02 +01:00
  • 441c6730e9
    Merge pull request #128 from Gohla/fix_unnecessary_bound Héctor Ramón 2019-12-18 23:20:48 +01:00
  • 6f9de4130f
    Merge pull request #127 from Gohla/web_styling Héctor Ramón 2019-12-18 23:20:19 +01:00
  • 0d7e236039 Resize text measure cache to avoid panic Héctor Ramón Jiménez 2019-12-18 23:14:54 +01:00
  • 7bb1b81e79 Fix unnecessary bound in web. Gabriel Konat 2019-12-16 10:28:48 +01:00
  • 95988e8e25 Add several missing style attributes in iced_web. Gabriel Konat 2019-12-16 11:09:02 +01:00
  • 68f3c9c4c6 Implement clipboard pasting in TextInput Héctor Ramón Jiménez 2019-12-18 09:11:33 +01:00
  • 5a9527894a Add xcb libraries to Travis CI Héctor Ramón Jiménez 2019-12-18 07:56:05 +01:00
  • a14b39555e Allow clipboard access in Widget::on_event Héctor Ramón Jiménez 2019-12-18 07:45:49 +01:00
  • 0f2e20f5e5
    Merge pull request #122 from hecrj/feature/event-subscriptions Héctor Ramón 2019-12-16 21:38:56 +01:00
  • 3702b10997
    Merge pull request #111 from Maldela/svg Héctor Ramón 2019-12-16 21:38:33 +01:00
  • 514ccf8a72 Cache Svg load result properly Héctor Ramón Jiménez 2019-12-15 07:03:54 +01:00
  • 232d4873ba Put svg rendering behind a feature gate Héctor Ramón Jiménez 2019-12-15 06:45:20 +01:00
  • aa29849976 Add svg example Héctor Ramón Jiménez 2019-12-15 06:28:55 +01:00
  • 6ba2461445 Update Svg documentation Héctor Ramón Jiménez 2019-12-15 06:28:44 +01:00
  • 09707f29fc Rerasterize SVGs when resized and refactor a bit Héctor Ramón Jiménez 2019-12-15 06:19:07 +01:00
  • 430ab6e444 Port todos to async_std Héctor Ramón Jiménez 2019-12-14 20:48:32 +01:00
  • 5185d6a0f3 Fix Widget::width for Checkbox Héctor Ramón Jiménez 2019-12-14 07:09:37 +01:00
  • 3daa9c2cc8 Log broadcast error as an error instead of a warning Héctor Ramón Jiménez 2019-12-14 06:42:26 +01:00
  • d6c3da21f7 Write docs for subscriptions and reorganize a bit Héctor Ramón Jiménez 2019-12-14 05:56:46 +01:00
  • 293314405f Make iced_native subscription input opaque Héctor Ramón Jiménez 2019-12-14 04:49:13 +01:00
  • ba06d458d3 Move native events subscription to iced_native Héctor Ramón Jiménez 2019-12-14 04:12:42 +01:00
  • e71978456a Remove unnecessary clone in subscription::Map Héctor Ramón Jiménez 2019-12-14 03:57:04 +01:00
  • c13ef73e8b Hash Duration of time::Every in stopwatch Héctor Ramón Jiménez 2019-12-14 02:20:45 +01:00
  • 7715486906 Use generic Hasher in stopwatch Héctor Ramón Jiménez 2019-12-14 02:12:25 +01:00
  • 65ff3744a0 Remove unnecessary event loop proxy Mutex Héctor Ramón Jiménez 2019-12-14 01:33:31 +01:00
  • c688452d7b Consume Recipe when building a Stream Héctor Ramón Jiménez 2019-12-14 01:13:01 +01:00
  • 69ed631d44 Rename timer example to stopwatch Héctor Ramón Jiménez 2019-12-14 00:45:38 +01:00
  • f0381a7fb3 Use surf in pokedex example Héctor Ramón Jiménez 2019-12-14 00:32:05 +01:00
  • ffa46898d9 Add timer example Héctor Ramón Jiménez 2019-12-13 23:58:23 +01:00
  • 27717bc70c Renamed Icon widget to Svg and gave it separate width and height. The aspect ratio is now preserved like in the Image widget. Malte Veerman 2019-12-12 01:25:18 +01:00
  • 895eaef99b Merged svg pipeline into image Malte Veerman 2019-12-12 01:14:54 +01:00
  • f737c6da24 Improved dpi handling Malte Veerman 2019-12-12 00:20:06 +01:00
  • 5696afcadd Ran cargo_fmt over changed files. Malte Veerman 2019-12-11 22:13:29 +01:00
  • a88aae5e04 Added an Icon widget to native. Malte Veerman 2019-12-06 19:37:56 +01:00
  • 8032428428 Implemented SVG support in iced_wgpu. Malte Veerman 2019-12-06 16:47:40 +01:00
  • e06a4d1ce4 Simplify events example Héctor Ramón Jiménez 2019-12-10 04:06:12 +01:00
  • cdb7acf6c2 Implement Subscription::map and from_recipe Héctor Ramón Jiménez 2019-12-10 03:43:00 +01:00
  • e189c22bb0 Rename clock example to events Héctor Ramón Jiménez 2019-12-09 22:39:28 +01:00
  • c1b9f66525 Add Button::height and Button::min_height Héctor Ramón Jiménez 2019-12-09 21:59:31 +01:00
  • 98160406f7 Allow listening to runtime events in subscriptions Héctor Ramón Jiménez 2019-12-08 08:21:26 +01:00
  • 9b84b6e403 Merge branch 'master' into feature/event-subscriptions Héctor Ramón Jiménez 2019-12-08 06:53:54 +01:00
  • f942fc3b68
    Merge pull request #113 from hecrj/feature/password-input Héctor Ramón 2019-12-08 06:42:39 +01:00
  • a7694e0112 Update native CHANGELOG Héctor Ramón Jiménez 2019-12-08 06:24:47 +01:00
  • 48145ba51e Use oneshot and future::select to cancel streams Héctor Ramón Jiménez 2019-12-07 08:51:44 +01:00
  • f5d3164908 Simplify custom_widget example Héctor Ramón Jiménez 2019-12-07 07:46:31 +01:00
  • c59ff69473 Change TextInput word-jump modifier key on macOS Héctor Ramón Jiménez 2019-12-07 07:24:55 +01:00
  • cdee847cea Showcase new TextInput::password in tour Héctor Ramón Jiménez 2019-12-07 07:19:05 +01:00
  • 34bdfe9416 Implement TextInput::password for secure data Héctor Ramón Jiménez 2019-12-07 07:18:15 +01:00
  • 749722fca6 Add custom_widget example Héctor Ramón Jiménez 2019-12-07 05:47:14 +01:00
  • 05a2a619c1
    Merge pull request #108 from hecrj/feature/text-input-behavior Héctor Ramón 2019-12-06 20:42:25 +01:00
  • 4268556edb Update CHANGELOG Héctor Ramón Jiménez 2019-12-06 06:03:56 +01:00
  • 69590bcf72 Consider word bounds in TextInput cursor jumps Héctor Ramón Jiménez 2019-12-06 05:37:28 +01:00
  • a56eef0fec Use unicode-segmentation for text_input::Value Héctor Ramón Jiménez 2019-12-06 04:46:53 +01:00
  • 114a759d2c Implement word movement in TextInput Héctor Ramón Jiménez 2019-12-06 04:01:54 +01:00
  • 65cac922b3 Add ModifiersState to keyboard::Event::Input Héctor Ramón Jiménez 2019-12-06 04:01:48 +01:00
  • e55dfa7551 Add clock example Héctor Ramón Jiménez 2019-12-05 06:10:47 +01:00
  • d575f45411 Draft first version of event subscriptions 🎉 Héctor Ramón Jiménez 2019-12-05 06:10:13 +01:00
  • 31b0b7f580 Update native CHANGELOG Héctor Ramón Jiménez 2019-12-05 03:33:36 +01:00
  • 7c8799e493 Support Home and End keys for TextInput Héctor Ramón Jiménez 2019-12-05 03:16:50 +01:00
  • ef987ae2ec Remove unnecessary use of abs Héctor Ramón Jiménez 2019-12-05 03:14:32 +01:00
  • 14fb7e13fb Place TextInput cursor position on click Héctor Ramón Jiménez 2019-12-05 03:09:39 +01:00
  • e92ea48e88 Make Button::background generic Héctor Ramón Jiménez 2019-12-05 01:57:35 +01:00
  • f87ddf1056
    Merge pull request #107 from Maldela/background Héctor Ramón 2019-12-05 00:19:13 +01:00
  • 33ad332ce9 Implemented From<Color for Background Malte Veerman 2019-12-04 22:02:07 +01:00
  • ed045b45ba
    Merge pull request #106 from Gohla/no_cfg_attr Héctor Ramón 2019-12-04 19:52:59 +01:00
  • 5a974fe72d Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support Gabriel Konat 2019-12-03 20:49:57 +01:00
  • d1eb187e26
    Merge pull request #90 from hecrj/feature/image-from-bytes Héctor Ramón 2019-12-04 04:28:07 +01:00
  • 2144109dd7 Update changelogs Héctor Ramón Jiménez 2019-12-04 04:10:56 +01:00
  • 1f60e28204 Update Image::hash_layout to hash new Handle Héctor Ramón Jiménez 2019-12-04 04:04:18 +01:00
  • 561c3641c6 Merge branch 'master' into feature/image-from-bytes Héctor Ramón Jiménez 2019-12-04 04:01:12 +01:00
  • 4293dcb254 Rename image::Handle::from_bytes to from_memory Héctor Ramón Jiménez 2019-12-04 03:55:33 +01:00
  • 6c145bbb23
    Merge pull request #95 from Friz64/scrolling-behaviour Héctor Ramón 2019-12-04 01:14:13 +01:00
  • 2cd517c099 Correct documentation oversight Friz64 2019-12-03 15:19:59 +01:00
  • 0b5409c53d Fix TextInput inner border radius in iced_wgpu Héctor Ramón Jiménez 2019-12-03 07:40:56 +01:00
  • 60b32a9fed
    Merge pull request #94 from hatoo/improve-setting Héctor Ramón 2019-12-03 07:38:03 +01:00
  • 7756081fdb Refactor window creation in iced_winit Héctor Ramón Jiménez 2019-12-03 07:20:22 +01:00
  • 369ed9bc2e Add decorations to settings::Window Héctor Ramón Jiménez 2019-12-03 07:08:12 +01:00
  • 31e3b6fbcb Unify logic by introducing scrollable::Scrollbar Héctor Ramón Jiménez 2019-12-03 06:48:29 +01:00
  • 6b25b4df22 Reset tour start to 0 Friz64 2019-12-02 18:58:25 +01:00
  • 6943041e0f Address suggestions Friz64 2019-12-02 18:51:34 +01:00
  • 9a733bb3c8 Support null renderer Friz64 2019-11-30 18:16:01 +01:00
  • c12ba14dda Move scrolling percentage logic to separate function Friz64 2019-11-30 17:49:42 +01:00