Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #885 from Chiheisen/master | 2021-07-22 | 1 | -7/+18 | |
|\ | | | | | image viewer: Only calculate viewport based width/length for Length::Unit|Shrink | ||||
| * | viewer: Don't calculate viewport on Fill|Portion | 2021-05-17 | 1 | -7/+18 | |
| | | | | | | | | | | | | Currently image::viewer will not expand it's image into empty space even when Length::Fill or Length::FillPortion are used. Only calculate viewport when viewer cannot expand. | ||||
* | | Merge pull request #945 from derezzedex/menu | 2021-07-20 | 3 | -25/+16 | |
|\ \ | | | | | | | feat: add menus | ||||
| * | | Force `Application::Message` to implement `Clone` | 2021-07-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data. | ||||
| * | | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 1 | -22/+13 | |
| | | | |||||
| * | | Move `menu` module from `iced_native` to `iced_core` | 2021-07-12 | 2 | -88/+2 | |
| | | | |||||
| * | | Make `Menu` API a bit more functional | 2021-07-12 | 2 | -37/+40 | |
| | | | |||||
| * | | Initial menu implementation | 2021-07-05 | 2 | -0/+83 | |
| | | | |||||
* | | | Remove unnecesary use of `Option::unwrap` | 2021-07-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | ... in `overlay` implementation for `pane_grid::TitleBar` | ||||
* | | | Fix implementation of `Widget::overlay` for `pane_grid::TitleBar` | 2021-07-15 | 1 | -1/+17 | |
|/ / | |||||
* | | Use new enum variant and new winit repo | 2021-06-25 | 1 | -4/+21 | |
| | | |||||
* | | Added events for url handling and create example | 2021-06-25 | 1 | -0/+4 | |
| | | |||||
* | | Merge pull request #915 from yusdacra/docs/update-links | 2021-06-22 | 3 | -7/+7 | |
|\ \ | | | | | | | docs: update all 0.2 github links to 0.3 | ||||
| * | | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 3 | -7/+7 | |
| | | | |||||
* | | | Use `match` statement in `Content::overlay` | 2021-06-22 | 1 | -5/+4 | |
| | | | | | | | | | | | | ... to improve readability a bit. | ||||
* | | | Allow overlay from pane grid title bar | 2021-06-17 | 2 | -8/+16 | |
|/ / | |||||
* | | Update disabled example of `Button` in docs | 2021-06-10 | 1 | -8/+14 | |
| | | |||||
* | | Fix failing doctests | 2021-06-10 | 1 | -1/+11 | |
| | | |||||
* | | Adds doc comment for disabled button | 2021-06-10 | 1 | -0/+8 | |
| | | | | | | | | Makes disabled button behavior consistent in web | ||||
* | | Introduce `on_scroll` event in `Scrollable` | 2021-06-04 | 1 | -1/+47 | |
| | | |||||
* | | Introduce `snap_to` and `unsnap` to `scrollable::State` | 2021-06-04 | 1 | -184/+139 | |
| | | |||||
* | | feat(native): Make scrollable programmatically scrollable for some use ↵ | 2021-06-04 | 1 | -90/+181 | |
| | | | | | | | | cases, add snap_to_bottom by default | ||||
* | | Use intra-doc links in `Toggler` docs | 2021-06-03 | 1 | -23/+0 | |
| | | |||||
* | | Rename `text_align` to `text_alignment` in `Toggler` | 2021-06-03 | 1 | -8/+6 | |
| | | |||||
* | | Update documentation of `Toggler` | 2021-06-03 | 1 | -1/+1 | |
| | | |||||
* | | Change label of `Toggler` to optional | 2021-06-03 | 2 | -30/+46 | |
| | | |||||
* | | Add alignment of `Toggler` label. | 2021-06-03 | 1 | -1/+25 | |
| | | |||||
* | | fix missing semicolon in doc test | 2021-06-03 | 1 | -1/+1 | |
| | | |||||
* | | Implement `Toggler` widget for iced_native | 2021-06-03 | 3 | -1/+282 | |
| | | |||||
* | | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 9 | -45/+0 | |
| | | |||||
* | | Use `Padding::horizontal` and `Padding::vertical` helpers | 2021-06-01 | 2 | -8/+5 | |
| | | |||||
* | | Fix `overlay::Menu` implementation | 2021-06-01 | 1 | -1/+1 | |
| | | |||||
* | | Add support for asymmetrical padding | 2021-06-01 | 13 | -93/+161 | |
| | | |||||
* | | Enable event handling within the title elements | 2021-05-24 | 1 | -10/+23 | |
| | | | | | | | | | | Shrink the pick area to avoid both the controls and the title elements. Handle events and merge title area event status with control events. | ||||
* | | Merge branch 'hecrj:master' into upgrade-wgpu | 2021-05-19 | 3 | -9/+33 | |
|\ \ | |||||
| * | | fix pick_list layouting not respecting fonts | 2021-05-18 | 1 | -1/+1 | |
| |/ | |||||
| * | Added text color and font options for native radio and checkbox (#831) | 2021-05-17 | 2 | -8/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * text color and font options to radio * code formatting * code formatting * code formatting * Added text_color for native checkbox * Removed clone as color has Copy * Fix code formatting with `cargo fmt` Co-authored-by: Héctor Ramón <hector@lich.io> | ||||
* | | Fix formatting with `cargo fmt` | 2021-05-19 | 1 | -5/+4 | |
| | | |||||
* | | Run cargo fmt | 2021-04-12 | 3 | -8/+9 | |
|/ | |||||
* | Bump versions :tada: | 2021-03-31 | 2 | -4/+4 | |
| | |||||
* | Add `CloseRequested` variant to `window::Event` | 2021-03-30 | 1 | -0/+6 | |
| | |||||
* | Overwrite `overlay` method in Widget implementation for Button (#764) | 2021-03-14 | 1 | -0/+8 | |
| | | | | | | | * Overwrite `overlay` method in Widget implementation for Button * Overwrite `overlay` method in Widget implementation for Button (cargo fmt) * Fix button overlay | ||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 2 | -6/+12 | |
| | |||||
* | Merge pull request #770 from hecrj/feature/clipboard-write | 2021-03-10 | 26 | -115/+185 | |
|\ | | | | | Write clipboard support and `TextInput` copy and cut behavior | ||||
| * | Implement copy and cut behavior for `TextInput` | 2021-03-10 | 1 | -0/+40 | |
| | | |||||
| * | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 26 | -113/+140 | |
| | | |||||
| * | Introduce `write` method to `Clipboard` trait | 2021-03-10 | 1 | -0/+3 | |
| | | |||||
| * | Update `window_clipboard` to `0.2` | 2021-03-10 | 2 | -3/+3 | |
| | | |||||
* | | Merge pull request #771 from hecrj/fix/tooltip-layering | 2021-03-10 | 4 | -3/+15 | |
|\ \ | |/ |/| | Reposition `Tooltip` inside `viewport` bounds | ||||
| * | Fix `viewport` argument in `PaneGrid` draw calls | 2021-02-27 | 4 | -3/+15 | |
| | |