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
/
title_bar.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
-432
/
+0
*
Use `f32` for `Padding`
Héctor Ramón Jiménez
2023-02-17
1
-4
/
+1
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+3
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-4
/
+4
*
Implement `Widget::operate` for `PaneGrid`
Ryan Scheidter
2022-11-14
1
-1
/
+39
*
Fix broken documentation links
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
-1
/
+1
*
When pane grid title bar is cramped, still show content until hover and allow...
Matthew Kennerly
2022-08-27
1
-9
/
+15
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-21
/
+71
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
1
-25
/
+48
|
\
|
*
Prevent pane grid title bar content and controls from overlapping
mtkennerly
2022-06-07
1
-24
/
+47
*
|
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-6
/
+14
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+3
|
/
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-12
/
+1
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-3
/
+11
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-4
/
+4
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-3
/
+3
*
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+6
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-0
/
+30
*
Implement `Widget::draw` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-35
/
+42
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-6
/
+3
*
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
-28
/
+28
*
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
*
Allow overlay from pane grid title bar
Clark Moody
2021-06-17
1
-0
/
+8
*
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
1
-3
/
+3
|
\
|
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-3
/
+3
*
|
Merge pull request #771 from hecrj/fix/tooltip-layering
Héctor Ramón
2021-03-10
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix `viewport` argument in `PaneGrid` draw calls
Héctor Ramón Jiménez
2021-02-27
1
-1
/
+3
*
|
Call `hash_layout` for `controls` in `pane_grid::TitleBar`
Héctor Ramón Jiménez
2021-03-09
1
-0
/
+4
|
/
*
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
2021-01-01
1
-3
/
+7
*
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
1
-19
/
+4
*
Implement event capturing for `PaneGrid`
Héctor Ramón Jiménez
2020-11-12
1
-6
/
+7
*
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-1
/
+1
*
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2020-08-19
1
-1
/
+11
*
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
*
Fix layout of a `TitleBar` without controls
Héctor Ramón Jiménez
2020-07-09
1
-1
/
+1
*
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
2020-07-09
1
-2
/
+20
*
Fix default text size in `TitleBar`
Héctor Ramón Jiménez
2020-07-08
1
-3
/
+3
[next]