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
/
widget
/
pane_grid.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-991
/
+0
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-1
/
+1
*
Use `Pixels` for `spacing`
Héctor Ramón Jiménez
2023-02-17
1
-34
/
+27
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-4
/
+4
*
Use group overlay for containers w/ children
Cory Forsstrom
2023-01-17
1
-5
/
+8
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-1
/
+2
*
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
2022-12-20
1
-2
/
+2
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-1
/
+1
*
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
1
-63
/
+158
|
\
|
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-2
/
+2
|
*
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
2022-11-14
1
-0
/
+18
|
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
|
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-2
/
+2
|
*
Couple layout & content to avoid desync
Cory Forsstrom
2022-11-08
1
-51
/
+52
|
*
Add state::Scoped & rename Elements as Contents
tarkah
2022-11-02
1
-91
/
+85
|
*
Fix tests & lints
tarkah
2022-11-02
1
-5
/
+6
|
*
Disable drag when maximized
Cory Forsstrom
2022-11-02
1
-2
/
+18
|
*
Add maximize / restore to PaneGrid
Cory Forsstrom
2022-11-02
1
-32
/
+97
*
|
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-1
/
+1
|
/
*
Use child layout
Cory Forsstrom
2022-10-19
1
-2
/
+4
*
Eliminate unnecessary allocation
Cory Forsstrom
2022-10-19
1
-23
/
+23
*
Render picked pane last
Cory Forsstrom
2022-10-17
1
-1
/
+6
*
Fix pane grid mouse interactions
Cory Forsstrom
2022-10-17
1
-1
/
+2
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-182
/
+226
*
Address Clippy lints
Poly
2022-07-09
1
-2
/
+1
*
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-4
/
+5
*
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
2022-06-01
1
-13
/
+26
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-1
/
+9
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2022-03-14
1
-335
/
+446
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-17
/
+2
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-2
/
+9
*
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
-17
/
+13
*
Fix implementation of `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-11-21
1
-4
/
+27
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-23
/
+26
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-2
/
+2
*
Reintroduce `Box` for `style_sheet` in `PaneGrid`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-2
/
+2
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-15
/
+42
*
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-74
/
+143
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-3
/
+2
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+2
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-119
/
+51
*
Simplify `is_picked` expression in `pane_grid`
Héctor Ramón Jiménez
2021-07-28
1
-5
/
+1
*
Prevent body events pane is picked / dragging
Cory Forsstrom
2021-07-27
1
-2
/
+11
*
Fix overlay in titlebar when initiating drag
Cory Forsstrom
2021-07-27
1
-18
/
+14
*
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
2021-06-14
1
-1
/
+1
*
Merge pull request #770 from hecrj/feature/clipboard-write
Héctor Ramón
2021-03-10
1
-3
/
+3
|
\
[next]