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
/
widget
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless conversions in `widget::tooltip`
Héctor Ramón Jiménez
2023-07-12
1
-15
/
+17
*
Use overlay for `Tooltip` widget
Cory Forsstrom
2023-07-12
1
-97
/
+160
*
fix: request redraw in component overlay
Nick Senger
2023-07-09
1
-0
/
+4
*
Remove useless conversion in `widget::pane_grid`
Héctor Ramón Jiménez
2023-07-06
1
-1
/
+1
*
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
2023-07-06
1
-24
/
+34
*
Simplify `Target` enum in `widget::pane_grid`
Héctor Ramón Jiménez
2023-07-06
1
-13
/
+5
*
Call `in_edge` only when `picked_pane.is_some()`
Héctor Ramón Jiménez
2023-07-06
1
-19
/
+21
*
Reuse code
Joao Freitas
2023-07-06
1
-35
/
+22
*
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
2023-07-06
3
-99
/
+281
*
Add touch support for toggler. (#1935)
Austin M. Reppert
2023-06-29
1
-1
/
+3
*
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
2
-4
/
+5
*
Use `Option::filter` instead of `and_then` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-14
/
+6
*
Require a `Direction` when computing `State::offset` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-18
/
+23
*
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-57
/
+48
*
Make vertical scroll properties optional
Austin M. Reppert
2023-06-27
1
-40
/
+90
*
Merge pull request #1845 from bungoboingo/feat/offscreen-rendering
Héctor Ramón
2023-06-27
1
-2
/
+11
|
\
|
*
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
2023-06-06
1
-2
/
+11
*
|
Update `ouroboros` dependency
Héctor Ramón Jiménez
2023-06-21
2
-6
/
+2
*
|
Make `overlay::Menu` publish messages on selection
Héctor Ramón Jiménez
2023-06-14
2
-42
/
+42
*
|
Use nested for lazy widgets
Cory Forsstrom
2023-06-14
3
-44
/
+58
*
|
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
2023-06-14
3
-6
/
+21
*
|
Only scroll w/ wheel if over scrollable
Cory Forsstrom
2023-06-12
1
-0
/
+4
*
|
Fix mouse interactions in `Scrollable`
Héctor Ramón Jiménez
2023-06-08
1
-4
/
+24
*
|
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
15
-42
/
+38
*
|
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
32
-678
/
+523
|
/
*
Fix `quad` glitch when rounding borders of a `Slider` rail
Héctor Ramón Jiménez
2023-06-01
2
-10
/
+4
*
only add border radius to the visible part
Casper Storm
2023-06-01
2
-4
/
+10
*
Add border_radius to slider rail
Casper Storm
2023-06-01
2
-4
/
+4
*
Invalidate `Responsive` layout when size changes without a `view` call
Héctor Ramón Jiménez
2023-06-01
1
-0
/
+1
*
clippy
Casper Storm
2023-05-23
11
-16
/
+15
*
Extend border radius on relevant widgets
Casper Storm
2023-05-23
2
-21
/
+21
*
Avoid drawing empty quads in `widget::scrollable`
Héctor Ramón Jiménez
2023-05-23
1
-6
/
+10
*
Remove min width 1 from scrollbar & scroller
Cory Forsstrom
2023-05-23
1
-4
/
+2
*
Rename invert -> swap
Joao Freitas
2023-05-19
1
-2
/
+2
*
Take pane state internally
Joao Freitas
2023-05-19
1
-18
/
+8
*
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
2023-05-19
1
-1
/
+1
*
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
2
-5
/
+156
*
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2023-05-11
2
-3
/
+1
*
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
2023-05-11
5
-1
/
+15
*
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
2023-05-11
1
-3
/
+3
*
Fix bounds of `PickList` text label
Héctor Ramón Jiménez
2023-05-10
1
-1
/
+3
*
Add `line_height` to `pick_list::Icon`
Héctor Ramón Jiménez
2023-05-10
1
-5
/
+16
*
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+5
*
Export `Shaping` and `LineHeight` in `widget::text`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+0
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+5
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
6
-16
/
+126
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
5
-54
/
+122
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
7
-27
/
+105
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
6
-1
/
+14
*
Merge branch 'advanced-text' into incremental-rendering
Héctor Ramón Jiménez
2023-04-17
12
-227
/
+829
|
\
[next]