| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable event handling within the title elements | Clark Moody | 2021-05-24 | 1 | -10/+23 |
* | Merge branch 'hecrj:master' into upgrade-wgpu | Aaron Housh | 2021-05-19 | 3 | -9/+33 |
|\ |
|
| * | fix pick_list layouting not respecting fonts | chiheisen | 2021-05-18 | 1 | -1/+1 |
| * | Added text color and font options for native radio and checkbox (#831) | zdevwu | 2021-05-17 | 2 | -8/+32 |
* | | Fix formatting with `cargo fmt` | Héctor Ramón | 2021-05-19 | 1 | -5/+4 |
* | | Run cargo fmt | Dispersia | 2021-04-12 | 3 | -8/+9 |
|/ |
|
* | Add `CloseRequested` variant to `window::Event` | Héctor Ramón Jiménez | 2021-03-30 | 1 | -0/+6 |
* | Overwrite `overlay` method in Widget implementation for Button (#764) | Nicolas Levy | 2021-03-14 | 1 | -0/+8 |
* | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 2021-03-11 | 2 | -6/+12 |
* | Merge pull request #770 from hecrj/feature/clipboard-write | Héctor Ramón | 2021-03-10 | 26 | -115/+185 |
|\ |
|
| * | Implement copy and cut behavior for `TextInput` | Héctor Ramón Jiménez | 2021-03-10 | 1 | -0/+40 |
| * | Make `Clipboard` argument in `Widget` trait mutable | Héctor Ramón Jiménez | 2021-03-10 | 26 | -113/+140 |
| * | Introduce `write` method to `Clipboard` trait | Héctor Ramón Jiménez | 2021-03-10 | 1 | -0/+3 |
| * | Update `window_clipboard` to `0.2` | Héctor Ramón Jiménez | 2021-03-10 | 2 | -3/+3 |
* | | Merge pull request #771 from hecrj/fix/tooltip-layering | Héctor Ramón | 2021-03-10 | 4 | -3/+15 |
|\ \
| |/
|/| |
|
| * | Fix `viewport` argument in `PaneGrid` draw calls | Héctor Ramón Jiménez | 2021-02-27 | 4 | -3/+15 |
* | | Call `hash_layout` for `controls` in `pane_grid::TitleBar` | Héctor Ramón Jiménez | 2021-03-09 | 1 | -0/+4 |
|/ |
|
* | Hide `Text` as an implementation detail of `Tooltip` | Héctor Ramón Jiménez | 2021-02-24 | 1 | -8/+22 |
* | Add `style` and `padding` to `Tooltip` | Héctor Ramón Jiménez | 2021-02-23 | 1 | -7/+33 |
* | Introduce `Tooltip::gap` to control spacing | Héctor Ramón Jiménez | 2021-02-23 | 1 | -0/+10 |
* | Remove `viewport` from `Overlay::draw` for now | Héctor Ramón Jiménez | 2021-02-23 | 4 | -10/+2 |
* | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 2021-02-23 | 12 | -237/+46 |
* | feat(native): add Tooltip widget | Yusuf Bera Ertan | 2021-02-15 | 14 | -16/+381 |
* | Touch support for `PaneGrid` and `PickList` (#650) | anunge | 2021-02-12 | 3 | -70/+91 |
* | Split `window::Event::Focused` into two variants | Héctor Ramón Jiménez | 2021-01-15 | 1 | -4/+7 |
* | add focus event | cossonleo | 2021-01-15 | 1 | -0/+3 |
* | Fix `Widget::width` implementation for `PickList` | Héctor Ramón Jiménez | 2021-01-15 | 1 | -1/+1 |
* | Capture relevant events in `image::Viewer` | Héctor Ramón Jiménez | 2021-01-11 | 1 | -5/+15 |
* | Use `BTreeMap` for splits and regions in `pane_grid` | Héctor Ramón Jiménez | 2021-01-07 | 4 | -12/+12 |
* | Implement split highlight on hover for `PaneGrid` | Héctor Ramón Jiménez | 2021-01-01 | 4 | -19/+67 |
* | Merge pull request #657 from clarkmoody/feature/pane-grid-title-contents | Héctor Ramón | 2020-12-22 | 3 | -86/+42 |
|\ |
|
| * | Remove unnecessary lifetime bound in `TitleBar` | Héctor Ramón Jiménez | 2020-12-22 | 1 | -1/+1 |
| * | Remove unnecessary `text::Renderer` bound for `PaneGrid` | Héctor Ramón Jiménez | 2020-12-22 | 1 | -4/+1 |
| * | Replace TitleBar string title with generic Content | Clark Moody | 2020-12-10 | 3 | -83/+42 |
* | | Merge pull request #668 from hecrj/fix/propagate-button-events | Héctor Ramón | 2020-12-18 | 1 | -2/+13 |
|\ \ |
|
| * | | Propagate `Button` events to contents | Héctor Ramón Jiménez | 2020-12-18 | 1 | -2/+13 |
* | | | Remove `max_width` and `max_height` from `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -19/+1 |
* | | | Use intra-doc links in `image::viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -37/+4 |
* | | | Simplify `cursor_to_center` in `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -21/+2 |
* | | | Remove use of `unwrap` in `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -34/+33 |
* | | | Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -11/+10 |
* | | | Negate values instead of multipling by `-1.0` in `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -10/+4 |
* | | | Remove redundant `f32` conversions in `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -12/+10 |
* | | | Remove unnecessary `Option` in `image::viewer::State` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -18/+24 |
* | | | Rename `scale_pct` to `scale_step` in `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -6/+6 |
* | | | Simplify pattern match in `image::Viewer::on_event` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -15/+10 |
* | | | Pan `image::Viewer` even if the cursor is out of bounds | Héctor Ramón Jiménez | 2020-12-18 | 1 | -77/+68 |
* | | | Fix `layout` of `image::Viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -52/+38 |
* | | | Turn methods into helper functions in `image::viewer` | Héctor Ramón Jiménez | 2020-12-18 | 1 | -26/+20 |
* | | | Merge remote-tracking branch 'tarkah/image-pane' into image-pane | Héctor Ramón Jiménez | 2020-12-18 | 2 | -0/+503 |
|\ \ \
| |/ /
|/| | |
|