summaryrefslogtreecommitdiffstats
path: root/native/src/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fix pick_list layouting not respecting fontsLibravatar chiheisen2021-05-181-1/+1
| |/ / / /
| * | / / Added text color and font options for native radio and checkbox (#831)Libravatar zdevwu2021-05-172-8/+32
| | |/ / | |/| |
* | | | Fix formatting with `cargo fmt`Libravatar Héctor Ramón2021-05-191-5/+4
* | | | Run cargo fmtLibravatar Dispersia2021-04-123-8/+9
|/ / /
* / / Overwrite `overlay` method in Widget implementation for Button (#764)Libravatar Nicolas Levy2021-03-141-0/+8
|/ /
* | Merge pull request #770 from hecrj/feature/clipboard-writeLibravatar Héctor Ramón2021-03-1017-79/+130
|\ \
| * | Implement copy and cut behavior for `TextInput`Libravatar Héctor Ramón Jiménez2021-03-101-0/+40
| * | Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-1017-79/+90
| * | Update `window_clipboard` to `0.2`Libravatar Héctor Ramón Jiménez2021-03-101-1/+1
* | | Merge pull request #771 from hecrj/fix/tooltip-layeringLibravatar Héctor Ramón2021-03-103-3/+12
|\ \ \ | |/ / |/| |
| * | Fix `viewport` argument in `PaneGrid` draw callsLibravatar Héctor Ramón Jiménez2021-02-273-3/+12
* | | Call `hash_layout` for `controls` in `pane_grid::TitleBar`Libravatar Héctor Ramón Jiménez2021-03-091-0/+4
|/ /
* | Hide `Text` as an implementation detail of `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-241-8/+22
* | Add `style` and `padding` to `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-231-7/+33
* | Introduce `Tooltip::gap` to control spacingLibravatar Héctor Ramón Jiménez2021-02-231-0/+10
* | Change `Tooltip` to support `Text` only for nowLibravatar Héctor Ramón Jiménez2021-02-238-212/+33
* | feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-158-6/+345
* | Touch support for `PaneGrid` and `PickList` (#650)Libravatar anunge2021-02-122-68/+67
* | Fix `Widget::width` implementation for `PickList`Libravatar Héctor Ramón Jiménez2021-01-151-1/+1
* | Capture relevant events in `image::Viewer`Libravatar Héctor Ramón Jiménez2021-01-111-5/+15
* | Use `BTreeMap` for splits and regions in `pane_grid`Libravatar Héctor Ramón Jiménez2021-01-074-12/+12
* | Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-013-16/+61
* | Merge pull request #657 from clarkmoody/feature/pane-grid-title-contentsLibravatar Héctor Ramón2020-12-222-82/+41
|\ \
| * | Remove unnecessary lifetime bound in `TitleBar`Libravatar Héctor Ramón Jiménez2020-12-221-1/+1
| * | Remove unnecessary `text::Renderer` bound for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-12-221-4/+1
| * | Replace TitleBar string title with generic ContentLibravatar Clark Moody2020-12-102-79/+41
* | | Merge pull request #668 from hecrj/fix/propagate-button-eventsLibravatar Héctor Ramón2020-12-181-2/+13
|\ \ \
| * | | Propagate `Button` events to contentsLibravatar Héctor Ramón Jiménez2020-12-181-2/+13
| | |/ | |/|
* | | Remove `max_width` and `max_height` from `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-19/+1
* | | Use intra-doc links in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-37/+4
* | | Simplify `cursor_to_center` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-21/+2
* | | Remove use of `unwrap` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-34/+33
* | | Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-11/+10
* | | Negate values instead of multipling by `-1.0` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-10/+4
* | | Remove redundant `f32` conversions in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-12/+10
* | | Remove unnecessary `Option` in `image::viewer::State`Libravatar Héctor Ramón Jiménez2020-12-181-18/+24
* | | Rename `scale_pct` to `scale_step` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-6/+6
* | | Simplify pattern match in `image::Viewer::on_event`Libravatar Héctor Ramón Jiménez2020-12-181-15/+10
* | | Pan `image::Viewer` even if the cursor is out of boundsLibravatar Héctor Ramón Jiménez2020-12-181-77/+68
* | | Fix `layout` of `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-52/+38
* | | Turn methods into helper functions in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-26/+20
* | | Merge remote-tracking branch 'tarkah/image-pane' into image-paneLibravatar Héctor Ramón Jiménez2020-12-182-0/+503
|\ \ \ | |/ / |/| |
| * | remove re-export on viewer::StateLibravatar Cory Forsstrom2020-05-271-1/+1
| * | update docsLibravatar Cory Forsstrom2020-05-271-1/+1
| * | centered image and zoom to cursorLibravatar Cory Forsstrom2020-05-271-91/+196
| * | rename to image::ViewerLibravatar Cory Forsstrom2020-05-262-39/+41
| * | Rename and add to iced image moduleLibravatar Cory Forsstrom2020-05-261-37/+37
| * | Rebase to master and update for api changesLibravatar Cory Forsstrom2020-05-261-39/+16
| * | Add `ImagePane` widgetLibravatar Cory Forsstrom2020-05-261-0/+407
* | | Fix text selection with touch events in `TextInput`Libravatar Héctor Ramón Jiménez2020-12-151-2/+5