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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-14
Create module boundaries for `pane_grid` logic
Héctor Ramón Jiménez
6
-412
/
+448
2020-03-14
Reuse `PaneGrid::focus` to remove some duplication
Héctor Ramón Jiménez
1
-9
/
+2
2020-03-14
Simplify `iter` and `iter_mut` in `pane_grid`
Héctor Ramón Jiménez
1
-4
/
+4
2020-03-14
Expose `adjacent_pane` instead of `focus_adjacent`
Héctor Ramón Jiménez
1
-33
/
+37
2020-03-13
keep cursor inside value boundaries more reliable
FabianLars
1
-3
/
+3
2020-03-13
Improve `PaneGrid::focus_adjacent` intuitiveness
Héctor Ramón Jiménez
1
-67
/
+27
2020-03-13
Draft `PaneGrid::focus_adjacent`
Héctor Ramón Jiménez
1
-8
/
+83
2020-03-13
Unfocus pane in `PaneGrid` on out-of-bounds click
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-13
Implement `spacing` support for `PaneGrid`
Héctor Ramón Jiménez
1
-11
/
+32
2020-03-13
Improve `PaneGrid` API by introducing `DragEvent`
Héctor Ramón Jiménez
1
-33
/
+43
2020-03-11
Replace `Panes` with `PaneGrid` in documentation
Héctor Ramón Jiménez
1
-12
/
+13
2020-03-11
Round region dimensions of panes to avoid overlaps
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-11
Expose `pane_grid::Focus` for state-based styling
Héctor Ramón Jiménez
1
-28
/
+87
2020-03-10
Draft drag and drop support for `PaneGrid`
Héctor Ramón Jiménez
1
-29
/
+135
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
1
-6
/
+6
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
5
-27
/
+24
2020-03-05
Implement `panes::State::close`
Héctor Ramón Jiménez
1
-3
/
+47
2020-03-04
Fix `Split::apply` on vertical splits
Héctor Ramón Jiménez
1
-4
/
+15
2020-03-04
Compute `panes` regions and focus on click
Héctor Ramón Jiménez
1
-14
/
+184
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-0
/
+238
2020-03-01
Note BGRA requirement in Handle::from_pixels docs
Soham Chowdhury
1
-1
/
+3
2020-02-29
Add support for loading already-decoded image pixels
Soham Chowdhury
1
-0
/
+26
2020-02-27
disable word selection if is_secure == true
FabianLars
1
-6
/
+10
2020-02-26
really small cleanup
FabianLars
1
-6
/
+1
2020-02-25
More selection actions: (Ctrl +) Shift + Left/Right, Shift + Home/End
FabianLars
2
-5
/
+45
2020-02-25
Implemented a texture atlas for images and svgs.
Malte Veerman
1
-1
/
+1
2020-02-24
double click fixed
FabianLars
1
-5
/
+3
2020-02-24
moved cursor into own file
FabianLars
2
-241
/
+244
2020-02-24
Text Selection completely rewritten
FabianLars
1
-304
/
+283
2020-02-23
max time window for double click
FabianLars
1
-1
/
+20
2020-02-23
double click for word selection
FabianLars
1
-1
/
+39
2020-02-22
ctrl + a selection for text input
FabianLars
1
-0
/
+10
2020-02-22
inital patch by Finnerale
FabianLars
1
-39
/
+210
2020-02-18
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
3
-14
/
+22
2020-02-17
Add size, spacing, and text_size properties to Checkbox
Clark Moody
1
-7
/
+38
2020-02-14
Revert rustfmt change.
daxpedda
1
-0
/
+1
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
10
-24
/
+16
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
10
-14
/
+18
2020-02-11
Container support for Align::End
Louis-Simon Mc Nicoll
1
-0
/
+16
2020-02-06
Implement `TextInput` styling in `iced_web`
Héctor Ramón Jiménez
1
-3
/
+6
2020-02-05
Add `Handle` and `Data` to `image` in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+0
2020-01-27
Custom fonts can be set in the text input.
sumibi-yakitori
1
-5
/
+24
2020-01-22
Add default padding to `Button`
Héctor Ramón Jiménez
1
-1
/
+6
2020-01-16
Add file events to `iced_native::window::Event`
Héctor Ramón Jiménez
2
-2
/
+2
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
8
-0
/
+18
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
1
-17
/
+24
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
1
-14
/
+19
2020-01-07
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
1
-28
/
+21
2020-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
1
-7
/
+25
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
1
-5
/
+19
[prev]
[next]