index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
3
-10
/
+12
2021-08-21
Implement textual hit testing
Tom
4
-69
/
+42
2021-07-28
Simplify `is_picked` expression in `pane_grid`
Héctor Ramón Jiménez
1
-5
/
+1
2021-07-27
Prevent body events pane is picked / dragging
Cory Forsstrom
2
-10
/
+24
2021-07-27
Fix overlay in titlebar when initiating drag
Cory Forsstrom
1
-18
/
+14
2021-07-27
Allow `PickList` selection with mouse scroll only if command is pressed
Héctor Ramón Jiménez
1
-2
/
+13
2021-07-26
Add window::Event::Moved
Cory Forsstrom
1
-0
/
+8
2021-07-22
Enable scroll selection for `PickList` only when scroll is discrete
Héctor Ramón Jiménez
1
-8
/
+4
2021-07-22
Abstract and improve scroll logic in `PickList`
Héctor Ramón Jiménez
1
-25
/
+21
2021-07-22
Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`
Héctor Ramón Jiménez
1
-2
/
+2
2021-07-22
Remove duplication of measuring logic in `PickList`
Héctor Ramón Jiménez
1
-23
/
+17
2021-07-22
Hash `placeholder` in `hash_layout` implementation for `PickList`
Héctor Ramón Jiménez
1
-0
/
+2
2021-07-22
feat: add placeholders to pick_list
Jon Pacheco
1
-3
/
+29
2021-07-15
Remove unnecesary use of `Option::unwrap`
Héctor Ramón Jiménez
1
-3
/
+3
2021-07-15
Fix implementation of `Widget::overlay` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
1
-1
/
+17
2021-07-13
Force `Application::Message` to implement `Clone`
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-12
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-22
/
+13
2021-07-12
Move `menu` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
2
-88
/
+2
2021-07-12
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
2
-37
/
+40
2021-07-05
Initial menu implementation
Richard
2
-0
/
+83
2021-06-25
Use new enum variant and new winit repo
Richard
1
-4
/
+21
2021-06-25
Added events for url handling and create example
Richard
1
-0
/
+4
2021-06-22
Use `match` statement in `Content::overlay`
Héctor Ramón Jiménez
1
-5
/
+4
2021-06-17
Allow overlay from pane grid title bar
Clark Moody
2
-8
/
+16
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
3
-7
/
+7
2021-06-10
Update disabled example of `Button` in docs
Héctor Ramón
1
-8
/
+14
2021-06-10
Fix failing doctests
Jonas Matser
1
-1
/
+11
2021-06-10
Adds doc comment for disabled button
Jonas Matser
1
-0
/
+8
2021-06-04
Introduce `on_scroll` event in `Scrollable`
Héctor Ramón
1
-1
/
+47
2021-06-04
Introduce `snap_to` and `unsnap` to `scrollable::State`
Héctor Ramón
1
-184
/
+139
2021-06-04
feat(native): Make scrollable programmatically scrollable for some use cases,...
Yusuf Bera Ertan
1
-90
/
+181
2021-06-03
Use intra-doc links in `Toggler` docs
Héctor Ramón
1
-23
/
+0
2021-06-03
Rename `text_align` to `text_alignment` in `Toggler`
Héctor Ramón
1
-8
/
+6
2021-06-03
Update documentation of `Toggler`
Kaiden42
1
-1
/
+1
2021-06-03
Change label of `Toggler` to optional
Kaiden42
2
-30
/
+46
2021-06-03
Add alignment of `Toggler` label.
Kaiden42
1
-1
/
+25
2021-06-03
fix missing semicolon in doc test
Kaiden42
1
-1
/
+1
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
3
-1
/
+282
2021-06-01
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
9
-45
/
+0
2021-06-01
Use `Padding::horizontal` and `Padding::vertical` helpers
Héctor Ramón
2
-8
/
+5
2021-06-01
Fix `overlay::Menu` implementation
Héctor Ramón
1
-1
/
+1
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
13
-93
/
+161
2021-05-25
Remove redundant 'on_change'
13r0ck
1
-14
/
+0
2021-05-24
Enable event handling within the title elements
Clark Moody
1
-10
/
+23
2021-05-19
Fix formatting with `cargo fmt`
Héctor Ramón
1
-5
/
+4
2021-05-18
fix pick_list layouting not respecting fonts
chiheisen
1
-1
/
+1
2021-05-17
viewer: Don't calculate viewport on Fill|Portion
chiheisen
1
-7
/
+18
2021-05-17
Added text color and font options for native radio and checkbox (#831)
zdevwu
2
-8
/
+32
2021-05-10
cargo fmt
13r0ck
1
-7
/
+13
2021-05-10
Improve performance using iters
13r0ck
1
-23
/
+8
[next]