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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
2
-6
/
+6
*
Fix `mouse_interaction` using wrong layout in `PaneGrid`
Héctor Ramón Jiménez
2021-11-01
1
-3
/
+2
*
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
2
-6
/
+12
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
5
-11
/
+9
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
2
-0
/
+66
*
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
2
-70
/
+86
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
2
-13
/
+7
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
2
-2
/
+4
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
2
-54
/
+55
*
Merge pull request #971 from tarkah/fix/pane-dragging-overlay
Héctor Ramón
2021-07-28
1
-8
/
+13
|
\
|
*
Prevent body events pane is picked / dragging
Cory Forsstrom
2021-07-27
1
-8
/
+13
*
|
Remove unnecesary use of `Option::unwrap`
Héctor Ramón Jiménez
2021-07-15
1
-3
/
+3
*
|
Fix implementation of `Widget::overlay` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2021-07-15
1
-1
/
+17
|
/
*
Use `match` statement in `Content::overlay`
Héctor Ramón Jiménez
2021-06-22
1
-5
/
+4
*
Allow overlay from pane grid title bar
Clark Moody
2021-06-17
2
-8
/
+16
*
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
2021-06-01
1
-5
/
+0
*
Add support for asymmetrical padding
Ben LeFevre
2021-06-01
1
-10
/
+19
*
Enable event handling within the title elements
Clark Moody
2021-05-24
1
-10
/
+23
*
Merge pull request #770 from hecrj/feature/clipboard-write
Héctor Ramón
2021-03-10
2
-7
/
+7
|
\
|
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
2
-7
/
+7
*
|
Merge pull request #771 from hecrj/fix/tooltip-layering
Héctor Ramón
2021-03-10
2
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
2021-02-27
2
-2
/
+7
*
|
Call `hash_layout` for `controls` in `pane_grid::TitleBar`
Héctor Ramón Jiménez
2021-03-09
1
-0
/
+4
|
/
*
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
2
-6
/
+13
*
Remove unnecessary lifetime bound in `TitleBar`
Héctor Ramón Jiménez
2020-12-22
1
-1
/
+1
*
Replace TitleBar string title with generic Content
Clark Moody
2020-12-10
1
-73
/
+38
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
6
-92
/
+15
*
Fix broken links in API documentation
Héctor Ramón Jiménez
2020-11-26
1
-8
/
+4
*
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
2020-11-17
1
-16
/
+0
*
Implement event capturing for `PaneGrid`
Héctor Ramón Jiménez
2020-11-12
2
-10
/
+16
*
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
2
-2
/
+2
*
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
2020-11-10
1
-4
/
+5
*
Fix typo in documentation of `pane_grid::Content`
Héctor Ramón Jiménez
2020-11-10
1
-2
/
+2
*
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
2020-11-10
1
-117
/
+7
*
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2020-08-19
2
-1
/
+15
*
Merge pull request #463 from mobile-bungalow/titlebar_options
Héctor Ramón
2020-07-31
1
-12
/
+29
|
\
|
*
Clarify `TitleBar::always_show_controls` docs a bit
Héctor Ramón Jiménez
2020-07-31
1
-3
/
+6
|
*
Move `always_show_controls` after `padding`
Héctor Ramón Jiménez
2020-07-31
1
-1
/
+1
|
*
Fix typo in `TitleBar::new`
Héctor Ramón Jiménez
2020-07-31
1
-1
/
+1
|
*
Added method to TitleBar, allowing controls to be show statically instead of...
mobile-bungalow
2020-07-27
1
-11
/
+25
*
|
Keep original focus state while a pane is dragged
Héctor Ramón Jiménez
2020-07-22
1
-2
/
+6
*
|
Add `focused` method to `pane_grid::State`
Héctor Ramón Jiménez
2020-07-22
1
-0
/
+16
|
/
*
Implement `Widget::overlay` for `PaneGrid`
Héctor Ramón Jiménez
2020-07-10
1
-0
/
+19
*
Fix layout of a `TitleBar` without controls
Héctor Ramón Jiménez
2020-07-09
1
-1
/
+1
*
Stop tracking `pressed_modifiers` in `PaneGrid`
Héctor Ramón Jiménez
2020-07-09
1
-3
/
+0
*
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
2020-07-09
2
-13
/
+43
*
Fix default text size in `TitleBar`
Héctor Ramón Jiménez
2020-07-08
1
-3
/
+3
*
Merge branch 'master' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-07-08
2
-8
/
+41
|
\
|
*
Add `unfocus` method to `pane_grid::State`
Héctor Ramón Jiménez
2020-06-30
1
-0
/
+7
[next]