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
/
wgpu
/
src
/
renderer
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
remove re-export on viewer::State
Cory Forsstrom
1
-3
/
+6
2020-05-27
centered image and zoom to cursor
Cory Forsstrom
1
-5
/
+8
2020-05-26
rename to image::Viewer
Cory Forsstrom
2
-3
/
+5
2020-05-26
Rename and add to iced image module
Cory Forsstrom
1
-3
/
+3
2020-05-26
Rebase to master and update for api changes
Cory Forsstrom
1
-4
/
+4
2020-05-26
Show idle cursor if image can't be panned
Cory Forsstrom
1
-2
/
+5
2020-05-26
Add `ImagePane` widget
Cory Forsstrom
1
-0
/
+36
2020-05-25
Update `wgpu_glyph` and `glyph_brush`
Héctor Ramón Jiménez
1
-8
/
+1
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
15
-1087
/
+0
2020-05-15
Updated `Radio` layout/fns to match `Checkbox`
Scott Harper
1
-3
/
+2
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
15
-57
/
+57
2020-04-29
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
13
-13
/
+13
2020-04-28
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2020-04-23
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
1
-0
/
+2
2020-04-10
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
3
-2
/
+19
2020-04-09
Fix unnecessary clip of text input in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+14
2020-04-09
Fix `measure_value` for text input in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-29
Remove unnecessary conversion in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+1
2020-03-29
Remove redundant field assignment
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-29
Remove unnecessary merge of `iced_wgpu::Defaults`
Héctor Ramón Jiménez
2
-3
/
+1
2020-03-25
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
1
-46
/
+75
2020-03-18
Make cursor unavailable when dragging panes
Héctor Ramón Jiménez
1
-1
/
+9
2020-03-14
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-14
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
1
-1
/
+7
2020-03-10
Clip `scrollable` primitives only when necessary
Héctor Ramón Jiménez
1
-7
/
+7
2020-03-10
Draft drag and drop support for `PaneGrid`
Héctor Ramón Jiménez
1
-18
/
+62
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-04
Compute `panes` regions and focus on click
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-0
/
+34
2020-02-24
moved cursor into own file
FabianLars
1
-43
/
+7
2020-02-24
Text Selection completely rewritten
FabianLars
1
-6
/
+41
2020-02-22
inital patch by Finnerale
FabianLars
1
-3
/
+43
2020-02-18
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
2
-11
/
+3
2020-01-27
Custom fonts can be set in the text input.
sumibi-yakitori
1
-4
/
+10
2020-01-22
Add default padding to `Button`
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-08
Fix drawing empty `Quad` on empty `ProgressBar`
Héctor Ramón Jiménez
1
-13
/
+17
2020-01-08
Allow `Checkbox` style to change based on its state
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-07
Always show scroller if scrollbar is visible
Héctor Ramón Jiménez
1
-35
/
+38
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
1
-15
/
+16
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
1
-12
/
+14
2020-01-07
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
1
-14
/
+13
2020-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
1
-21
/
+36
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
1
-12
/
+21
2020-01-06
Draft `styling` example
Héctor Ramón Jiménez
1
-1
/
+0
2020-01-05
Fix styling in `button::Renderer` implementation
Héctor Ramón Jiménez
1
-27
/
+37
2020-01-05
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-05
Add border styling to `Container`
Héctor Ramón Jiménez
1
-18
/
+19
2020-01-03
Move `DEFAULT_HEIGHT` constant to `Renderer`
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-02
change(widget): make height adjustable at widget level
Songtronix
1
-6
/
+2
[next]