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
/
src
/
user_interface.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-592
/
+0
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-47
/
+35
*
Fix base cursor position during `UserInterface::draw` when overlay is present
Héctor Ramón Jiménez
2023-02-18
1
-6
/
+7
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-2
/
+2
*
fix: panic when overlay event processing removes overlay
Nick Senger
2023-02-11
1
-9
/
+9
*
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
2023-01-30
1
-8
/
+10
*
Rename method to is_over
Cory Forsstrom
2023-01-17
1
-5
/
+3
*
New method to determine if overlay contains cursor
Cory Forsstrom
2023-01-17
1
-2
/
+9
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-2
/
+2
*
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
2023-01-12
1
-13
/
+10
*
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
2023-01-12
1
-5
/
+41
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+2
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-2
/
+2
*
Get widget operations working w/ overlay
Cory Forsstrom
2022-11-29
1
-7
/
+12
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-9
/
+9
*
Invalidate `overlay` layout when `base` layer captures an `Event`
Héctor Ramón Jiménez
2022-11-14
1
-1
/
+5
*
#1484, #1527: Fix overlay transition
mtkennerly
2022-11-11
1
-1
/
+1
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-2
/
+2
*
Update docs for renamed integration examples
13r0ck
2022-09-07
1
-3
/
+4
*
Lay out `UserInterface` after diffing
Héctor Ramón Jiménez
2022-08-05
1
-3
/
+3
*
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
2022-07-28
1
-3
/
+5
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
1
-0
/
+21
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-40
/
+63
*
Address Clippy lints
Poly
2022-07-09
1
-1
/
+1
*
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2022-07-08
1
-9
/
+7
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
1
-22
/
+49
|
\
|
*
Don't process captured overlay statuses
Cory Forsstrom
2022-05-30
1
-0
/
+4
|
*
Relayout base layer when layout is invalidated from an overlay
Héctor Ramón Jiménez
2022-05-13
1
-22
/
+45
*
|
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
2022-05-26
1
-3
/
+6
*
|
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+5
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-2
/
+5
|
/
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-3
/
+2
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Fix overlay flickering after `Application::update`
Héctor Ramón Jiménez
2022-03-01
1
-20
/
+26
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-164
/
+46
*
Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...
Héctor Ramón Jiménez
2022-01-22
1
-2
/
+4
*
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
2022-01-12
1
-0
/
+6
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-22
/
+26
*
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
2022-01-11
1
-12
/
+33
*
Change GitHub namespace to new org for all files
LordRatte
2022-01-03
1
-1
/
+1
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-10
/
+44
*
Fix overflow of graphics primitives in overlays
Héctor Ramón Jiménez
2021-11-21
1
-1
/
+1
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-2
/
+2
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
Fix overlay layering in `UserInterface::draw`
Héctor Ramón Jiménez
2021-10-28
1
-32
/
+52
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-13
/
+9
*
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2021-10-18
1
-3
/
+22
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-3
/
+4
*
Implement `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2021-10-14
1
-9
/
+13
*
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
2021-10-14
1
-0
/
+3
[next]